Ok,

do you have the MBar resource created in your working directory? MBARxyz.bin? You could try to change the assigned number of mnufrmMain. Maybe this helps. Maybe build-prc can't access the MBARxyz.bin because of the name, because it's still in use, whatever.

Regards
Henk

[EMAIL PROTECTED] wrote:

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



--
-------------------------------------------------------------------------
  Henk Jonas
  Palm OS Â certified developer

  [EMAIL PROTECTED]                                   www.metaviewsoft.de
-------------------------------------------------------------------------

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

Reply via email to