On Mon, Mar 30, 2009 at 3:15 AM, Bill Vlahos <[email protected]> wrote: > Rev 3.0 GM2 Mac OS X 10.5 6 > > I have a Preferences item in the Edit menu of the Menu Builder and it shows > up under the application menu as expected but when I select it, nothing > happens. > > I've put the script in every menu but none of them are called.
The script only needs to go into the Edit menu as that is where Revolution thinks the Preferences menu item is. My usual mistake is checking for "Preferences..." when it's really "Preferences" (without the ellipsis or 3 dots) or vice versa. Put a debugging line in the Edit menus script to check that it is being called and to see what it's parameter is, and work from there. Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
