View Single Post
10-07-21, 08:32 AM   #4
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
Originally Posted by Seerah View Post
This usually happens if your addon is not visible in the scrollframe list on the left.
In Burning Crusade Classic, my addon isn't visible in the scrollframe list the first time I call:

Lua Code:
  1. InterfaceOptionsFrame_OpenToCategory("Skillet")
unless I open the panel and manually scroll to the page my addon is listed on. Other than changing my addon name to "ASkillet", is there anyway to force the scroll to happen, i.e.

Lua Code:
  1. InterfaceOptionsFrame_ScrollToCategory("Skillet")
  Reply With Quote