JK is right... in order to get this to work correctly, you need an Edit menu
with the ID number 10000.  You can change the number by clicking on it in
the main constructor window, then waiting a moment with the mouse still over
the number to make it editable.  Then, define the items in the order:

Undo             /U
Cut              /X
Copy             /C
Paste            /P
Select All       /S
----------
Keyboard         /K
Grafitti Help    /G

If you do this, the various menu items will be generated with the correct
IDs to map to Palm's internal field handlers.  At first, I thought there
could be a problem with the separator bar, but nope -- it comes out at
10005, but it doesn't appear in the generated header file.

"Jun-Kiat Lam" <[EMAIL PROTECTED]> wrote in message
news:14466@palm-dev-forum...

Hi Richard,

I may have missed the original point of this thread (my email Inbox got
completely wiped out by Win 2000 yesterday) but I think you can actually
create those menu items and shortcut keys via Constructor. A number of the
Palm OS SDK examples such as MemoPad do have this, I believe.





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