InputCombo

Post your must have Gambas Components/Controls/Classes/Modules here.
Post Reply
User avatar
thatbruce
Regular
Posts: 298
Joined: Sat Sep 04, 2021 11:29 pm

InputCombo

Post by thatbruce »

Here's a simple little control that I've been delaying writing for 100 years or so,

Sometimes I want the user to enter a selection constrained to a set of values. So similar to (and based on) the native InputBox control, except they have to select an item from the combobox. Like the InputBox it is called as a static function.

b

p.s. Would have put it on the farm but seem to have lost my login,
You do not have the required permissions to view the files attached to this post.
User avatar
BruceSteers
Legend
Posts: 2145
Joined: Thu Jul 23, 2020 5:20 pm
Location: Isle of Wight

Re: InputCombo

Post by BruceSteers »

Handy, cheers for sharing :)
User avatar
gbWilly
Site Admin
Posts: 221
Joined: Fri Sep 23, 2016 11:41 am
Location: Netherlands
Contact:

Re: InputCombo

Post by gbWilly »

+1 to that ;)
gbWilly
- Dutch translation for Gambas3
- Gambas wiki content contributor
- Gambas debian/ubuntu package recipe contributor
- Gambas3 Debian/Ubuntu repositories

- GambOS

... there is always a Catch if things go wrong!
User avatar
Poly
Contributor
Posts: 42
Joined: Sat Nov 02, 2024 11:10 am

Re: InputCombo

Post by Poly »

Thanks for sharing :)
Post Reply