Displaying bitmaps without pre-importing them

Started by leo9 · 2016-09-16 13:00 UTC · 2 replies · SMF topic #2425

Hi,

I am just working on my first dialog in OpenDCL.

I need to show a list of bitmaps in a folder and then display the selected bitmap.  I have tried the Picture Box but that requires the bitmaps to be pre-loaded via the Picture Folder button.

How can I display a bitmap without pre-loading it?

Thanks
(dcl-PictureBox-LoadPictureFile Filename [as String] {Stretch [as Boolean]})
Thanks roy_043, that did the trick.