Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Dridzt
Forum: Lua/XML Help 10-09-21, 07:42 AM
Replies: 7
Views: 6,746
Posted By Dridzt
If you want it to "always work" and not have to...

If you want it to "always work" and not have to complicate the method you could add a InterfaceOptionsFrameAddOnsListScrollBar:SetValue(0) to reset the addon list to the top as it retains the last...
Forum: Lua/XML Help 10-07-21, 10:30 AM
Replies: 7
Views: 6,746
Posted By Dridzt
Other idea. local function...

Other idea.


local function ScrollToCategory(panelName)
local idx
for i,cat in ipairs(INTERFACEOPTIONS_ADDONCATEGORIES) do
if not cat.hidden then
idx=(idx or 0) + 1
if cat.name...
Showing results 1 to 2 of 2