Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Shefki
Forum: Cladhaire's Mods 10-09-10, 11:10 AM
Replies: 12
Views: 28,886
Posted By Shefki
You can't inherit it because the group headers...

You can't inherit it because the group headers already have an OnLoad.
Forum: Cladhaire's Mods 10-07-10, 08:29 PM
Replies: 12
Views: 28,886
Posted By Shefki
You also should mention that you need to...

You also should mention that you need to do:
SecureHandler_OnLoad(yourHeader)

otherwise SetFrameRef isn't available on the frame.

Alternatively you can just...
Forum: Cladhaire's Mods 10-06-10, 08:37 PM
Replies: 12
Views: 28,886
Posted By Shefki
You'll need to wrap the SetFrameRef like so: if...

You'll need to wrap the SetFrameRef like so:

if ClickCastHeader then
yourHeader:SetFrameRef("clickcast_header", ClickCastHeader)
end

SetFrameRef throws an error if you pass it nil.
Showing results 1 to 3 of 3