Re: Resizing a group's controls when the group is resized

2014-05-10 Thread Peter Haworth
Thanks Randy, Bernd sent me a couple of stacks offline and I have things working. What is worrisome though is why the simple code I included in the original post didn't work, particularly the fact that grabbing the bottom handle and dragging it down actually made things wider instead of taller. I

Re: Resizing a group's controls when the group is resized

2014-05-10 Thread Randy Hengst
Hi Peter, Check out: ResizeGroup by Bernd Niggemann on the LiveCode user samples… and And: http://forums.runrev.com/viewtopic.php?f=9&t=17614&p=102374#p102374 be well, randy On May 8, 2014, at 4:30 PM, Peter Haworth wrote: > I have a resizeControl handler for a group in which I've tried ch

Resizing a group's controls when the group is resized

2014-05-08 Thread Peter Haworth
I have a resizeControl handler for a group in which I've tried changing the height and width of the controls in the group but I can't get it to work correctly. The lockLocation of the controls in the group is set true. To narrow down the problem, I changed the resizeControl handler to have just o