Livecode Geometry works only on the active card?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
broteeGA9b24
Posts: 2
Joined: Mon Dec 05, 2011 5:34 pm

Livecode Geometry works only on the active card?

Post by broteeGA9b24 » Wed Aug 29, 2012 10:39 am

I have more card in my stack, when i change the size of this stack my geometry settings only work on the current card. Is it possible to use geometry settings on every card when stack resizes?

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10044
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode Geometry works only on the active card?

Post by FourthWorld » Wed Aug 29, 2012 5:32 pm

I rarely use the GM myself, preferring to have complete control over every aspect of positioning by trapping the resizeStack message. While a bit of work to write, you only have to write it once and you can write it to do anything you want, even affecting other cards.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply