PDA

View Full Version : Load image files.



cocoflop
17-05-2007, 20:45
Hello,
do you know how can I load and display images on dialogs?
There is an example in ExampleScripts\UI\LoadImage but is only for bitmaps.

Any ideas?

ErosOlmi
17-05-2007, 20:49
A trick using listview:

http://community.thinbasic.com/index.php?topic=654.msg4134#msg4134
See attached example.

cocoflop
17-05-2007, 21:02
OK, thanks eros for the support.
It seems a bit like a hacking operation, but it works! :) This is a good feature to embed in thinbasic natively by the way.

ErosOlmi
17-05-2007, 21:04
I know and I would like but managing jpg or png images is not so easy without a specific 3rd party library.