Hi group,

Is there a way to handle a menu select event from an item on the menubar?
Suppose I have this RCP definition:

MENU ID MainMenu BEGIN
    PULLDOWN "Puldown1"     BEGIN ... END        /*cannot declare ID*/
    MENUITEM "ItemOnTheBar1" ID                         /*not even
possible*/
END

How to catch menu events from "Puldown1" item?
How to make (it is not possible) "ItemOnTheBar1" item and catch its events?

I tried to explore (PRCExplorer) the resources of a trivial Starter
application,
but it seems:
(1) although declared as MENU, resources are linked as 'MBAR' resource;
(2) although linked as 'MBAR' resource, data does not conform 'MBAR' type
declaration in UIResDefs.r.

What is the explanation?

Thanks!
    George VS ([EMAIL PROTECTED])



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

Reply via email to