Thread Tools Display Modes
01-29-12, 08:49 PM   #1
unlimit
Lookin' Good
 
unlimit's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 484
Attempt to index global RDX (out of addon)

Code:
Interface\AddOns\AUI_True\AUI_True.lua:17: attempt to index global 'RDX' (a nil value)

Stack trace:
-----------
Trying to use RDX.RegisterFeature outside of AddOns\RDX, but I'm starting to get the feeling that RDX functions are protected (besides the OOBE one). <.< I thought they were available for everything.

Is there anyway to use RDX features in a separate addon?
__________________


kúdan: im playing pantheon
JRCapablanca: no youre not
** Pantheon has been Banned. **

Last edited by unlimit : 01-29-12 at 08:52 PM.
  Reply With Quote
01-30-12, 02:03 AM   #2
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Your addon is loading before RDX.

You need to add a dependency.

Add in the toc file of your addon :
## RequiredDeps: RDX
__________________
RDX manager
Sigg
  Reply With Quote

WoWInterface » Featured Projects » OpenRDX » OpenRDX Support » OpenRDX: Bug/Error Reports » Attempt to index global RDX (out of addon)

Thread Tools
Display Modes

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