Thread Tools Display Modes
06-03-08, 04:39 PM   #1
Raden101
A Murloc Raider
Join Date: May 2008
Posts: 5
Whats rong?

Code:
NameL = getglobal("MyForm".."NameLabel".."Label");
TextL = MyVar["Name"];
NameL:SetText(TextL);
and on another lua file i have this

Code:
MyVar= {};
MyVar["Name"] = "Text here";
and it will not show the "Name"
also if i chang it to this it works.

Code:
NameL = getglobal("MyForm".."NameLabel".."Label");
TextL = "TEST";
NameL:SetText(TextL);
Can anyone help a noob out?

tAnKs!
  Reply With Quote
06-03-08, 07:39 PM   #2
Raden101
A Murloc Raider
Join Date: May 2008
Posts: 5
So i found out in wow uid once you add file to a project you have to right click it and hit Include in project... i think it should default this way.. or have a note be made somwere tha can be seen..
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Whats rong?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off