Feature request: NumericEntry widget

Discuss GUI programming with the RapaGUI plugin here
Post Reply
User avatar
mrupp
Posts: 147
Joined: Sun Jan 31, 2021 7:44 pm
Location: Switzerland
Contact:

Feature request: NumericEntry widget

Post by mrupp »

Hi there

What I think is kind of missing in the current RapaGUI 2.1 is a widget for numeric entry (besides the Slider, that is).

For the implementation through wxWidget, wxSpinCtrl or wxSpinCtrlDouble might be a possible choice as seen here: https://docs.wxwidgets.org/3.1.5/page_screenshots.html:
Image

And also for MUI it looks like there's already an existing widget as seen here on the MUI font dialog:
Image

I don't know about the minimal MUI version requirements for this or if this also works with doubles or if it's integer only, though.

But it would make a very nice extension to the existing widgets in RapaGUI, imho.

Cheers,
Michael
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Feature request: NumericEntry widget

Post by airsoftsoftwair »

Sounds like a good idea. I'll see what I can do.
Post Reply