Richard Anderson <[EMAIL PROTECTED]> writes:

> I have a password entry modal dialogue, which I want to use in two different
> places to enter two different passwords, and I want the help text to be
> different in both cases. I am using the built in help system, and assign the
> help string in constructor using the ID. What I need to do (I think) is to
> dynamically change this ID to another string ID just before opening the box.
> How can I do this?

The help id is part of the form struct. Technically, you're supposed to
use the API to alter the form's struct, but since there isn't an API (at
least in 3.5 and below), you should be able to just change it directly,
and hope that future versions of PalmOS don't break your code.

-- 
Dave Carrigan ([EMAIL PROTECTED])            | Yow! I'm in DISGUISE as a
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | BAGGAGE CHECKER....I can watch
Seattle, WA, USA                            | the house, if it's ORANGE...
http://www.rudedog.org/                     | 

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