Thread Tools Display Modes
10-13-10, 03:40 PM   #1
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 103
Right click menu: checks are gone and replaced by radio buttons ?

Hello

Since patch, my tinydps addon now has radio buttons in the menu instead of checks.

I think it ugly

Help ?
  Reply With Quote
10-13-10, 03:58 PM   #2
Saiket
A Chromatic Dragonspawn
 
Saiket's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 154
You can set .isNotRadio = true on the dropdown button's info table to make them look like checkboxes.
Code:
local Info = UIDropDownMenu_CreateInfo();
Info.isNotRadio = true;
...
UIDropDownMenu_AddButton( Info );
  Reply With Quote
10-13-10, 04:08 PM   #3
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 103
thanks a lot
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Right click menu: checks are gone and replaced by radio buttons ?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off