Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Message timeout
#1
Dear Friends,

I have just included the message timeout feature of QM and succeeded for just one instance only.
Somehow, the timeout style does not follow in other messages that I use in the same macro.

Macro VISTA Order Amends
Code:
Copy      Help
,MES m
,m.style="O"
,m.x=100
,m.y=100
,m.timeout=3
,m.default='O'

Macro VISTA Order Amends
Code:
Copy      Help
,,mes F"Colour{extColour}was chosen" "" m
Best Regards,
Philip
#2
mes changes m.timeout (bug). If using same MES variable, set it again.

Macro Macro2123
Code:
Copy      Help
MES m
m.style="O"
m.x=100
m.y=100
m.timeout=3
mes "Colour{extColour}was chosen" "" m
m.timeout=3
mes "Colour{extColour}was chosen" "" m


Forum Jump:


Users browsing this thread: 1 Guest(s)