How to Create a Design-Time Component Using Skia Canvas in Delphi Athens?

120 Views Asked by At

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!

0

There are 0 best solutions below