geometry manager

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
rinzwind
Posts: 135
Joined: Tue May 01, 2012 10:44 am

geometry manager

Post by rinzwind » Fri Nov 28, 2014 12:20 pm

Can I temporary disable all automatic resizing for fine tune purposes? Suppress messages works only temporary... if I reenable messages and resize the controls jumps back to the way they were...

rinzwind
Posts: 135
Joined: Tue May 01, 2012 10:44 am

Re: geometry manager

Post by rinzwind » Wed Dec 03, 2014 5:51 pm

No one? Misging feature? Seems quite important.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10331
Joined: Wed May 06, 2009 2:28 pm

Re: geometry manager

Post by dunbarx » Wed Dec 03, 2014 6:11 pm

Hi.

Not sure I understand , but does locking the size and position do the trick?

Craig Newman

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: geometry manager

Post by jacque » Thu Dec 04, 2014 9:06 pm

The geometry manager stores your settings in the object and as long as messages are active it will use the settings to resize or reposition the control. To change the control's size or any other property controlled by the geometry manager, you need to remove the current settings first. Select the control, and in the property inspector's Geometry pane, click the "Remove all" button at the bottom. Then make changes to the control, and finally set up the Geometry Manager again for that object.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply