Page 1 of 1

Cerrar un Dialog luego de un tiempo

Posted: Thu Jan 31, 2013 1:16 pm
by davidObarrio
Amigos

Alguien tiene un ejemplo de como cerrar un Dialog luego de un cierto tiempo de no tener ninguna actuvidad ?

gracias

david :roll:

Re: Cerrar un Dialog luego de un tiempo

Posted: Thu Jan 31, 2013 3:45 pm
by acuellar
David aqui un Ej:

Code: Select all

 DEFINE DIALOG oDlg OF oWnd FROM 125,207 TO 520,873 PIXEL TITLE "FACTURAS" 
    
    DEFINE TIMER oTimer INTERVAL 400000 ACTION (oDlg:End(),oTimer:End())

 ACTIVATE DIALOG oDlg CENTERED ON INIT oTimer:Activate()
  oTimer:End()

 
Saludos,

Adhemar

Re: Cerrar un Dialog luego de un tiempo

Posted: Thu Jan 31, 2013 4:52 pm
by JavierVital
Esta bien el timer, pero como determinas si el dialogo no halla tenido algun cambio ?