RE: [flexcoders] beginners question about sending data to custom flex components

2005-04-14 Thread Abdul Qabiz
Hi, Can you post the code so that we look at it? IMO this shouldn't happen? -abdul From: erik katerborg [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 3:10 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] beginners question about sending data to custom flex

Re: [flexcoders] beginners question about sending data to custom flex components

2005-04-14 Thread Matthew Shirey
I'm fairly new at this data binding stuff... but I thought you were only able to bind properties, or getters/setters. I have had mixed results when I try to bind to a function. Is this wrong? -- MatthewOn 4/14/05, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi, Can you post the code so

RE: [flexcoders] beginners question about sending data to custom flex components

2005-04-14 Thread Tracy Spratt
Abdul will probably be able to figure out how to do this but there are several other options: Have the data in an Object or Array and pass that. Pass in a reference to the parent, and in the component do myParent.getData() Pass in a typed reference to the paren and

RE: [flexcoders] beginners question about sending data to custom flex components

2005-04-14 Thread Abdul Qabiz
: [flexcoders] beginners question about sending data to custom flex components I'm fairly new at this data binding stuff... but I thought you were only able to bind properties, or getters/setters. I have had mixed results when I try to bind to a function. Is this wrong?-- Matthew On 4/14/05, Abdul Qabiz

RE: [flexcoders] beginners question about sending data to custom flex components

2005-04-14 Thread Ben Elmore
:25 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] beginners question about sending data to custom flex components Hi Matthew, It would really help, if you can give me a test-case where you see mixed result...It would really help us... Thanks -abdul

Re: [flexcoders] beginners question about sending data to custom flex components

2005-04-14 Thread Matthew Shirey
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Thursday, April 14, 2005 8:57 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] beginners question about sending data to custom flex components I'm fairly new at this data binding stuff... but I thought you were only able

RE: [flexcoders] beginners question about sending data to custom flex components

2005-04-14 Thread Matt Chotin
Dont put the semi-colon in a binding _expression_ (though I dont think it should be a problem). Binding should take care of the class not being initialized yet (if you mean myActionscriptClass hasnt been assigned to anything). If the problem is that myActionsciptClass exists but