Add comboBox after init?
-
I'm working on a downloader app and could use some suggestions.
I'd like to populate combo boxes with a user's available downloads for each product they own, but the app doesn't know how many combo boxes are needed until they log in.
Is it possible to draw combox boxes from panels after init?
How would you guys do it? -
@dustbro You could use panel popup lists.
-
@d-healey Thanks! Exactly what I needed.