> ... my app needs to run on 3.5 and 4.0.  If I'm setting the Exchange
> Socket to local mode (for 3.5) via
>
>    exgSocket.localMode = 1;

That'll work fine in Palm OS 4.0 as well. If you don't specify a URL scheme,
it'll assume "_beam" unless localMode is 1, in which case it'll assume
"_local". Since you're targeting Palm OS 3.5 and 4.0, setting the localMode
flag to 1 and not specifying a URL scheme is your best bet. If you were only
supporting >= Palm OS 4.0, you could use "_local" instead.
-
Danny

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

Reply via email to