stack size locked
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
stack size locked
hi, my livecode stack has some cards in it and now i encountered a problem when i move across card the stack size change and it is really annoying, only now has this problem arisen, any ides on how to lock the stack size for good (the "resizable" box is not checked)
thanks!
thanks!
Samuele.
-
- Livecode Opensource Backer
- Posts: 10098
- Joined: Fri Feb 19, 2010 10:17 am
Re: stack size locked
If the resizable box is not checked then the only reason
I can think of is that somewhere in your stack there is
code which is resizing it.
I can think of is that somewhere in your stack there is
code which is resizing it.
Re: stack size locked
Did you add a menu bar? If you're on a Mac the size will change depending whether the card contains the menubar or not.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: stack size locked
Do you mean when you move the cursor across the card?when i move across card the stack size change
Craig
Re: stack size locked
I am on mac, what do yo mean with "the card contains the menubar or not"?
Samuele.
Re: stack size locked
when i move across cards for example a button with script "go to card info".
but it doesn't happen every time, that's what i can't understand, it seems random, i don't know...
Samuele.
Re: stack size locked
Sounds like you don't have a menu bar. On a Mac, if you use a custom menu bar, the stack will shrink so that the menus are at the top of the screen like all Mac apps. On Windows and Linux the menu bar shows at the top of the stack instead of at the top of the screen. If you didn't create a custom menu for your app then that's not the reason.
A screenshot of a normal-sized card and a differently-sized card might help us identify the problem. The only thing I know of that would cause a size change is if there is a menu bar on a card and you're on a Mac.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: stack size locked
Hi, sorry but:
Craig
Do you mean when you navigate from one card to another? Jacque's concern about custom menus would not apply unless each card changed the existence of such a menu.when i move across cards for example a button with script "go to card info".
Craig
Re: stack size locked
I believe he does mean card navigation, and placing a menu on only one card happens more often than you'd think. It's natural to think that a menu only needs to be placed once. But I'm still not sure whether there's a menu bar involved in this case.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- Livecode Opensource Backer
- Posts: 10098
- Joined: Fri Feb 19, 2010 10:17 am
Re: stack size locked
The OP keeps posting extremely cryptic things; it would be better for them, as well as
all the rest of us if they gave us more information each time.
all the rest of us if they gave us more information each time.
Re: stack size locked
card size = stack size!
If your cards change size during browsing, then there must be some scripts that do so!
If your cards change size during browsing, then there must be some scripts that do so!