Re: custom resize group handler
Posted: Fri Jun 01, 2012 9:44 pm
Hi LoloKiki,
I gave it a try and don't know if that is what you want. Now you can resize complex groups and simple objects with the larg handles. Still alt-click into an object and the resize handles/group appear. For text fields that are editable you have to add a script to the objects that is triggered by pressing the alt-key and moving into the field. MouseEnter is the message that is used. All this because editable fields don't receive mouseUp messages.
Look at the scripts and tell me if it is what you wanted. Some explanation in the stack also.
Kind regards
Bernd
I gave it a try and don't know if that is what you want. Now you can resize complex groups and simple objects with the larg handles. Still alt-click into an object and the resize handles/group appear. For text fields that are editable you have to add a script to the objects that is triggered by pressing the alt-key and moving into the field. MouseEnter is the message that is used. All this because editable fields don't receive mouseUp messages.
Look at the scripts and tell me if it is what you wanted. Some explanation in the stack also.
Kind regards
Bernd