Re: [flexcoders] Change style on repeater item

2007-01-22 Thread joe . g . james
by: flexcoders@yahoogroups.com 01/19/2007 10:49 AM Please respond to flexcoders@yahoogroups.com To flexcoders@yahoogroups.com cc Subject Re: [flexcoders] Change style on repeater item Without checking this before I write it, wouldn't something like this work? private function changeStyle

[flexcoders] Change style on repeater item

2007-01-19 Thread Joe
I am having a hard time changing the style of an item inside of a repeater. I can not seem to communicate to it. setStyle does not seem to work either. Is there syntax that I am missing to communicate to something inside a repeater? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml; width=100%

RE: [flexcoders] Change style on repeater item

2007-01-19 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Change style on repeater item I am having a hard time changing the style of an item inside of a repeater. I can not seem to communicate to it. setStyle does not seem to work either. Is there syntax that I am missing to communicate to something inside

RE: [flexcoders] Change style on repeater item

2007-01-19 Thread joe . g . james
PROTECTED] Sent by: flexcoders@yahoogroups.com 01/19/2007 10:26 AM Please respond to flexcoders@yahoogroups.com To flexcoders@yahoogroups.com cc Subject RE: [flexcoders] Change style on repeater item You need to refer to the individual repeater elements using the id array: resultsBox[n].setStyle

Re: [flexcoders] Change style on repeater item

2007-01-19 Thread Doug McCune
*Subject:* [flexcoders] Change style on repeater item I am having a hard time changing the style of an item inside of a repeater. I can not seem to communicate to it. setStyle does not seem to work either. Is there syntax that I am missing to communicate to something inside a repeater? mx:Canvas