RE: [flexcoders] databinding question

2005-08-02 Thread Robert Brueckmann
Nevermind, I just found a past post from Matt saying databinding can only be done from MXML right now and not programmatically.  Sorry for the post!   robert l. brueckmann senior web developer merlin securities 595 madison avenue new york, ny 10022 p: 212.822.4821 f: 212.822.4820

RE: [flexcoders] databinding question

2005-08-02 Thread Rob Rusher
It’s probably because of the way they are instantiated. dispatchEvent() is a mix-in from UIEventDispatcher.   You might try adding ChangeEvent to the component once it is created. Just a thought.   Hey, I’m at 11 Madison Ave.   Regards, Rob Rusher   RIA Consultant Macromedia C

Re: [flexcoders] databinding question

2005-08-02 Thread Aldo Bucchi
Hi, Databinding is a special beast in flex, and is set up in mxml->as compiling The compiler needs the metadata to figure out what events it has to listen to for each property (or perhaps just use getters setters). It then sets up a complex mechanism of watchers and stuff to make binding happen.

RE: [flexcoders] databinding question

2005-08-02 Thread Robert Brueckmann
Bucchi Sent: Tuesday, August 02, 2005 6:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] databinding question Hi, Databinding is a special beast in flex, and is set up in mxml->as compiling The compiler needs the metadata to figure out what events it has to listen to for each prope