A library for dropdown menus.Supports the following standard Ace3 structures:
Color
Execute
Groups
Header
Input
Range
Select
Toggle
Usage
local menuframe = LibStub("LibDropdown-1.0"):OpenAce3Menu(Ace3ConfigTable)
This returns a frame for the root menu. You might want to use SetPoint
on this frame to attach it to an appropriate location. You may
optionally release the menu with:
menuframe:Release()
However this isn't required as the addon will do this when the menu is hidden.
-
View User Profile
-
Send Message
Posted Jul 20, 2025Recent update b0rked in Classic Era, standalone and within the other mods that use it.
8x LibDropdown-1.0-1.0.20250719161645/LibDropdown-1.0/LibDropdown-1.0.lua:1 LibDropdown-1.0/LibDropdown-1.0/LibDropdown-1.0.lua:2: '=' expected near 'MINOR'
Come on seriously guys,
"local MAJOR = "LibDropdown-1.0"
ocal MINOR = tonumber("20250719161645") or tonumber(date("%Y%m%d%H%M%S"))"
-
View User Profile
-
Send Message
Posted Jan 19, 2022Hey, any idea how to update Fontain on BCC Phase 3?
-
View User Profile
-
Send Message
Posted Oct 15, 2020we're definitely going to need an update for shadowlands...lol
-
View User Profile
-
Send Message
Posted Sep 18, 2012I wish you had posted some demonstration code, not all are familiar with the Ace3 structure, hehe.