View Single Post
10-17-11, 07:15 AM   #18
SaraFdS
A Fallenroot Satyr
 
SaraFdS's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 24
Originally Posted by Animor View Post
2. I want to make a dropdown checkbutton list, which will have only one valid option at a time. Meaning, when I choose an option, the previous option will be unchecked. So I though of doing so using the initialize function, setting the "checked" flag. However, it seems to be updated only when I close and open the dropdown list. Until then, I get more than one option selected. How can I make a dropdown with one selected option which is not closed when selecting an option? I managed do both separately, but not together...
Isn't it as simple as combining
Code:
isNotRadio = false
and
Code:
keepShownOnClick = true
?
__________________
Sará the Insane
  Reply With Quote