Page 1 of 1

WaitWindowEvent(TimeOut) with #PB_Event_TimeOut

Posted: Mon Apr 03, 2006 9:19 am
by Sven
I would suggest to have a #PB_Event_TimeOut-constant added to the events returned with WaitWindowEvent(TimeOut), so one can ask für this like the other events (now it is just Zero).

Thanks for the TimeOut, good idea.

Sven

Posted: Mon Apr 03, 2006 9:34 am
by netmaestro
Good idea, enhances readability. For now you can use 0, as that's what it will be. The EventID would be some other number if it had exited the WaitWindowEvent() command with an actual event.