Resize Stack Differences on Mac and Windows

Richmond richmondmathewson at gmail.com
Wed Jan 29 11:35:09 EST 2014


On 29/01/14 18:32, Richmond wrote:
> On 29/01/14 18:29, Ray wrote:
>> I'm not sure how many versions back this goes but apparently the 
>> following script works differently on a Mac and Windows with 6.5.2:
>>
>>    on resizeStack
>>       put the ticks
>>    end resizeStack
>>
>> On Windows the message is sent continually as long as the mouse is 
>> down and I'm resizing the stack.  On a Mac the resizeStack message is 
>> sent just once when I let the mouse up after resizing the stack.
>>
>> Does anybody have any experience with this anomaly?
>
> Dunno; on Linux (!!!!!!!!!) it is sent continuously, or rather (to be 
> accurate), repeatedly.
>
> But; what exactly is the point of this script in the first place?
>
> Richmond.
>

Here's something a whole lot more useful:

on resizeStack
    put (the width of me) & "," & (the height of me)
end resizeStack





More information about the use-livecode mailing list