Hi Sakari Ruoho,

If you set the lockLoc to true, you can still move the control around by script, depending on what you want to achieve, you might use e.g.

on mouseDown
  repeat while the mouse is down with messages
    set the loc of me to the mouseLoc
    wait 0 millisecs with messages
  end repeat
end mouseDown

or

on mouseDown
 grab me
end mouseDown

Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Convert colours between different colour spaces with Color Converter. Download at http://economy-x-talk.com/cc.html



Op 18-feb-2008, om 13:34 heeft Sakari Ruoho het volgende geschreven:

Thanks Björnke, but I want to be able to move the control(just block the resize), forgot to mention that in the first post.

Sakari Ruoho

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to