View Single Post
10-16-11, 01:42 AM   #12
Animor
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Mar 2011
Posts: 136
Originally Posted by Phanx View Post
I'm pretty sure that standard dropdown menus only let you have one thing selected at a time by default. They definitely work that way in any addon I've used them in. Without seeing your code, though, there's not much else I can tell you.
The reason it works like that at any addon is that the list is always closed when you select an option. Any anyway, this is not done by default, you have to uncheck it in the initialize function. By default, you can check more than one item, which is the behavior of some of the dropdown lists.

What I'm trying to do is uncheck other not selected items while the list remains open. I don't know how to access the other options and do that other than through the initialize function.
  Reply With Quote