View Single Post
Old 11-18-2005, 11:32 AM   #2
ecarmody
Thumbs Must Hurt
 
Join Date: Apr 2005
Location: Portland, OR., USA
Model: 9800
Carrier: AT&T
Posts: 82
Default

Hi John,

There is a pushModalScreen() function. This would cause your thread to suspend while waiting for a return. You have to be careful though, you need to call it from a thread that is allowed to block. IE. not your apps main thread.

I'm not clear on the examples you've given, I can't figure out what your trying to do, or what the issue is, so I can't offer a thought on that.

Regards,
Eric
Offline