<!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>Positioning icons relative to the previous icon.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<BR>

<P><FONT SIZE=2 FACE="Verdana">I'm attempting to build a table using multiple text icons. I'm using individual text icons for each cell in combination with drawBorder in a script icon. I've been manually computing the y coordinate by adding the height of the previous icon to the y coordinate of the previous icon. It's time consuming, and I'm thinking there must be a better way. I've tried variations of icon.previousSibling._y, but it seems to be returning 0 (or, more likely, undefined) because it always ends up at y=0.</FONT></P>

<P><FONT SIZE=2 FACE="Verdana">I've currently got icon.previousSibling.attributes.y + icon.previousSibling.attributes.h as the y property, but that makes the text disappear completely (perhaps it's off the stage?). Do I just have the wrong property, or is this because the properties of the previousSibling are unknown when the next icon is encountered?</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;Instructional Designer</FONT>

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

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;800.274.7280 Ext. 2462</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Paul.Swanson@harlandfs.com</FONT>

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

</BODY>
</HTML>