Rev and substacks

Alex Rice alrice at ARCplanning.com
Thu Jul 24 12:23:03 EDT 2003


On Thursday, July 24, 2003, at 09:17  AM, Pierre Sahores wrote:
> And here the "rafraichir" button script :
>
>> on mouseUp
>>   if the shiftkey is down then edit script of me
>>   else
>>     lock screen
>>     set the height of grp "tableau1" to 548
>>     set the width of grp "tableau1" to 700
>>     set the top of grp "tableau1" to 40
>>     set the left of grp "tableau1" to 8
>>   end if
>> end mouseUp
>>
>>
> Comment : the "tableau1" grp is hosting input fields, ordered as a 
> kind of spreadsheets calc.
>
> Thanks for your advice.

Are there any resize handlers or any other handlers that would be run 
as a side effect of setting the dimensions of tableau1? Does tableau1 
contain a lot of fields? Maybe the resize of the group is the 
performance hit?

Sorry no other ideas,

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
http://ARCplanning.com




More information about the use-livecode mailing list