<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<STYLE>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</STYLE>

<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY class=hmmessage>
<DIV id=idOWAReplyText90132 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>If you know Flash, then it will be helpful to know that all icons become MovieClips at runtime. That means they can do all the usual things like beginFill(), hitTest() etc. There are some helpful drawing methods in the icon class that all icons inherit from, such as drawRect(). Check the help for others.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>So, give the icon an ID, then in a script icon you can do this to fill the label:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>myIconID.beginFill(0xFF000,100);</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>myIconID.lineStyle(1, 0x000000,100);</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>myIconID.drawRect(0,0,100,20); </FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>If you do Flash it will also be helpful to know that you can handle all the native MovieCLip events such as onPress, onRelease etc using event responses on an interaction icon.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>We plan to use Zinc 3.0 to build Xerte at some point, which will allow us to compile for Mac and Linux. Not sure when that's going to be at the moment.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>Have fun,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>Julian</FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</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 Kent Chesnut<BR><B>Sent:</B> Mon 08/09/2008 13:20<BR><B>To:</B> xerte@lists.nottingham.ac.uk<BR><B>Subject:</B> [Xerte] Text Icon Field with Fill<BR></FONT><BR></DIV>
<DIV>Xerte users,<BR>&nbsp;<BR>I'm a Xerte newbie with a quick question.<BR>&nbsp;<BR>I'm using a text icon as a drag and drop element (I need to programmatically change the text based on the current screen - which I know how to do with the text icon).&nbsp; However, I've been unable to get the text field to show a solid fill (background).&nbsp; Is this possible?<BR>&nbsp;<BR>It may be better to use a draw icon for the drag and drop... but I don't see how I could change the text within the draw element.&nbsp; Is this possible?<BR>&nbsp;<BR>Any suggestions would be much appreciated.<BR>&nbsp;<BR>As an Authorware and Flash user, I find Xerte&nbsp;to be&nbsp;a great product.&nbsp; I plan on using it a lot in the future.&nbsp; Any plans for deployment on Linux or Mac?<BR>&nbsp;<BR>Thanks,<BR>Kent<BR><BR>
<HR>
Get more out of the Web. Learn 10 hidden secrets of Windows Live. <A href="http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_getmore_092008" target=_new>Learn Now</A> </DIV></BODY></HTML>