At 12:09 AM -0800 12/27/00, Matt Mason wrote:
>Why does it make a difference if I gather the data before SAVE is tapped or
>when the item is edited?

Because the APIs are designed to work that way.

In general you should be responding to events as they happen.  In a 
simple form it might not matter, but in a more complicated form where 
some settings/values are legal only if certain other controls are set 
a certain way, you'll go bananas trying to query each UI element's 
text.  Use the events you're getting, and you'll be happier.

----
Hal Mueller                [EMAIL PROTECTED]
Mobile Geographics LLC     http://www.mobilegeographics.com/
Seattle, Washington        (206) 297-9575
 

-- 
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