Thanks very much Matt.

--- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote:
> Just create an array that has 4 elements in it and ignore the 
contents if
> this is really what you want to do.  It may just be easier to copy 
and paste
> the code 4 times though.
> 
>  
> 
> <mx:Repeater dataProvider="{[0,0,0,0]}">
> 
>   ...
> 
> </>
> 
>  
> 
> Matt
> 
>  
> 
>   _____  
> 
> From: javawebgrrl [mailto:[EMAIL PROTECTED] 
> Sent: Monday, April 04, 2005 2:48 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Can you Use a Repeater without a 
dataprovider?
> 
>  
> 
> 
> Hi,
>   Can you use a repeater without a dataprovider, for example , if 
you 
> want to repeat an item 4 times, is there any way to say <repeater 
> count=4> ?
>   I want to put identical combo box's on a page, and plan to use a 
> repeater. I know I want to repeat the combo box 4 times, and only 
need 
> one dataprovider to use each time for the combo box population. Is 
> there another flex tag I should use for this type of operation?
> This is what I want to do:
> 
> <mx:Repeater count=4>
>    <mx:ComboBox id="cb1" dataProvider="{data)"/>
> </mx:Repeater>
> 
> Thanks for any advice !
> 
> 
> 
> 
> 
> 
> 
>   _____  
> 
> Yahoo! Groups Links
> 
> *     To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/> 
>   
> *     To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]
subject=Unsubscribe> 
>   
> *     Your use of Yahoo! Groups is subject to the Yahoo!
> <http://docs.yahoo.com/info/terms/>  Terms of Service.





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to