Questions tagged [optionmenu]

An optionmenu is a UI construct that presents the user with a list of options.

453 questions
-2
votes
1 answer

python TypeError when using OptionMenu Tkinter

ive currently been trying to build a GUI application in Tkinter that takes user input from an Entry and subsiquently populate a drop down menu. The probelm is that the OptionMenu keeps throwing: Traceback (most recent call last): File…
101ldaniels
  • 301
  • 1
  • 6
  • 15
-2
votes
1 answer

Action bar option items menu icon

Does anyone know how to add "menu" text under the dots menu icons in action bar? Also, how can I make my option menu items to display the icon in Android 4.0?
Miu Octavian
  • 95
  • 1
  • 11
-3
votes
1 answer

Python OptionMenu "overwrites" lambda variable

I have a window that contains up to twelve lines of data from a matrix. Because I use a loop, I have to use a "variable label." One of these variable labels There are eight of them) uses an Option Menu to allow the user to pick from a list, the…
1 2 3
30
31