Re: Unreliable nilEvents on Cobalt

2004-03-23 Thread Laurie Davis
Good idea, I will change to this method. Laurie "David Fedor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >In my case I am not using nilEvents for timing, just for background > >processing. I ask for another nilEvent as soon as I have finished > >processing one. The intent is t

Re: Unreliable nilEvents on Cobalt

2004-03-23 Thread David Fedor
In my case I am not using nilEvents for timing, just for background processing. I ask for another nilEvent as soon as I have finished processing one. The intent is to process as quickly as possible in the background, but keep the door open for other events (such as a "Cancel" button). The normal wa

Re: Unreliable nilEvents on Cobalt

2004-03-23 Thread Laurie Davis
Davis" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Monday, March 22, 2004 2:24 PM > Subject: Re: Unreliable nilEvents on Cobalt > > > > The "latest document" that I was refer

Re: Unreliable nilEvents on Cobalt

2004-03-22 Thread Dave Lippincott
ssage - From: "Laurie Davis" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 2:24 PM Subject: Re: Unreliable nilEvents on Cobalt > The "latest document" that I was referring

Re: Unreliable nilEvents on Cobalt

2004-03-22 Thread Laurie Davis
Developer Forum" <[EMAIL PROTECTED]> > Sent: Monday, March 22, 2004 12:21 PM > Subject: Re: Unreliable nilEvents on Cobalt > > > > There has been a lot of discussion regarding EvtSetNullEventTick, and I > > thought that the conclusion was that the earlier documentation wa

Re: Unreliable nilEvents on Cobalt

2004-03-22 Thread Ben Combee
At 01:10 PM 3/22/2004, you wrote: I OS 5 SDK docs still indicate min ticks until next nilEvent. Either docs weren't changed or it was changed for Cobalt. I haven't read the Cobalt docs yet. Ben, any clarification or reason why the Knowledgebase doesn't indicate why EvtSetNullEventTick is document

Re: Unreliable nilEvents on Cobalt

2004-03-22 Thread Dave Lippincott
-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 12:21 PM Subject: Re: Unreliable nilEvents on Cobalt > There has been a lot of discussion regarding EvtSetNullEventTick, and I > thought that the conclusion was that the earlier do

Re: Unreliable nilEvents on Cobalt

2004-03-22 Thread Laurie Davis
t; - Original Message - > From: "Laurie Davis" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Monday, March 22, 2004 10:44 AM > Subject: Unreliable nilEvents on Cobalt > > > > I u

Re: Unreliable nilEvents on Cobalt

2004-03-22 Thread Dave Lippincott
ECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 10:44 AM Subject: Unreliable nilEvents on Cobalt > I use nilEvents to do some background processing in my application. > This has worked ok so far, but is not

Unreliable nilEvents on Cobalt

2004-03-22 Thread Laurie Davis
I use nilEvents to do some background processing in my application. This has worked ok so far, but is not reliable on Cobalt. After processing the nilEvent, I immediately generate another nilEvent using: EvtSetNullEventTick(TimGetTicks()); I do this repetitively until the processing is complete.