Discussion:
default button
(too old to reply)
n***@cs.mun.ca
2005-07-21 17:22:06 UTC
Permalink
Hello,

I would like to know whether there is a function to set a default
button
in a palm os interface. I have found some hard key definitions in
C:\Program Files\PalmSource\Palm OS Developer
Suite\sdk-5r4\include\Core\System\Chars.h
but AFAIK hard keys have nothing to do with default buttons.

Thanks,

Neil
Baxter
2005-07-23 22:25:59 UTC
Permalink
You can set a default button for a form in PilRC Designer, or in the
Constructor (resource editor). Otherwise you'll just handle it in code
(call the default action in the form's frmCloseEvent.
Post by n***@cs.mun.ca
Hello,
I would like to know whether there is a function to set a default
button
in a palm os interface. I have found some hard key definitions in
C:\Program Files\PalmSource\Palm OS Developer
Suite\sdk-5r4\include\Core\System\Chars.h
but AFAIK hard keys have nothing to do with default buttons.
Thanks,
Neil
Loading...