Re: [flexcoders] possible nested repeater bug??

2006-11-07 Thread Jaime Bermudez
to true on both repeaters and it should work around the problem for now.    -John From: John Zhao Sent: Friday, November 03, 2006 3:40 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] possible nested repeater bug?? Hi Jaime,    I did reproduce the pr

RE: [flexcoders] possible nested repeater bug??

2006-11-06 Thread John Zhao
  -John From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jaime BermudezSent: Friday, November 03, 2006 2:22 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] possible nested repeater bug?? Igor, I appreciate you tryi

RE: [flexcoders] possible nested repeater bug??

2006-11-03 Thread John Zhao
[mailto:[EMAIL PROTECTED] On Behalf Of Jaime BermudezSent: Friday, November 03, 2006 2:22 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] possible nested repeater bug?? Igor, I appreciate you trying to help but I still think the behavior of the nested repeater is buggy

Re: [flexcoders] possible nested repeater bug??

2006-11-03 Thread Jaime Bermudez
Igor, I appreciate you trying to help but I still think the behavior of the nested repeater is buggy.  I've had some co-workers run this example and they see the same behavior as me.  Can someone from Adobe please run this code and help me get it to work as expected? - ThanksOn 11/3/06, Igor Cos

Re: [flexcoders] possible nested repeater bug??

2006-11-03 Thread Igor Costa
the last oneOn 11/3/06, Jaime Bermudez <[EMAIL PROTECTED]> wrote: What version of the Flex 2 SDK are you running Igor?On 11/3/06, Igor Costa < [EMAIL PROTECTED]> wrote: I see each parent node with their subnodes for each of them.Regards.On 11/3/06, Jaime Ber

Re: [flexcoders] possible nested repeater bug??

2006-11-03 Thread Jaime Bermudez
What version of the Flex 2 SDK are you running Igor?On 11/3/06, Igor Costa <[EMAIL PROTECTED]> wrote: I see each parent node with their subnodes for each of them.Regards.On 11/3/06, Jaime Bermudez < [EMAIL PROTECTED]> wrote: Try this:1) Add a parent node by

Re: [flexcoders] possible nested repeater bug??

2006-11-03 Thread Igor Costa
I see each parent node with their subnodes for each of them.Regards.On 11/3/06, Jaime Bermudez < [EMAIL PROTECTED]> wrote: Try this:1) Add a parent node by clicking the button in lower right-hand corner2) Add a second parent node3) Add a child to the first paren

Re: [flexcoders] possible nested repeater bug??

2006-11-03 Thread Jaime Bermudez
Try this:1) Add a parent node by clicking the button in lower right-hand corner2) Add a second parent node3) Add a child to the first parent nodeWhen I do this, I see that the child was added to both the first AND second parent nodes.  What do you see? On 11/3/06, Igor Costa <[EMAIL PROTECTED]>

Re: [flexcoders] possible nested repeater bug??

2006-11-03 Thread Igor Costa
I didn't have this problem Jaime.It's works for me.On 11/3/06, Jaime Bermudez <[EMAIL PROTECTED] > wrote: Hmmm, not sure what you mean Igor.  Can you not get the app to compile or run for you?  I just tested moving the script block up to the top on my machine an

Re: [flexcoders] possible nested repeater bug??

2006-11-03 Thread Jaime Bermudez
Hmmm, not sure what you mean Igor.  Can you not get the app to compile or run for you?  I just tested moving the script block up to the top on my machine and it still runs.  Anyone else having issues running this sample app? On 11/3/06, Igor Costa <[EMAIL PROTECTED]> wrote: Jaime I just teste

Re: [flexcoders] possible nested repeater bug??

2006-11-03 Thread Igor Costa
Jaime I just tested your code and I saw that if you put the mx:script tag after your usage of implementation doesn't work.Just try this one. xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="100%" height="100%"    creationComplete="init()"  >    width="100%"  height="100%"