I'm not sure you received my last mail because it's not written in the forum.
So I give you my rcp code for the menu: 

FORM ID frmMain AT (0 0 160 160)
USABLE
MENUID mnufrmMain        //this to declare the menu
BEGIN
        TITLE "IRDA Application"                
         
        LABEL "IR Link Established" AUTOID AT (0 28)
                BUTTON "Connect" ID CONNECT  AT (100 28 50 12)
......etc......
END


//this is the description of the menu
MENU ID mnufrmMain
BEGIN
        PULLDOWN "File"
        BEGIN
      MENUITEM "Close " ID mnuClose
        END
        PULLDOWN "Config"
        BEGIN
                MENUITEM "Communications" ID mnuConfigCommunications
                MENUITEM "Terminal" ID mnuConfigTerminal
        END
        PULLDOWN "Help"
        BEGIN
                MENUITEM "Help" ID mnuHelp
                MENUITEM "About" ID mnuAbout
        END
END


So I can't figure what is missing...

Thanks a lot,
Sylvain

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

Reply via email to