PDA

View Full Version : load images examples don't work



sandyrepope
24-12-2007, 22:09
Has anyone noticed that the load images examples don't work anymore? One just doesn't load the image and the other (.tbasicx) gives an error.

I'd like to know if anyone else has trouble running them.

Thanks
Sandy

Michael Clease
24-12-2007, 22:36
Are you talking about loadimage in the UI samples if so it seems to have an update issue

add the redraw line below and it will fix it.



DIALOG SHOW modeless hDlg

DIALOG REDRAW hDlg

while isWindow(hDlg)


Merry Christmas

ErosOlmi
25-12-2007, 23:09
Sandy,

the error in your picture is related to the fact you have executed an obfuscated scripts that, for some reasons, is not recognizedby the engine. One possible reason is the allignment between Core engine and thinAir. If obfuscated scripts does not execute, better to install a fresh new installation from preview version.

Regarding images not always loading in dialogs, it can be. I too sometimes do not get images shown on screen.
This is a part of a complete review of UI module I will make in 2008. I'm already recoding message pump in order to manage notifications from controls. I'm also adding complete set of embedded functions working with Syslistview32 and other advanced controls.

There is still a lot of work to do on UI module to consider it professional.

Ciao
Eros