View Single Post
10-11-10, 01:21 PM   #39
Zilver
A Fallenroot Satyr
 
Zilver's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2006
Posts: 29
Originally Posted by haste View Post
@Zilver: Yes it's missing. I'm not entirely satisfied with how initialConfigFunction currently is used, and I'm mainly focusing on separately spawned sub-frames, which currently do that through the XML template as shown earlier.
Aagh ok I see, I somehow overlooked the XML template you posted when reading through the thread.

Time for the next question, will use of that XML templete solve the "missing"
Code:
self.id
... I need it for
Code:
ToggleDropDownMenu(1, nil, _G["PartyMemberFrame"..self.id.."DropDown"], "cursor")
I found a way to get it from the "oUF:Spawn" code but haven't found a good place to create the self.id except from the menu that needs it, any suggestions?
  Reply With Quote