Download
(13Kb)
Download
Updated: 03-22-17 03:23 AM
Compatibility:
Tomb of Sargeras (7.2.0)
Return to Karazhan (7.1.5)
Updated:03-22-17 03:23 AM
Created:05-16-16 12:21 PM
Downloads:1,423
Favorites:4
MD5:
Categories:Plug-Ins & Patches, Libraries

NoTaint UIDropDownMenu Update

Version: 7.2.0.23801
by: arith [More]

An updated version of NoTaint_UIDropDownMenu, for more details, please refer to the original addon page here.

* 7.2.0.23801 (2017/03/22)
=====================
- fixed the issue when dropdown menu has more than 1 level

* 7.2.0.23789 (2017/03/22)
=====================
- lib update to sync with WoW 7.2.0.23789
- TOC update to support WoW 7.2.0

* 7.1.0.22908.r7 (2016/12/26)
=====================
- fixes with listframe width

* 7.1.0.22908.r6 (2016/12/26)
=====================
- some minor enhancement in logical operation:
Lib_UIDropDownMenu_AddButton - index's value; width and maxWidth's values

* 7.1.0.22908 (2016/10/27)
=====================
- Toc update to support WoW 7.1.0
- Codes synch with 7.1.0.22908:
- Added function Lib_UIDropDownMenu_AddSeparator(info, level)
Post A Reply Comment Options
Unread 04-16-17, 05:03 AM  
another
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 187
Uploads: 12
I added arith to members of "NoTaint UIDropDownMenu" on Curse and WoWInterface. I can add both of you if you want. For me even old code works in TinyExtraBars so I don't care too much about recent changes.
Last edited by another : 04-16-17 at 05:04 AM.
Report comment to moderator  
Reply With Quote
Unread 03-21-17, 12:28 PM  
arith
A Cyclonian
 
arith's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 75
Uploads: 35
Originally Posted by arith
Originally Posted by Blazeflack
The following line will likely need a change:
Code:
if ( strsub(button:GetParent():GetName(), 0,12) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 13 ) then
to this:
Code:
if ( strsub(button:GetParent():GetName(), 0,16) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 17 ) then
Could you provide some more details on why you think this need to be changed? I have checked the original one with 7.2.0.23789, it still use the value of 0,12 and 13. So I am wondering what issue which you found and probably BZ wasn't aware.
well....second thought, I got your point....
Do you have some sample which I can test it out?
Report comment to moderator  
Reply With Quote
Unread 03-21-17, 12:14 PM  
arith
A Cyclonian
 
arith's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 75
Uploads: 35
Originally Posted by Blazeflack
The following line will likely need a change:
Code:
if ( strsub(button:GetParent():GetName(), 0,12) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 13 ) then
to this:
Code:
if ( strsub(button:GetParent():GetName(), 0,16) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 17 ) then
Could you provide some more details on why you think this need to be changed? I have checked the original one with 7.2.0.23789, it still use the value of 0,12 and 13. So I am wondering what issue which you found and probably BZ wasn't aware.
Report comment to moderator  
Reply With Quote
Unread 12-26-16, 07:13 AM  
Blazeflack
A Deviate Faerie Dragon

Forum posts: 12
File comments: 18
Uploads: 0
The following line will likely need a change:
Code:
if ( strsub(button:GetParent():GetName(), 0,12) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 13 ) then
to this:
Code:
if ( strsub(button:GetParent():GetName(), 0,16) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 17 ) then
Last edited by Blazeflack : 12-26-16 at 07:13 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.