<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 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        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;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
p.msochpdefault, li.msochpdefault, div.msochpdefault
        {mso-style-name:msochpdefault;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Times New Roman","serif";}
span.emailstyle18
        {mso-style-name:emailstyle18;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.emailstyle19
        {mso-style-name:emailstyle19;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.balloontextchar0
        {mso-style-name:balloontextchar;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle24
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></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-CA link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks for this info and the change to the sound ‘play’ field! Appreciated….<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>RonM2<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><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>Julian Tenney<br><b>Sent:</b> Monday, February 27, 2012 1:53 PM<br><b>To:</b> Xerte discussion list<br><b>Subject:</b> [Xerte] Re: navigate bug?<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>code runs and graphics get drawn. In that order. navigate() was added to support SHIFT-F5 at design time, I have never used it to drive a piece. It just figures out where in the piece you want to go, and gets you there Bangkok rickshaw style.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>The reason is that to get to where you want to go, the engine needs to set up everything in the hierarchy above that point. It does this the way it normally does it, and the normal things are happening, just very quickly.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>The example from earlier was a FW icon whose first page was executing twice after navigate()ing to it. The code was saying "goto to this framework and initialise it, then go to page one of that framework, and if there are any frameworks in that page goto the first framework, and initialise page one and...". The thing we found was that page one had already been executed by the framework initialising, hence things were happening twice - so we fixed that.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p></div><div id=divRpF183554><div class=MsoNormal align=center style='text-align:center'><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'><hr size=2 width="100%" align=center></span></div><p class=MsoNormal style='margin-bottom:12.0pt'><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of KnowledgeWare [knowledgeware@kccsoft.com]<br><b>Sent:</b> 27 February 2012 19:33<br><b>To:</b> 'Xerte discussion list'<br><b>Subject:</b> [Xerte] Re: navigate bug?<o:p></o:p></span></p></div><div><div><p class=MsoNormal><span style='color:black'>Does the diagram below make any sense? I am navigating to FW (Overview – FW1) inside a FW (Part 1 Container) from a Flash menu.<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'> <o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>The entry pane in ‘Overview’ ‘FW’ is executing more than one. If you navigate directly to ‘Overview’ icon the entry pane will execute twice. By navigating instead to the page ‘Acoustic Neuromas’ and letting it flow down FW1 entry pane correctly executes once only.<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'><br>However, on navigating directly from the Flash menu to any subsequent pages lower down (like FW2 ‘What is an Acoustic Neuroma’) the FW1 entry pane<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>Executes once, then the FW entry pane executes.<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'> <o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>RonM2<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'> <o:p></o:p></span></p><p class=MsoNormal><span style='color:black'> <o:p></o:p></span></p><p class=MsoNormal><span style='color:black'><img border=0 width=718 height=334 id="Picture_x0020_1" src="cid:image001.jpg@01CCF6CA.23F9EC70"><o:p></o:p></span></p><p class=MsoNormal><span style='color:black'> <o:p></o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> <a href="mailto:[mailto:xerte-bounces@lists.nottingham.ac.uk]">[mailto:xerte-bounces@lists.nottingham.ac.uk]</a> <b>On Behalf Of </b>Julian Tenney<br><b>Sent:</b> Sunday, February 26, 2012 11:37 PM<br><b>To:</b> Xerte discussion list<br><b>Subject:</b> [Xerte] Re: navigate bug?</span><span style='color:black'><o:p></o:p></span></p></div></div><p class=MsoNormal><span style='color:black'> <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>When do you see the debug messages? Navigate will find its way right through from the top level framework… so, yes, the FW_ENT will be re-entered</span><span style='color:black'><o:p></o:p></span></p><p class=MsoNormal><span style='color:black'> <o:p></o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='margin-left:.5in'><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> <a href="mailto:[mailto:xerte-bounces@lists.nottingham.ac.uk]">[mailto:xerte-bounces@lists.nottingham.ac.uk]</a> <b>On Behalf Of </b>Dave Burnett<br><b>Sent:</b> 26 February 2012 12:00<br><b>To:</b> Xerte list<br><b>Subject:</b> [Xerte] navigate bug?</span><span style='color:black'><o:p></o:p></span></p></div></div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p><div><p class=MsoNormal style='margin-left:.5in'><span lang=EN-GB style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>Scene:</span><span style='color:black'><o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span lang=EN-GB style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>Button inside entrypane attached to IFC.</span><span style='color:black'><o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span lang=EN-GB style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>rootIcon.navigate('target');</span><span style='color:black'><o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span lang=EN-GB style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'><PG></span><span style='color:black'><o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span lang=EN-GB style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'><PG> </span><span style='color:black'><o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span lang=EN-GB style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>  <FW></span><span style='color:black'><o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span lang=EN-GB style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>       <FWENT> //debug in here executes twice</span><span style='color:black'><o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span lang=EN-GB style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>          <PG> //id='target'</span><span style='color:black'><o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'><span style='color:black'> <o:p></o:p></span></p></div></div><p class=MsoNormal><span style='color:black'> <o:p></o:p></span></p><p><span lang=EN-GB style='color:black'>This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. </span><span style='color:black'><o:p></o:p></span></p><p><span lang=EN-GB style='color:black'>This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. </span><span style='color:black'><o:p></o:p></span></p></div></div></div></div></body></html>