Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: SDPhantom
Forum: General Authoring Discussion 02-03-12, 02:59 PM
Replies: 36
Views: 36,130
Posted By SDPhantom
frame:SetPoint() has some quirks about the frame...

frame:SetPoint() has some quirks about the frame argument, if it's a string, it references by the frame by name. If it's a table (the reference of the UI object is stored as a userdata in index...
Forum: General Authoring Discussion 01-31-12, 07:38 PM
Replies: 36
Views: 36,130
Posted By SDPhantom
The code as posted in its intent, to register the...

The code as posted in its intent, to register the shared table as a global, would be redundant. Reregistering a global multiple times follows the exact definition of redundancy.



Torhol's method of...
Forum: General Authoring Discussion 01-31-12, 02:55 PM
Replies: 36
Views: 36,130
Posted By SDPhantom
I usually have a core file in a UI addon that is...

I usually have a core file in a UI addon that is loaded first out of all the others that handles all the basic needs, typicly global registration of the addon table, API for registering modules,...
Forum: General Authoring Discussion 01-31-12, 12:23 PM
Replies: 36
Views: 36,130
Posted By SDPhantom
To make this more simple, no matter how it's...

To make this more simple, no matter how it's assigned, when a frame is created with a name, the Widget API assigns the frame automatically to a global of the same name.

For example, these will...
Showing results 1 to 4 of 4