<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>If you want the actual movieclips to have particular properties,
you can use the initObject property &#8211; it uses a shorthand object like this: &nbsp;{name:
&#8221;jules&#8221;, age:&#8221;21&#8221;, likes: &#8220;banjos&#8221;}<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Then the movieclip will have properties .name, .age, and .likes<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Rather than use myIconID.XMLElement.attributes.propertyName,
which is a real mouthful, use myIconID.getProperty(&#8216;propName&#8217;); to return the
values from the attributes of the XLElement.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>XMLElement was intended as an internal property only.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>HTH,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>J<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal style='margin-left:36.0pt'><b><span lang=EN-US
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
xerte-bounces@lists.nottingham.ac.uk
[mailto:xerte-bounces@lists.nottingham.ac.uk] <b>On Behalf Of </b>Elly Langewis<br>
<b>Sent:</b> 02 October 2008 12:08<br>
<b>To:</b> Xerte discussion list<br>
<b>Subject:</b> Re: [Xerte] icon property<o:p></o:p></span></p>

</div>

<p class=MsoNormal style='margin-left:36.0pt'><o:p>&nbsp;</o:p></p>

<div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'>Thanks! That helps. XMLElement
will be valuable to me the way I am trying to organize my course (of course
I've been programming exclusively in Authorware for much too long).<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><br>
&nbsp;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'>On Thu, Oct 2, 2008 at 12:50 PM,
Julian Tenney &lt;<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>&gt;
wrote:<o:p></o:p></p>

<div>

<div>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>When
you set the property of an icon using the editor, what you are doing is setting
the value of an attribute in the underlying XML file, like this:</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&lt;DIS
name=&quot;The Name For My Icon&quot; id=&quot;myGraphic&quot;
x=&quot;etc&quot;&#8230;./&gt;</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>That
xml node is used to initiate a MovieClip at runtime. That movieclip can be
addressed using the id defined in the xml (if it was defined &#8211; otherwise it
gets a computer generated name);</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>The values
of the attributes in the XML are not necessarily translated into properties of
the resulting movieclip. As you have found, name will return undefined.</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>Each
icon is a movieclip. Each Icon movieclip has a property called XMLELement. This
is the XML node that was used to initiate the icon.</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>So <a
href="http://myicon.xmlelement.attributes.name/" target="_blank">myIcon.XMLElement.attributes.name</a>
will contain the value you entered in the editor.</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>Hope
that helps understand what's going on.</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>J</span><o:p></o:p></p>

<p style='margin-left:36.0pt'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p style='margin-left:72.0pt'><b><span lang=EN-US style='font-size:10.0pt'>From:</span></b><span
lang=EN-US style='font-size:10.0pt'> <a
href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a>
[mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a>]
<b>On Behalf Of </b>Elly Langewis<br>
<b>Sent:</b> 02 October 2008 11:09<br>
<b>To:</b> <a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a><br>
<b>Subject:</b> [Xerte] icon property</span><o:p></o:p></p>

</div>

<div>

<div>

<p style='margin-left:72.0pt'>&nbsp;<o:p></o:p></p>

<div>

<div>

<p style='margin-left:72.0pt'>Hi Julian,<o:p></o:p></p>

</div>

<div>

<p style='margin-left:72.0pt'>&nbsp;<o:p></o:p></p>

</div>

<div>

<p style='margin-left:72.0pt'>In the Help file it says:<o:p></o:p></p>

</div>

<div>

<p style='margin-left:72.0pt'>&nbsp;<o:p></o:p></p>

</div>

<div>

<p style='margin-left:72.0pt'><span style='font-size:10.0pt'>For an icon with
an id of 'myIcon', you can address properties and methods using the following
code:</span> <o:p></o:p></p>

</div>

<p style='margin-left:72.0pt'>&nbsp;<o:p></o:p></p>

<p style='margin-left:72.0pt'><span style='font-size:10.0pt'>myIcon.property =
value;</span><o:p></o:p></p>

</div>

<p style='margin-left:72.0pt'><span style='font-size:10.0pt'>myIcon.methodName();</span><o:p></o:p></p>

<div>

<p style='margin-left:72.0pt'>&nbsp;<o:p></o:p></p>

</div>

<div>

<p style='margin-left:72.0pt'>But myIcon.name does return 'undefined' (for a
page).<o:p></o:p></p>

</div>

<div>

<p style='margin-left:72.0pt'>I get the value of the property 'name' back with
myIcon.title...so my problem is solved, but I do not see why.<o:p></o:p></p>

</div>

<div>

<p style='margin-left:72.0pt'>Even if I add the property 'title' to the page
myIcon.name stays 'undefined', so it is not a mix-up.<o:p></o:p></p>

</div>

<div>

<p style='margin-left:72.0pt'>Elly<o:p></o:p></p>

</div>

</div>

</div>

</div>

</div>

<p class=MsoNormal style='mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:
12.0pt;margin-left:36.0pt'><br>
_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><o:p></o:p></p>

</div>

<p class=MsoNormal style='margin-left:36.0pt'><br>
<br clear=all>
<br>
-- <br>
Elly Langewis<br>
courseware developer<br>
Department of Biology<br>
Utrecht University<o:p></o:p></p>

</div>

</div>

</body>

</html>