Effectively, the menubar is hidden by being pushed off the top of your window. Card 1 is expanded by 22 pixels to accommodate this. As the menubar is stack specific, it displays even though it only occurs on card 1.
The crucial rule for Mac development is: Make the menubar FIRST!
Don't make a new stack and then make a menubar, as you will have to re-position everything. Also, check that the menubar groups has it's backgroundBehavior set to true, so that it will be automatically placed on any new cards.
Cheers,
Sarah
On Friday, January 17, 2003, at 12:17 pm, Mark Swindell wrote:
I'm having a heck of a time getting my stack to remain at the correct height
(Mac only... haven't tried other platforms).
The first card height is correct at 470, but when I move to another card,
the height is reset to 448. This doesn't appear obviously connected to the
menubar issue, as it is in the Mac location and the menu appears on cd 1
(sized correctly) as well as the others.
In the stack properties palette I can change the stack height to 470 and it
responds. I can do the same from the message bos. However, after saving
and reopening, I'm back to 470 stack height on cd 1, reverting to 448 on the
other cards.
In the card properties palette, several of the cards have slightly different
heights, but the message box won't allow me to resize them, and their sizing
boxes are grayed out.
I can find no script reference anywhere to setting the stack height to
448... I'm sure there's a simple reason. (BTW, is there a way to collect
and view all scripts in a project in Rev?)
(Then there is this enigmatic entry in the dictionary:
"You can set the height of a card, but doing so has no effect and doesn't
change the card�s height property.")
Any ideas on what might be going on? Could a locked image or group
somewhere be skewing things?
Much obliged,
Mark
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
