Forum Archive

UI controls

upwart

I want to include some UI controls in my application, but can't find a module for that.

More specifically I would like to add a picker control (in this case to select from a value between to 2 and 36) and a number of buttons.

bee18

Search for "hydrogen" in this forum (without the quotes).

bashedcrab

Hey upwart,
If you need help getting started with Hydrogen, feel free to ask and I'll get you going. I'm not actively working on it at the moment, but I'm always happy to answer questions.

Looking at the code for HydrogenDemo is probably the best place to start.

upwart

Hydrogen looks impressive, but doesn't contain a 'picker' control, i.e. one of those 'wheels' which lets yoy choose from a limited number of options, like countries, In my case I would like to pick a number between 2 and 36.
Anyone an idea on how to implement this in Pythonista?