Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: pert
Forum: Lua/XML Help 01-04-07, 01:52 PM
Replies: 6
Views: 11,113
Posted By pert
Try this: /run kids = { Minimap:GetChildren()...

Try this:
/run kids = { Minimap:GetChildren() };for _,framechild in ipairs(kids) do mgui_consolemsg("-"..framechild:GetName() ); end

GetChildren does not return the name of the frames, but the...
Forum: Lua/XML Help 01-04-07, 10:47 AM
Replies: 2
Views: 4,024
Posted By pert
And just now, did I realise how old this question...

And just now, did I realise how old this question was...

*shrugs* Oh well...

Hopefully it will still be helpfull to some.

/PerT
Forum: Lua/XML Help 01-04-07, 10:42 AM
Replies: 2
Views: 4,024
Posted By pert
Hi there... The short answer to your question...

Hi there...

The short answer to your question is:
You need to put this in your .toc file:
## LoadOnDemand: 1
## LoadWith: Blizzard_TradeSkillUI

The TradeSkillFrame is not virtual:
<Frame...
Forum: Lua/XML Help 04-25-06, 09:57 AM
Replies: 2
Views: 3,656
Posted By pert
Ok... so I'll just start talking to myself now...

Ok... so I'll just start talking to myself now :)

I came back to where my game is, and started doing some further testing.

I (for some unknown reason) got the idea, that the ListString could be a...
Forum: Lua/XML Help 04-25-06, 07:32 AM
Replies: 2
Views: 3,656
Posted By pert
What is a ListString

From the WoWWiki I can see that some functions returns data of type ListString.

What the heck is a ListString?

If I view it with the myDebug (or myDebugUI - can't remember) add-on, it looks like...
Showing results 1 to 5 of 5