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.

Rgds,
Jun-Kiat Lam
Metrowerks Technical Support

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Richard
Hartman
Sent: Thursday, June 15, 2000 11:48 AM
To: Palm Developer Forum
Subject: Re: Cut/Paste/etc... Meun commands


... which you still can not do using Constructor ... or has that been
corrected?

--
-Richard M. Hartman
[EMAIL PROTECTED]

186,000 mi/sec: not just a good idea, it's the LAW!


Aaron Ardiri wrote in message <14408@palm-dev-forum>...


  or...

  define your menu functions like this:

---
PULLDOWN "Edit"
BEGIN
  MENUITEM "Undo" ID 10000 "U"
  MENUITEM "Cut" ID 10001 "X"
  MENUITEM "Copy" ID 10002 "C"
  MENUITEM "Paste" ID 10003 "P"
  MENUITEM "Select All" ID 10004 "S"
  MENUITEM "-" ID 10005
  MENUITEM "Keyboard" ID 10006 "K"
  MENUITEM "Graffiti Help" ID 10007 "G"
END
---

  and i believe the operating system will handle it for you :))
  i have not personally tested it, but it should work :)

  cheers. :)

az.
--
Aaron Ardiri
Java Certified Programmer      http://www.hig.se/~ardiri/
University-College i G�vle     mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN
Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
Mob: +46 70 656 1143           A/H: +46 8 668 78 72

if you enjoy it, then it aint work :) - rule #106 of life







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


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