Jump to content

Dave Craggs

Members
  • Content Count

    83
  • Joined

  • Last visited

Everything posted by Dave Craggs

  1. HI - is there an integration update for D12 yet? Thanks Dave Craggs
  2. Dave Craggs

    Update issue

    Just tried updating Delphi 11.3 and now Delphi will not start. Just sticks ion the background with 0% CPU Any ideas on what I can do?
  3. Dave Craggs

    Update issue

    I would do but my dev system is not a VM. I do have a backup DEV VM though. I did use VMs all the time, but it was not so good when doing mobile development.
  4. Dave Craggs

    Update issue

    I pruned the path. trying to reinstall getit packages but JEDI isn't playing ball and now my 10.3 install is not working. I had heard about D12 but I never go to a new release until at least the first service pack!
  5. Dave Craggs

    Update issue

    Running now but ALL my settings have gone. This is a REAL pain.
  6. Dave Craggs

    Update issue

    Getting further now Maybe path issues
  7. Dave Craggs

    Update issue

    The install is not completing. This screen gets to the end, and then nothing after that.
  8. Dave Craggs

    Update issue

    Windows 10 Enterprise. Disabling security and Firewall made no difference. When installing I did keep settings. This is very upsetting. All I wanted to do was upgrade my Delphi 11.3, why I have to uninstall is beyond me. I have lost all work time today.
  9. Dave Craggs

    Update issue

    Found these in the event log
  10. Dave Craggs

    Update issue

    Tried running both the install and Delphi as administrator with no joy.
  11. Dave Craggs

    Issue with CTRL-A

    I am having a strange problem with CTRL-A and edit fields. When the application is built from the IDE it CTL_A (select all) works. But it doesn't on my deployed application. This is built using FinalBuilder. Any ideas folks? Dave Craggs
  12. Dave Craggs

    Issue with CTRL-A

    I set the version of the application when I build using FinalBuilder. Would I need to edit the manifest during this process with the updated version? If so which is the best way to do this? There is this
  13. Dave Craggs

    Issue with CTRL-A

    This is what I am using now <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/> </dependentAssembly> </dependency> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> <!--The ID below indicates application support for Windows Vista --> <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> <!--The ID below indicates application support for Windows 7 --> <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> <!--The ID below indicates application support for Windows 8 --> <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> <!--The ID below indicates application support for Windows 8.1 --> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <!--The ID below indicates application support for Windows 10 & 11 --> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility> <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <dpiAware>True/PM</dpiAware> </asmv3:windowsSettings> </asmv3:application> </assembly>
  14. Dave Craggs

    Issue with CTRL-A

    It does say this in the blog. Am using Delphi 11.3 High DPI support. I'm not going go into to detail on this, it's a complex issue with major differences between windows versions, and limited High DPI support in Delphi. I will say, think very carefully before you enable this, High DPI support in Delphi depends very much on the version of delphi, and third party control support. Don't just enable High DPI support without serious testing. See the msdn doco link at the bottom of this post.
  15. Dave Craggs

    Issue with CTRL-A

    yes and Windows 11 probably. This is just the first quick fix until I am back next week. Thanks
  16. Dave Craggs

    Issue with CTRL-A

    Thanks, I am using this as a start point
  17. Dave Craggs

    Issue with CTRL-A

    Hmm - do I need to extract the XML from the res file so Finalbuilder can use it? Need to sort this out next week - am away for the rest of the week. Thanks for the help so far.
  18. Dave Craggs

    Issue with CTRL-A

    I did look at that, need to work out what values should be put into the manifest. Really don't know why I should need one 😞
  19. Dave Craggs

    Issue with CTRL-A

    Bit confused about manifest. Delphi suggests it shod auto generate, but I can't find any.
  20. Dave Craggs

    Issue with CTRL-A

    It works when built using the dev system, but not with finalbuilder. Reverts to old style open dialogs too.
  21. Dave Craggs

    Issue with CTRL-A

    @Vincent ParrettHave you any thoughts on this?
  22. Dave Craggs

    Issue with CTRL-A

    D11
  23. Dave Craggs

    TFrames in pallete

    HI All, I have some frames I have created. I moved them to another folder, but am now getting errors when loading forms using the frames. I updated the paths in the project file, but that did not fix the problem. Any ideas?
  24. Dave Craggs

    TFrames in pallete

    All fixed now.
×