[futurebasic] Re: [FB] Menu Resources

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2007 : Group Archive : Group : All Groups

From: Paul Bruneau <paul_bruneau@...>
Date: Tue, 27 Mar 2007 10:17:33 -0400
On Mar 27, 2007, at 5:48 AM, Brian Heibert wrote:

> I just got a new version of FB in the mail like a day ago or so
> I looked for a example to do menu resources
> in the examples folder but couldn't find one
> I know that Apple is not recommending that we use resource files 
> anymore
> but I want to for this one project I am doing.

Welcome back, Brian-

It's pretty straightforward, here is my code to do it:

menu _menuID, _resMenu

Where _menuID is the resource ID of the menu resource (and is also the 
number of the menu on the bar).

Be sure to look in the Help Reference available under the FB "Help" 
menu for "MENU <resource>"