[flexcoders] Repeater Question

2008-05-30 Thread Abu Hamdan
can a repeater be used without a dataprovider, i want to repeat some panels based on a number and i was thinking ofu sing the count property only, but it seems to not work, any suggestions. rubeel -- Rubeel Muhammad Iqbal

Re: [flexcoders] Repeater Question

2008-05-30 Thread Sherif Abdou
why not just a for loop? for(var i:int=0;icount;i++) { }; - Original Message From: Abu Hamdan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 30, 2008 7:43:15 PM Subject: [flexcoders] Repeater Question can a repeater be used without a dataprovider, i want to repeat

RE: [flexcoders] Repeater Question

2008-05-30 Thread Gordon Smith
:[EMAIL PROTECTED] On Behalf Of Abu Hamdan Sent: Friday, May 30, 2008 5:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Repeater Question can a repeater be used without a dataprovider, i want to repeat some panels based on a number and i was thinking ofu sing the count property only

Re: [flexcoders] Repeater Question

2008-05-30 Thread Sherif Abdou
[mailto:flexcoders@ yahoogroups. com] On Behalf Of Abu Hamdan Sent: Friday, May 30, 2008 5:43 PM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] Repeater Question can a repeater be used without a dataprovider, i want to repeat some panels based on a number and i was thinking ofu sing the count

[flexcoders] Repeater question

2007-11-21 Thread kpjj31
When using the repeater, is it possible to set the index or currentItem.

Re: [flexcoders] Repeater question

2007-11-21 Thread Paul Andrews
- Original Message - From: kpjj31 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 21, 2007 8:35 AM Subject: [flexcoders] Repeater question When using the repeater, is it possible to set the index or currentItem. What would the point be for doing

[flexcoders] Repeater Question/help

2006-08-30 Thread Jeremy Rottman
I am using a repeater to display information from my application. In my cfc, I return an array of structures to my flex app. This array, holds all the information about the file I am trying to display. The problem I am having is this. In the array I have an array object that tells me what side

[flexcoders] Repeater Question

2005-08-17 Thread Mehdi, Agha
Title: Repeater Question Hi all, Can someone please take a look at this code and tell me what am I doing wrong here? = mx:Script ![CDATA[ private var attributes : Array; private function loadAttributes() : Void {

RE: [flexcoders] Repeater Question

2005-08-17 Thread Battershall, Jeff
, AghaSent: Wednesday, August 17, 2005 1:28 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Repeater Question Hi all, Can someone please take a look at this code and tell me what am I doing wrong here? = mx:Script

RE: [flexcoders] Repeater Question

2005-08-17 Thread Tracy Spratt
@yahoogroups.com Subject: RE: [flexcoders] Repeater Question Agha, This is from the Flex docs: You cannot use a Repeater object to iterate through a two-dimensional Array object that is programmatically generated. This is because the elements of an Array object do not trigger

RE: [flexcoders] Repeater Question

2005-08-17 Thread Mehdi, Agha
: [flexcoders] Repeater Question I suspect that if you assign the dataProvider to the repeater after it is ready, this will work. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Wednesday, August 17, 2005 1:41 PM To: flexcoders