Jump to content

RaelB

Members
  • Content Count

    79
  • Joined

  • Last visited

Posts posted by RaelB


  1. Hi,

    I'm using Delphi 10.4.2 on Windows 10. Sometimes the code insight stops working in the IDE (i.e. showing on hover where an identifier comes from, or code completion), it seems after the computer has been put to sleep/wake up a couple of times. At that point, closing the IDE and restarting it does not resolve the problem. Although restarting the computer does.

    I wonder is there maybe some process that needs to be restarted, which will get the code completion working again, with out needing to restart the pc?

    Thanks


  2. 10 minutes ago, Angus Robertson said:

    I suspect that is a fault in K-Software's automated systems, not been updated since tokens became mandatory.  The web site does say 'Secure token available'  which means is not really optional.

    Yeah, it looks like you're right. I sent ksoftware an email a few days ago, asking about the price increase, and so far I haven't received a reply.

     

    I've now looked at https://codesigningstore.com and they state there clearly that delivery is via USB token. Wow this is a big change. I imagine downloading unsigned software is going to become more common from smaller vendors...

     

    @stijnsanders No, SSL certificates are very different, and alot cheaper or even available for free.

     


  3. I'm using VirtualTree 7.6.1, in Delphi Sydney (10.4) I do implement some custom painting in BeforeCellPaint, AfterCellPaint, AfterItemErase, AfterItemPaint and PaintText. However, the below problem occurs even when I remove all these custom paint event handlers.

     

    As in below video, when scrolling with the scrollbar, painting is not smooth. It gets "stuck" and repeat paints a particular node text. When the scrollbar is released, the tree repaints correctly.

     

    Has anyone experienced something like this? Any ideas of what could be causing the problem?

     

    Thanks


  4. Hi,

    I am needing to store a large number of small images, e.g. 10,000+ images (so could be 50,000 or more..), where each image is around 30kb. Generally I will not be iterating through all of them. Main operations are check if exists, load, and save.

    I'm considering to use the filesystem for this purpose, as apposed to using a database e.g. sqlite.

    Is there any downside to using the filesystem in this scenario?

    Thanks


  5. Hi,

    I've been looking at this YT Video: "First look at Delphi 10.4.2 on Windows 11 ARM & macOS 12 ARM" (youtube watch?v=9p4cL1wt8bk) from which it sounds like Delphi apps are able to run on Windows 11 ARM. However, I have a user who says that my app does not start at all on Windows 11 ARM. Should it in fact be able to run?

    Thanks


  6. Thanks for the tip. I am using HotKeyManager, and looking at the source I see that it is calling LoadKeyboardLayout, and that is what is causing the problem.

     

    10 hours ago, aehimself said:

    Does the app call LoadKeyboardLayout without KLF_SETFORPROCESS?

    Not sure if that will make a difference. Documentation says "Beginning in Windows 8: This flag is not used. "

     

×