<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Making a page counter in Xerte 1.8</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">I've been working on creating a page counter within a Framework, and when you get to the first page of the framework, the total number of pages isn't calculating correctly.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I have an empty text icon with an ID of 'slideCounter' that is in the Entry Frame of the framework. The framework ID is dbInst. I am placing the following code in a script icon on each page (not in the Entry Frame):</FONT></P>

<P><FONT SIZE=2 FACE="Lucida Console">slideCounter.setText('Slide ' + (dbInst.currentPage + 1) + ' of ' + dbInst.pages.length);</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">On the first page of the framework, this prints 'Slide 1 of 1'. Moving to the second page, it correctly prints 'Slide 2 of 20' and returning to the previous page, it prints 'Slide 1 of 20' -- so it isn't giving the correct value for the length of the pages array on the first pass, but correctly does so after that. And if that wasn't strange enough, if I use Ctrl+F5 to open Page 1, it displays the correct values, but if I navigate to this framework from the page prior to it (or use Ctrl+F5 with the Framework icon selected), it displays the incorrect value.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Is there a better way to do this?</FONT>
</P>

<P><FONT COLOR="#808080" SIZE=2 FACE="Courier New">_____________________________</FONT>
</P>

<P><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Paul Swanson</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Harland Financial Solutions</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">_____________________________</FONT>
</P>

</BODY>
</HTML>