09-02-2012, 03:02 PM
Hi Gintaras
I wanted to use a timed message box in one of my projects and noticed the timer stops and doesn't timeout whenever i click somewhere on the dialog. Is that normal or did i miss something again?
wanted to use the example from qm help.
Function Macro
thank you.
I wanted to use a timed message box in one of my projects and noticed the timer stops and doesn't timeout whenever i click somewhere on the dialog. Is that normal or did i miss something again?
wanted to use the example from qm help.
Function Macro
MES m
m.style="YNCn"
m.x=100
m.y=1
m.timeout=15
m.default='C'
int i=mes("message" "title" m)
thank you.