Amigos
Alguien tiene un ejemplo de como cerrar un Dialog luego de un cierto tiempo de no tener ninguna actuvidad ?
gracias
david
Cerrar un Dialog luego de un tiempo
Re: Cerrar un Dialog luego de un tiempo
David aqui un Ej:
Saludos,
Adhemar
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()
Adhemar
Saludos,
Adhemar C.
Adhemar C.
- JavierVital
- Posts: 105
- Joined: Thu Feb 26, 2009 4:08 pm
- Contact:
Re: Cerrar un Dialog luego de un tiempo
Esta bien el timer, pero como determinas si el dialogo no halla tenido algun cambio ?