<HTML dir=ltr><HEAD><TITLE>RE: [Xerte] Page Templates - Interface Customization</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6001.18294" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText45416 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Hi all,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Have a look through the archives for budgie.zip, I built a crude swf to xerte example a while back, but it's not on this PC.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Pat</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Paul Swanson<BR><B>Sent:</B> Wed 09/09/2009 21:12<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte] Page Templates - Interface Customization<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Have you tried:<BR><BR>on (release) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; _parent.navToPage(rootIcon.pages.length - 1)<BR>}<BR><BR>The pages array is zero-based, so to navigate to the 10th page, I<BR>believe you would actually want to use 9 as the index number.<BR>pages.length would be an integer that is 1 greater than the last page<BR>index.<BR><BR>Paul<BR><BR>&gt; -----Original Message-----<BR>&gt; From: xerte-bounces@lists.nottingham.ac.uk [<A href="mailto:xerte-">mailto:xerte-</A><BR>&gt; bounces@lists.nottingham.ac.uk] On Behalf Of James McCleese<BR>&gt; Sent: Wednesday, September 09, 2009 12:54 PM<BR>&gt; To: Xerte discussion list<BR>&gt; Subject: RE: [Xerte] Page Templates - Interface Customization<BR>&gt;<BR>&gt; OK so after some more testing, it looks like the disconnect is between<BR>&gt; my .swf and the Xerte components/scripts. For example -- in my .fla, I<BR>&gt; set an action for a button of:<BR>&gt;<BR>&gt; on (release) {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _parent.navToPage(rootIcon.pages.length)<BR>&gt; }<BR>&gt;<BR>&gt; To have the user able to skip to the last page. Clicking the button<BR>&gt; does nothing. I set up a dynamic text component in the .swf and set<BR>&gt; another button with the action:<BR>&gt;<BR>&gt; on (release) {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pagenum_txt.text = rootIcon.CurrentPage<BR>&gt; }<BR>&gt;<BR>&gt; However, upon clicking the button, the dynamic text displays<BR>&gt; "undefined".<BR>&gt;<BR>&gt; Is there a trick to allowing access to Xerte components/scripts from<BR>my<BR>&gt; .swf? Here is a .zip with both the Xerte project and my .fla. Thanks<BR>&gt; for the continued help!<BR>&gt;<BR>&gt; <A href="http://www.morewordsfaster.com/template-controls.zip">http://www.morewordsfaster.com/template-controls.zip</A><BR>&gt;<BR>&gt;<BR>&gt; James McCleese<BR>&gt;<BR>&gt; 2Wire Services &amp; Support<BR>&gt;<BR>&gt; 210-507-8173<BR>&gt;<BR>&gt;<BR>&gt; ________________________________<BR>&gt;<BR>&gt; From: xerte-bounces@lists.nottingham.ac.uk on behalf of Julian Tenney<BR>&gt; Sent: Mon 09/07/09 1:57 AM<BR>&gt; To: Xerte discussion list<BR>&gt; Subject: RE: [Xerte] Page Templates - Interface Customization<BR>&gt;<BR>&gt;<BR>&gt; the help file is the main source of info on all the icon methods,<BR>&gt; properties and events,<BR>&gt;<BR>&gt; J<BR>&gt;<BR>&gt; ________________________________<BR>&gt;<BR>&gt; From: xerte-bounces@lists.nottingham.ac.uk on behalf of James McCleese<BR>&gt; Sent: Sun 06/09/2009 23:03<BR>&gt; To: Xerte discussion list<BR>&gt; Subject: RE: [Xerte] Page Templates - Interface Customization<BR>&gt;<BR>&gt;<BR>&gt; Yeah, I've started some troubleshooting of that nature; I guess my<BR>main<BR>&gt; question was whether there was any available documentation to go along<BR>&gt; with the Page Templates template that comes with Xerte to break down<BR>&gt; the flow, since it seems that the scripting is spread across multiple<BR>&gt; sources. I'll get back to you if I run into any further issues.<BR>Thanks!<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; James McCleese<BR>&gt;<BR>&gt; 2Wire Services &amp; Support<BR>&gt;<BR>&gt; 210-507-8173<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ________________________________<BR>&gt;<BR>&gt; From: xerte-bounces@lists.nottingham.ac.uk [<A href="mailto:xerte-">mailto:xerte-</A><BR>&gt; bounces@lists.nottingham.ac.uk] On Behalf Of Julian Tenney<BR>&gt; Sent: Sunday, September 06, 2009 3:56 PM<BR>&gt; To: Xerte discussion list<BR>&gt; Subject: RE: [Xerte] Page Templates - Interface Customization<BR>&gt;<BR>&gt;<BR>&gt; Have you stepped through any troubleshooting yourself? Have you<BR>&gt; verified that things the code expects to find are in fact the things<BR>&gt; the code expects to find? debug() from your fla code can be helpful to<BR>&gt; check that the fw you are trying to control is correct, and to check<BR>&gt; other values as the functions in there are called.<BR>&gt;<BR>&gt; If it works fine in a standard piece, it must be something the<BR>template<BR>&gt; does differently. That's what we need to find out. Build a piece with<BR>&gt; two title pages (something realy simple) and verify things fail. Copy<BR>&gt; it. Judiciously delete things from the .rlt until things start to work<BR>&gt; again is a good approach as well.<BR>&gt;<BR>&gt;<BR>&gt; ________________________________<BR>&gt;<BR>&gt; From: xerte-bounces@lists.nottingham.ac.uk on behalf of James McCleese<BR>&gt; Sent: Sun 06/09/2009 20:26<BR>&gt; To: Xerte discussion list<BR>&gt; Subject: RE: [Xerte] Page Templates - Interface Customization<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Julian,<BR>&gt;<BR>&gt; Here is the .fla file I am attempting to use as a custom interface. I<BR>&gt; am<BR>&gt; using standalone Xerte using the "Page Templates" template and<BR>&gt; attempting to adjust the "background" Entry Frame that is included in<BR>&gt; the "Page Templates" template using a .swf generated from the .fla<BR>&gt; below.<BR>&gt;<BR>&gt; <A href="http://www.morewordsfaster.com/Template-Controls.zip">http://www.morewordsfaster.com/Template-Controls.zip</A><BR>&gt;<BR>&gt; James McCleese<BR>&gt; 2Wire Services &amp; Support<BR>&gt; 210-507-8173<BR>&gt;<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; From: xerte-bounces@lists.nottingham.ac.uk<BR>&gt; [<A href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Julian<BR>&gt; Tenney<BR>&gt; Sent: Friday, September 04, 2009 3:09 AM<BR>&gt; To: Xerte discussion list<BR>&gt; Subject: RE: [Xerte] Page Templates - Interface Customization<BR>&gt;<BR>&gt; Need to take a look at what's going on. How are you setting up the<BR>&gt; custom interface? Are you using Online Toolkits, or is this standalone<BR>&gt; Xerte, using a template?<BR>&gt;<BR>&gt; Can you send me the .fla?<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; From: xerte-bounces@lists.nottingham.ac.uk<BR>&gt; [<A href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of James<BR>&gt; McCleese<BR>&gt; Sent: Thursday, September 03, 2009 5:56 PM<BR>&gt; To: xerte@lists.nottingham.ac.uk<BR>&gt; Subject: [Xerte] Page Templates - Interface Customization<BR>&gt;<BR>&gt; I've been working with the Page Templates template in Xerte and really<BR>&gt; love the abstraction of all of the scripting elements--this will be<BR>&gt; great for the training devs I work with. However, I have developed an<BR>&gt; interface in Flash to replace the generic Xerte interface with one<BR>&gt; branded for our company. My only problem is that, while I don't seem<BR>to<BR>&gt; have any trouble with it in a basic Xerte project, when I try to use<BR>it<BR>&gt; in this template, I have trouble getting the navigation to work. Do<BR>you<BR>&gt; have any documentation regarding the scripting behind the Page<BR>&gt; Templates<BR>&gt; and how navigation functions? My interface has four buttons (advance<BR>&gt; one<BR>&gt; page, step back one page, first page, last page) and a dynamic text<BR>&gt; field (for current page / total pages). Any information would be<BR>&gt; appreciated.<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; James McCleese<BR>&gt; Technical Support Supervisor | Tier One Uverse 2Wire Services &amp;<BR>Support<BR>&gt; 2Wire, Inc. Company Confidential.&nbsp; The information contained in this<BR>&gt; message may be privileged and/or confidential.&nbsp; If the reader of this<BR>&gt; message is not the intended recipient, or an employee or agent<BR>&gt; responsible for delivering this message to the intended recipient, you<BR>&gt; are hereby notified that any dissemination, distribution or copying of<BR>&gt; this communication is strictly prohibited.&nbsp; If you have received this<BR>&gt; communication in error, please notify us immediately by replying to<BR>the<BR>&gt; message and deleting it from your computer.<BR>&gt; _______________________________________________<BR>&gt; Xerte mailing list<BR>&gt; Xerte@lists.nottingham.ac.uk<BR>&gt; <A href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR>&gt; _______________________________________________<BR>&gt; Xerte mailing list<BR>&gt; Xerte@lists.nottingham.ac.uk<BR>&gt; <A href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR>&gt; _______________________________________________<BR>&gt; Xerte mailing list<BR>&gt; Xerte@lists.nottingham.ac.uk<BR>&gt; <A href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR>&gt;<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; Xerte mailing list<BR>&gt; Xerte@lists.nottingham.ac.uk<BR>&gt; <A href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR><BR><BR>_______________________________________________<BR>Xerte mailing list<BR>Xerte@lists.nottingham.ac.uk<BR><A href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR></FONT></P></DIV></BODY></HTML>