Hello,
Sorry for the absence,
These datas are an example of the datas that i get from my HttpService.
<lg ID="F0010_T0056-0">
<c ID="F0010_48-0">OUV</c>
<c ID="F0010_49-0"></c>
<c ID="F0010_50-0">00005</c>
</lg>
<lg ID="F0010_T0056-1">
<c ID="F0010_48-1">ETA</c>
<c ID="F0010_49-1"></c>
<c ID="F0010_50-1">00005</c>
</lg>
These datas should match the repeater F0010_T0056 which contains the
following components :
TextInput Id = F0010_48
Label Id = F0010_49
TextInput Id = F0010_50.
In the other post Tom Chiverton told me this
"You could use a setter method (i.e. public function set
myDatas(d:*):void{}). If you need more control over what happens, or a
changeWatcher inside the component observing the public bindable."
Like you said i think i'm making it harder than what it needs to be.
I'll think a bit for a much more simple solution and keep you posted.
I think to do something like Tom said.
--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> Yes, I still think Lysfael may be approaching this incorrectly, probably
> making it harder than it needs to be. There is rarely a good reason to
> use the document model hierarchy to manipulate data driven components.
>
>
>
> Lysfael, can you explain again what you are trying to do?
>
>
>
> What data is the dataProvider for the repeater?
>
>
>
> Is that data different from the data you are trying to show in the
> repeated controls?
>
>
>
> Tracy
>
>
>
> ________________________________
>
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Amy
> Sent: Thursday, October 16, 2008 5:51 PM
> To: [email protected]
> Subject: [flexcoders] Re: Repeater control and custom Component
>
>
>
> --- In [email protected] <mailto:flexcoders%40yahoogroups.com>
> , "lysfael" <schwazel@> wrote:
> >
> > Hello,
> >
> > Since it's not the same problem as the old one, i post a new topic on
> > this, i hope this way to do enter in the ToS.
> >
> > I created a component Box-Based, which contains a repeater and some
> > other attributes.
> >
> > Since my english isn't perfect i'll post part of the code i produced
> > and tell you what's the problem now.
>
> There is no point using a repeater from AS. This is one component that
> you should use in MXML if you want to use it.
>