Richard - I have a stack of 'user preferences' which shows the width and
height of another stack as it's resized. These numbers which should
auto update continuously as the user continues to hold the mouse down
and resize the stack, so unfortunately your suggestion won't work.
However, setting the liveResizing property to true as Jan Schenkel
suggested makes everything work on the Mac just as it does on Windows.
Thanks Jan! An interesting thing about the liveResizing property is
that it does not get saved with the stack. Also, setting the
decorations of the stack resets the liveResizing property to false for
some reason.
Anyway, its fixed.
Oh, and thanks for requesting this be cleaned up Richard.
Thanks,
Ray
LinkIt! Software
On 1/29/2014 11:35 AM, Richmond wrote:
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
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode