Does a Stepper Widget exist for Pharo?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Does a Stepper Widget exist for Pharo?

MartinW
I am looking for a Stepper Widget - 2 buttons placed directly above each other, that will increase/decrease a numerical value. Does something like this exist for Pharo?

If not, how would i start to build one? There are so many different Button classes in the image :)

See attached image of a Stepper:
Reply | Threaded
Open this post in threaded view
|

Re: Does a Stepper Widget exist for Pharo?

stephane ducasse
Note that I know but this would be a nice addition.

S.

On Feb 24, 2013, at 6:53 PM, MartinW <[hidden email]> wrote:

> I am looking for a Stepper Widget - 2 buttons placed directly above each
> other, that will increase/decrease a numerical value. Does something like
> this exist for Pharo?
>
> If not, how would i start to build one? There are so many different Button
> classes in the image :)
>
> See attached image of a Stepper:
> <http://forum.world.st/file/n4671822/Stepper.png>
>
>
>
> --
> View this message in context: http://forum.world.st/Does-a-Stepper-Widget-exist-for-Pharo-tp4671822.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: Does a Stepper Widget exist for Pharo?

Sean P. DeNigris
Administrator
In reply to this post by MartinW
For an idea, take a look at DateModel, which is similar, but with a calendar icon instead of the stepper arrows.

"DateModel new openWithSpec"
Cheers,
Sean