slider problem

Discuss GUI programming with the RapaGUI plugin here
Post Reply
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

slider problem

Post by xabierpayet »

if you clicks over the slider line, not over the knob, the result of the slider and the knob change, how to monitorize this change?
if the user click over this bar? i need send moai.get... to all the sliders to know if the user click over the slider line?
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: slider problem

Post by airsoftsoftwair »

Right, this seems to be a bug in the non-MUI versions RapaGUI backends. I'll fix this. Thanks for reporting!
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: slider problem

Post by airsoftsoftwair »

Code: Select all

- Fix [Windows/Linux/MacOS]: Clicking to the left and right of the slider knob to change the knob's
  position didn't trigger a notification
Post Reply