Whenever I create a texture in design time using the materialLibrary and set the textures imageClass to blank, then I get an Access Violation error.
I am using Lazarus.
Anyone else gets this?? Any fix?
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Whenever I create a texture in design time using the materialLibrary and set the textures imageClass to blank, then I get an Access Violation error.
I am using Lazarus.
Anyone else gets this?? Any fix?
Cheers
Hi Daniel just stay propertie on persistentImage, other propertie are not compatible with Lazarus and is due to TBitmap mechanism
Cheers
Hi Jerome!
Ok! I will try that.
But how can I then set the size of the image?
Usually I could click on Image and choose the size I wanted.
Cheers