|
|
Home » Community » Newbie corner » Image Ctrl How To Add It??? (How to add an Image To My Project In Layer Design? Is It Possible?)
|
|
|
|
|
|
Re: Image Ctrl How To Add It??? [message #52035 is a reply to message #52032] |
Tue, 09 July 2019 08:23  |
 |
koldo
Messages: 3432 Registered: August 2008
|
Senior Veteran |
|
|
Hi Lestroso
In Reference/Iml there is a simple example of IMAGEFILE to handle images embedded inside the .exe.
In addition, the Image Tutorial explains a bit about the image designer included in TheIDE. You can edit images or include your own.
After that, you can include this at the beginning:
#define IMAGECLASS MyImages
#define IMAGEFILE <HelloWorldImage/ImageFile.iml> // ImageFile is the name of your .iml file filled with images
#include <Draw/iml.h>
You can handle the embedded images as any Image type.
Please try this demo, read the help, and try to include this in HelloWorldImage.
If it does not work, I will include it for you, but please try it first on your own.
Best regards
Iñaki
|
|
|
Goto Forum:
Current Time: Sun Apr 20 11:41:20 CEST 2025
Total time taken to generate the page: 0.02531 seconds
|
|
|