RE: [flexcoders] dispatching effects

2005-07-19 Thread Philippe Maegerman
I would go for : obj.dispatchEvent({type:'resize'}) Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sauro, NickSent: lundi 18 juillet 2005 21:55To: flexcoders@yahoogroups.comSubject: [flexcoders] dispatching effects Hey guys, here'sa

RE: [flexcoders] dispatching effects

2005-07-18 Thread Tracy Spratt
While I have not tried it personally, I believe you can just run the event with a statement like: myDataProvider.modelChanged I know I have seen that particular syntax. Could it be as easy as myPanel.resize; ? Tracy From: flexcoders@yahoogroups.com