>Hi,
>
>I sent this message earlier with no reply.  Anyone at Palm can answer this?

I saw your note, but know of no such change in the OS.  You're sure that
your app isn't accidentally returning too soon or something?  There's
nothing that stops your app from running, other than it returning on its
own accord when it is done.  It also should return when it has filled up a
page of find results, of course.  Set a breakpoint at your app's exit to
find out why you're quitting.

There is a call to EvtSysEventAvail(true) in the find loop, between app
launches, so theoretically something could be sending an event that is
causing a pause.  Are you, or any other app on the device, doing this?  Or
are you seeing the pause while your app is searching?  (This would only
stop things between apps, not during one's search.)

Often in these cases, creating a simple test case which runs on a clean
device is the best way to narrow things down to figure out what's going on.
Or simplify the situation as much as possible until the problem goes away
or changes behavior...

-David Fedor
Palm Developer Support


Reply via email to