>I'm trying to cram everything I can into this limited screen real estate,
>and I've got the stack size set to 621 by 427.  I crammed everything in, and
>all is cool, until I put my screen into 640 by 480 resolution to test it.
>Suddenly MetaCard decides that when I open the stack it's going to resize my
>stack and remove about 20 pixels from the bottom of it!  So I set the stack
>height and width in the stack "on preOpenStack" script, and then it opens at
>the correct 621 by 421 size... but it opens too high!

As has been mentioned on here earlier, setting the rect should take 
care of everything - but for me, it actually doesn't.  A strange bug 
in my word processing program affects every once in awhile:
on closeStack I make a preferences file that contains, among other 
things, the current rect of the stack.  The next time the stack is 
opened, however, it sometimes shrinks the vertical height of the 
stack by about 20 pixels or so - I think this may be attributed to 
having a menuBar group in the stack, at least on the Mac, since it 
shrinks up the stack that much.
  I have the rect-setting script execute on preOpenStack, so I'm 
thinking if I moved it to openStack, it may make the rect be correct. 
(it rhymes!)
My idea is changing the handler to openStack may fix this, especially 
if you have a menuBar group... haven't tested it myself, though.

-- 
Karl Becker, KB Productions - http://www.karlbecker.com
Featuring:New Tricks, Tiger's Eye Pub, and The Fishin' Hole

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.

Reply via email to