Page 1 of 1

Request: Numericbutton class

Posted: Mon Apr 24, 2017 5:54 pm
by jPV
I think that support for Numericbutton.mui could be useful sometimes :)

Re: Request: Numericbutton class

Posted: Mon Apr 24, 2017 6:06 pm
by p-OS
I agree. and as it is just a subclass of with no new attributes It migth be easy to add.

Re: Request: Numericbutton class

Posted: Thu Apr 27, 2017 4:59 pm
by airsoftsoftwair

Code: Select all

- New: Added support for Numericbutton MUI class; it uses exactly the same attributes
  as Slider class

Re: Request: Numericbutton class

Posted: Sun Aug 27, 2017 10:24 am
by jPV
airsoftsoftwair wrote: it uses exactly the same attributes as Slider class
Stringify doesn't seem to work with it, should it? Could it?

Also could we get a Release attribute for the Slider class to MUI Royale? Seems there's such in RapaGUI and that would be really handy for MUI Royale too...

Re: Request: Numericbutton class

Posted: Sun Aug 27, 2017 8:42 pm
by r-tea
airsoftsoftwair wrote:

Code: Select all

- New: Added support for Numericbutton MUI class; it uses exactly the same attributes
  as Slider class
Thank you Andreas! :)

Re: Request: Numericbutton class

Posted: Tue Aug 29, 2017 6:35 pm
by airsoftsoftwair

Code: Select all

- Fix: Slider.Stringify didn't work for Numericbutton class
Slider.Release isn't necessary. You can just use Slider.Pressed for that and check when its trigger value is FALSE.

Re: Request: Numericbutton class

Posted: Tue Aug 27, 2019 9:34 pm
by lazi
I would be greatful if you could help me on numericbutton notify.
I can simply get no event even if set notify to "Pressed".

<numericbutton id="page" notify="Pressed" Min="0" Max="100"/>

I found numericbutton a bit clumsy at display edges, but it seems to be a MUI 'feature'.

Re: Request: Numericbutton class

Posted: Tue Aug 27, 2019 10:06 pm
by lazi
Answare myself :)

notify="Level"

Maybe a change in the guide would make it more cleaner at the Slider.Level button:
"Set/get and learn about current slider level"

Re: Request: Numericbutton class

Posted: Sat Aug 31, 2019 1:48 pm
by airsoftsoftwair
lazi wrote: Tue Aug 27, 2019 10:06 pm Maybe a change in the guide would make it more cleaner at the Slider.Level button:
"Set/get and learn about current slider level"
That makes it too complicated :) You can see if notification is supported in the applicability section...