Thread Tools Display Modes
03/28/15, 05:24 AM   #1
Woeler
 
Woeler's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 40
registred before addon loading has completed

Any way to fix this?
Attached Thumbnails
Click image for larger version

Name:	image.jpg
Views:	322
Size:	182.9 KB
ID:	572  
  Reply With Quote
03/28/15, 05:33 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
You should move this two lines to EVENT_ADD_ON_LOADED handler:
Lua Code:
  1. RS.Menu:RegisterAddonPanel("RaidScorePanel", RS.panelData)
  2. RS.Menu:RegisterOptionControls("RaidScorePanel", RS.optionsData)
  Reply With Quote
03/29/15, 05:02 PM   #3
Woeler
 
Woeler's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 40
Thanks Garkin! Everyone on this forum is so helpful
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » registred before addon loading has completed


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