Ben Combee wrote: > At 07:29 AM 5/25/2005, you wrote: > > Anyone know where I can find a list of built-in menu commands > > and their ID's, such as the Cut, copy, paste commands?
> Have a look at http://www.palmoswerks.com/stories/storyReader$18 This article recommends adding a standard Edit menu with standard ID 10000 and explains one of the benefits: "Palm OS on non-engligh devices recognizes this menu structure and can automatically add items that help with text entry. For example, on devices running Japanese versions of Palm OS, your menu will automatically have additional items to support text input and font size." If I want to dynamically append a separator bar followed by custom items at the end of the Edit menu, adding items after sysEditMenuGraffitiCmd may not always work given the Edit menu can change depending on OS or language version. How can I know the ID of the last item of the Edit menu? -- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
