<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>You have to be very careful around template architecture.<br><br>You see the script icon above the Interface icon called makePages?<br>Open it up and look at the first line of code.<br><br>icon.nextSibling.firstChild.duplicate(templateData.presentation[0].page.length - 1);<br><br>That is making the pages of your presentation:<br><br>icon = here, this icon<br>nextSibling = next icon downward<br>firstChild = next icon rightward<br>duplicate = duplicate<br><br>So it is saying, duplicate the protoPage icon x number of times.<br><br>When you insert your entry pane on to the Interface page, you have inserted a sibling between makePages and the target, protoPage.<br>So the relative logic is destroyed and the piece is not being built.<br><br>You would have to adjust all the relative references in the piece to take into account the added entrypane icon.<br><br>HTH<br>Dave<br><br><br><br><br><br><br><br><br><br><br><br><br><hr id="stopSpelling">From: patricia@e-w-i.nl<br>To: xerte@lists.nottingham.ac.uk<br>Date: Fri, 1 Apr 2011 18:23:44 +0200<br>Subject: [Xerte] simple presentation<br><br>

<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">


<style>
</style>


<div><font face="Arial" size="2">Hi, I am very new in Xerte.</font></div>
<div><font face="Arial" size="2">I am trying to understand the simple presentation 
template.</font></div>
<div><font face="Arial" size="2">I would like to ad an entry frame to the 
interface icon and then add som cusom buttons.</font></div>
<div><font face="Arial" size="2">However, when I insert an entry frame, 
 the application doesn't work correctly anymore. The text icon shows 
'undefined' and I cannot go through the pages.</font></div>
<div><font face="Arial" size="2">What I am doing wrong?</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">Thanks for any help</font></div>
<div><font face="Arial" size="2">Patricia</font></div><br>

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.
<BR>

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.
<BR>

<br>_______________________________________________
Xerte mailing list
Xerte@lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte

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.

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.                                         </body>
</html>