About Store Forum Documentation Contact



Post Reply 
Deny the mouse to move the slider
Author Message
Babulesnik Offline
Member

Post: #1
Deny the mouse to move the slider
How deny the mouse to move the slider ?
10-17-2011 07:43 PM
Find all posts by this user Quote this message in a reply
alkirah Offline
Member

Post: #2
RE: Deny the mouse to move the slider
if(Gui.ms()==&slider)
Ms.eat();
10-17-2011 08:30 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Deny the mouse to move the slider
slider.disabled(true);
10-17-2011 10:37 PM
Find all posts by this user Quote this message in a reply
Babulesnik Offline
Member

Post: #4
RE: Deny the mouse to move the slider
Many thanks to all
10-17-2011 10:45 PM
Find all posts by this user Quote this message in a reply
Post Reply