Replies: 1 comment 1 reply
-
I found, in design time, the main canvas is not a TSKCustomCanvas, end of the story :) I must use a "buffer" bitmap |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a custom component in Delphi Athens that utilizes the Skia Canvas for rendering. I've managed to get the component functioning correctly at runtime, but I'm encountering issues when trying to make it work at design time (AccessViolation). I'm wondering if I need to initialize something specifically for design time, such as setting ALGlobalUseSkia to true, but I'm unsure where and how to do this appropriately in a design-time context.
Any insights or examples would be greatly appreciated. Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions