Ed Cawley wrote/ schreef:
> Hi
> I'm doing some cross platform development for the first time and I'm having
> some problems. I'm developing on a Mac and have set up menus with no
> problems using menubuilder. The menu show up on the default Mac menu bar
> with no trouble but when I run it on a PC running windowsNT the menu bar
> shows up on the first card but not on the rest.
That's because the group is not on all the cards. Use this:
-- not tested, but...
repeat with i = 1 to the number of cards in this stack
place background "menuGroup" onto card i
end repeat
> Also I am building a new stack using the last card in the original start.
> The new stack is a stack of labels which will be printed. The new stack
> does not have the menu bar. Do I have to place the menu group on each card
> individually? Isn't it possible to get a default menu which will appear on
> all the cards?
> Ed
>
Hope this helps,
Sjoerd
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.