Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-09 Thread - -
o: flexcod...@yahoogro ups.com Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? Date: Wed, 8 Apr 2009 12:02:11 -0700 (PDT) Hi Maciek, would you have an example for BindingUtils since I will be consuming ClientServices in ActionScri

RE: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-09 Thread Errol (ACM)
I see someone already suggested data binding. The array collection also issues a Collection_Change event that you can list for. I have used both methods successfully in some of our code. Errol Thompson KiwiET Computing Consultancy and Computing Education Research 2 Haven Grove Naenae Lower Hutt.

[flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Amy
--- In flexcoders@yahoogroups.com, Brad Bueche wrote: > > If you could post what finally works here. I'd like to see it. This example shows starting out with an empty ArrayCollection and then populating that whe the result returns, which is similar: http://flexdiary.blogspot.com/2009/01/lazy-lo

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
Thanks again. From: Maciek Sakrejda To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 3:12:10 PM Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? I haven't worked with it, actually, but the Language Reference

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Maciek Sakrejda
aciek Sakrejda To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 1:46:46 PM Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? At first glance, that looks right. Now you just need to add listeners (for ResultEvent. RESULT since you're just re-disp

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
configuring listeners to ClientServices. .. -Maciek -Original Message- From: - - Reply-to: flexcod...@yahoogro ups.com To: flexcod...@yahoogro ups.com Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? Date: Wed, 8 Apr 2009 09:39:05 -0700 (PDT) My problem wasn&#x

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
Thanks for all your help Maciek, it's working. :) From: Maciek Sakrejda To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 1:46:46 PM Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? At first glance, that

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Maciek Sakrejda
Maciek -Original Message- From: - - Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? Date: Wed, 8 Apr 2009 09:39:05 -0700 (PDT) My problem wasn't receiving null... I send an HTTPServic

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
From: actionscript_czar To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 12:18:04 PM Subject: [flexcoders] Re: How can I have my class return an ArrayCollection? If you are having problems with it giving you a null object before the ResultEvent function is called then make a functio

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Brad Bueche
s.com > *Sent:* Wednesday, April 8, 2009 11:54:15 AM > *Subject:* Re: [flexcoders] Re: How can I have my class return an > ArrayCollection? > > So you want a function to return a result before it's there? I think you > can see the problem inherent in that design. > >

[flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread actionscript_czar
ecause it's only > created within the ResultEvent Function once the HTTPService is successful... > > Thanks. > > > > > > From: valdhor > To: flexcoders@yahoogroups.com > Sent: Wednesday, April 8, 2009 11:20:44 AM > Subject

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
Thanks Maciek that makes sense, I'll look into that. From: Maciek Sakrejda To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 11:54:15 AM Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? So you want a functi

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Maciek Sakrejda
ups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? Date: Wed, 8 Apr 2009 08:35:32 -0700 (PDT) I tried that but it returns an empty ArrayCollection because it's only created within the ResultEvent Function once the HTTPServic

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
bject: [flexcoders] Re: How can I have my class return an ArrayCollection? Umm.. Add a public function that returns serviceArray ? --- In flexcod...@yahoogro ups.com, "sailorsea21" wrote: > > Hi everyone, > how can I have this following class return me an ArrayCollecti

[flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread valdhor
Umm.. Add a public function that returns serviceArray ? --- In flexcoders@yahoogroups.com, "sailorsea21" wrote: > > Hi everyone, > how can I have this following class return me an ArrayCollection whenever I > call it > > [Bindable] > public class Services > { > public