Thread Tools Display Modes
Prev Previous Post   Next Post Next
12-23-06, 07:10 AM   #1
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 24
Post Request XML child definitions

Would be so useful to be able to specificy a frame name thus:

Code:
<Frame name="SomeFrame">
   ...
   <Frame name="$parent.name">            -- Notice the .
So that the new frame is created with the parent's name + "name", *AND* more importantly, the sub-frame is automatically assigned to the parent frame's 'name' variable.

Then you can access the sub-frame with SomeFrame.name, without having to piss around with assigning them yourself.
  Reply With Quote
 

WoWInterface » Developer Discussions » Wish List » Request XML child definitions


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