hi, i am very new in python. can anyone tell me that how to create dynamic dropdown box in python scripting.(triple dropdown box)
sharma_vivek82 0 Newbie Poster
Recommended Answers
Jump to PostHere is an example using wxPython. Once you have Python installed you need to download wxPython appropriate for your system and Python version, it's free!
# the wxChoice() widget, a simple dropdown box # wx.Choice(parent, id, pos, size, choices, style) # tested with Python24 and wxPython26 # …
All 4 Replies
Ene Uran 638 Posting Virtuoso
sharma_vivek82 0 Newbie Poster
sharma_vivek82 0 Newbie Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.