Thread Tools Display Modes
09-11-22, 02:10 AM   #1
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
InterfaceOptionsFrame -> SettingPanel

In 9.2.7, I used the InterfaceOptionsFrame_Show() call to display the interface option frame.
In 10.0.0, there is now a SettingPanel frame instead of InterfaceOptionsFrame.
How do I bring up my addon settings frame now?

InterfaceOptionsFrame_Show();
InterfaceOptionsFrame_OpenToCategory("My_Addon_Name");
  Reply With Quote
09-11-22, 06:14 AM   #2
Dathwada
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Aug 2019
Posts: 3
Settings.OpenToCategory('My_Addon_Name')

This should do it.
  Reply With Quote
09-11-22, 10:05 AM   #3
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
Excelent, it works. Thank You.
  Reply With Quote

WoWInterface » PTR » PTR General Discussion » InterfaceOptionsFrame -> SettingPanel


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