PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM20: Loading image control from file
WM20: Loading image control from file
Iniciado por guest, 25,may. 2017 01:06 - 1 respuesta
Publicado el 25,mayo 2017 - 01:06
Hi All,

I have an image control linked to a binary field which has an svg file in.

On my window I have several buttons, each of which does an HReadSeek followed by FiletoScreen.

The first time the buttons are tapped nothing happens; if they are tapped again the image/s load.

How can I get the image to show without having to tap the button twice?

Thanks

Pete
Publicado el 25,mayo 2017 - 01:44
If your program uses threads, you will need to terminate them before closing the program. Threads will continue to be listed in Task Manager even if the main program is closed unless you terminate them first.