circular17
circular17
I've applied the steps you proposed, however the exception did not happen. Does it need to open a specific file? Regards
Oh ok, thank you, the video helped me understand the steps. I've been able to replicate it now. It is now fixed on dev. Regards
Hello Melchiorre, I am not sure why the window is cleared. However here are are some patches that comes to mind that could work. Can you give it a try?...
Thank you very much for trying these patches. So Invalidate cannot be called at this moment. I'll consider your proposals to determine the one to apply. Warm regards
Hi Sototoki, Thanks for popping by. It is likely the error is related to a newer version of AVIF. It may be fixed in the dev branch. So this is...
Looking at repology, I found that MX Linux uses version 1.0.4. I have done a test with this version (with brew on MacOS) and it seems to work. So I'll...
Thanks for reporting the error. Note that as a workaround, you can unchecked problematic units in BGRAControls package: - in the package window, select the unit - in the panel...
I think it is related to the `@` syntax. Can you try the following fix: remove the `@` symbol before `PressVirtKey`, like this: ```pascal Application.QueueAsyncCall(PressVirtKey, vk_DotNumPad); ``` Does it fix...
I've applied the change in the dev branch.
> Found that one as well, but I'd hate to have to distribute that with my applications (not a "brew" fan when it comes to that) - it would make...