Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: aallkkaa
Forum: Lua/XML Help 08-17-19, 10:57 AM
Replies: 4
Views: 3,623
Posted By aallkkaa
(fixed a typo for you) I'm not sure I understand...

(fixed a typo for you)
I'm not sure I understand what you said. I mean, in the example you gave, you could equally do:local f = Createframe("Frame", "FizzleFrameX", UIParent)
f.Texture =...
Forum: Lua/XML Help 08-17-19, 08:38 AM
Replies: 4
Views: 3,623
Posted By aallkkaa
Thank you for the awesome tips,...

Thank you for the awesome tips, kurapica.igas!

_G[name] = frame seems to be more what I wanted. But the parent-child system looks interesting. I'll play around with those.
Forum: Lua/XML Help 08-16-19, 03:28 PM
Replies: 4
Views: 3,623
Posted By aallkkaa
Can you name a frame AFTER it's been created?

I'm basically looking for a counterpart to frame:GetName()

I tried the following, which does not work:frame = CreateFrame("Frame");
frame:SetAttribute:"Name", "SomeName");

In cas you're wondering,...
Showing results 1 to 3 of 3