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

Reply via email to