I couldn't find a function EvtSetNullEventTick is this an OS function?

Thinking about this a little more my current plans are in my AppEventLoop()
which runs until the app closes, I am going to modify the statement
"EvtGetEvent(&event, evtWaitForever)" to be EvtGetEvent(&event, globalVar);
Then when my form loads I'll change the global var to the number of ticks I
need.

Paul

> > From: Paul Groschen
> > I would like to generate nilEvents only when a specific form loads.

> From: "Richard Burmeister" <[EMAIL PROTECTED]>
> The OS can generate nil events whenever it "wants" to.

Indeed. I got around this by setting up a timestamp/flag combination.. if a
certain amount of time had passed since the timestamp was setup when I got
the nilEvent, I did whatever... Then I used EvtSetNullEventTick to make sure
I got at least one nilEvent somewhere close to when I wanted to be able to
check the stamp... its not a perfect system, but it worked for me.

----------
Bradly J. Barton - [EMAIL PROTECTED]
Jenies Technologies Incorporated
(972) 602-1835
http://www.JTI.net
http://HandAble.com






-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to