Thread Tools Display Modes
Prev Previous Post   Next Post Next
06-08-14, 05:52 PM   #1
TULOA
A Wyrmkin Dreamwalker
 
TULOA's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2009
Posts: 50
DropDown Menus

I have been trying to create a wrapper function to make a dropdown list by using a table as the master container. I can get the main level to populate but not the following lists.

I am trying to make it run off the following table layout:

menuList = {text, hasArrow, function, menuList}

it will parse through and use the text and function if hasArrow is false. Otherwise it runs through the text and hasArrow and menuList.

The examples I found otherwise I havent been able to adapt to work. Mainly because I dont fully understand the level building for sublevels.
 
 

WoWInterface » Developer Discussions » Lua/XML Help » DropDown Menus


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