View Single Post
07-12-09, 09:24 PM   #1
rossman
A Cyclonian
 
rossman's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 39
Question on addon loading

I am trying to get an addon to put something next to the nUI lat\micromenu\fps on the console. If I use SetPoint("RIGHT", nUI_MicroMenu, "LEFT", 0, 0) I do not get anything displayed. If I use SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", -5, -2) it displays fine in the upper right hand corner.
I am trying to get Cargoship to put its LDBs next to the micromenu in the middle. I know I could change x.
Do the addons get processed in a-z order?
Thanks