Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Waky
Forum: General Authoring Discussion 01-31-12, 02:28 PM
Replies: 36
Views: 36,135
Posted By Waky
Did you put ~= or =~?

Did you put ~= or =~?
Forum: General Authoring Discussion 01-31-12, 12:08 PM
Replies: 36
Views: 36,135
Posted By Waky
If the addon functions are not dependent on...

If the addon functions are not dependent on learning another frame loading, you can just debug by adding print("frameName has loaded") after a frame is created as a debug method right now. Once...
Forum: General Authoring Discussion 01-31-12, 11:46 AM
Replies: 36
Views: 36,135
Posted By Waky
Another valid point, lol.

Another valid point, lol.
Forum: General Authoring Discussion 01-31-12, 11:41 AM
Replies: 36
Views: 36,135
Posted By Waky
If you're trying to check if another addon's...

If you're trying to check if another addon's frames have loaded you need to make sure that those frames are visible (aka not local.) If they're global you can access them via the _G.frameName, I...
Forum: General Authoring Discussion 01-31-12, 11:29 AM
Replies: 36
Views: 36,135
Posted By Waky
I'm pretty sure you can do something along the...

I'm pretty sure you can do something along the lines of:

if frameName then
-- Code to be executed if it exists
end

If I'm not mistaken

If that does nothing you could just to the nil check
Showing results 1 to 5 of 5