--- Jim Carwardine <[EMAIL PROTECTED]> wrote: > Thanks, Klaus. I only do that when the resize has > already taken place. I > don't have any code normally that changes settings > that I've assigned > through the inspector... Jim >
Hi Jim, The thing is : when you unlock a group and tinker any of the controls contained in it, the group will happily ignore the size you set, in order to encompass all the controls. The lockLocation property doesn't block you from changing the group location or size from a script ; it will just disable the handles, and as a side-effect, protect your group from changing size when you turn your back. So once its lockLocation is true, you can leave it that way forever :-) Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
