group not visible after maximize window
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 16
- Joined: Mon May 09, 2011 3:01 pm
group not visible after maximize window
hi !
I make one goup of buttons on the top of a window. if I push the maximize button of the window (stack) the group disappears and if I resize the stack
the group also away.
In the application browser I see the group and the group is also visible and I can change the properties.
How did I get the group back to "visible"
Version 4.6.4 and 5 on windows.
thank you in advance,
harald
I make one goup of buttons on the top of a window. if I push the maximize button of the window (stack) the group disappears and if I resize the stack
the group also away.
In the application browser I see the group and the group is also visible and I can change the properties.
How did I get the group back to "visible"
Version 4.6.4 and 5 on windows.
thank you in advance,
harald
Re: group not visible after maximize window
Harald,
I just made a new stack, placed three buttons on it, made it a group. When I maximized the stack the buttons did not go away.
Does this happen if you make a new stack just to test this, with default buttons?
Walt
I just made a new stack, placed three buttons on it, made it a group. When I maximized the stack the buttons did not go away.
Does this happen if you make a new stack just to test this, with default buttons?
Walt
Walt Brown
Omnis traductor traditor
Omnis traductor traditor
-
- VIP Livecode Opensource Backer
- Posts: 16
- Joined: Mon May 09, 2011 3:01 pm
Re: group not visible after maximize window
no it does not happen with a new stack
I have 2 Cards and one group with background behaviour on top and one on bottom.
The last thing I did was that I tried to "force" a resize of the group analog the stack via the geometry manager.
I have 2 Cards and one group with background behaviour on top and one on bottom.
The last thing I did was that I tried to "force" a resize of the group analog the stack via the geometry manager.
Re: group not visible after maximize window
Hi Harald,
we need to take a look at the involved scripts (resizestack?), otherwise we can only guess.
Did you check taht the groups location is still inside of the stack dimensions after it has disappeared?
Inspector -> Size and position
Best
Klaus
we need to take a look at the involved scripts (resizestack?), otherwise we can only guess.
Did you check taht the groups location is still inside of the stack dimensions after it has disappeared?
Inspector -> Size and position
Best
Klaus
-
- VIP Livecode Opensource Backer
- Posts: 16
- Joined: Mon May 09, 2011 3:01 pm
Re: group not visible after maximize window
hi klaus !
thank you for the hint. in the property for the group on Size and position the location was -2
Thanks
Harald
thank you for the hint. in the property for the group on Size and position the location was -2
Thanks
Harald
Re: group not visible after maximize window
Hi Harald,
so you could solve your problem?
Cool
Best
Klaus
so you could solve your problem?
Cool

Best
Klaus
-
- VIP Livecode Opensource Backer
- Posts: 16
- Joined: Mon May 09, 2011 3:01 pm
Re: group not visible after maximize window
hi klaus !
yes, thank you, if I change the parameter there it works perfectly !
best regards,
harald
yes, thank you, if I change the parameter there it works perfectly !
best regards,
harald