PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Process window events
Process window events
Iniciado por John Marrone, 25,mar. 2005 14:57 - 3 respuestas
Publicado el 25,marzo 2005 - 14:57
Good Morning All
How do you tell WD to process window events before continuing it's own code. In VB6 this command is called DoEvents. I need to give windows time to refresh the screen.
Thanks
John
Publicado el 25,marzo 2005 - 15:10
Hi,
How do you tell WD to process window events before continuing it's own code.
In VB6 this command is called DoEvents. I need to give windows time to refresh
the screen.

Multitask(x)?
--
Peter


http://www.boxerart.net
Publicado el 25,marzo 2005 - 16:25
Hi,
How do you tell WD to process window events before continuing it's own code.
In VB6 this command is called DoEvents. I need to give windows time to refresh
the screen.
Multitask(x)?

--
Peter

Hi John,
Refresh & Repaint = WD function MultiTaskRedraw()
Cheers,
P.
Publicado el 25,marzo 2005 - 16:55
Good Morning All
How do you tell WD to process window events before continuing it's own code. In VB6 this command is called DoEvents. I need to give windows time to refresh the screen.
Thanks
John

Hi John,
you can do this with EVENT, but I believe a simple MultiTaskRedraw would also do the job!
Raimund

http://www.invitec.com