RE: [flexcoders] ChangeEvent

2006-01-26 Thread Carolyn Cole
: [flexcoders] ChangeEvent Hello! I am trying to get a change event working on a value object, but I just can not seem to get a change to occur. Does anyone have a working example using Chnage Event? Here is the code I have so far import mx.events.*; // ActionScript Document [ChangeEvent

RE: [flexcoders] ChangeEvent

2006-01-26 Thread Matt Chotin
: Thursday, January 26, 2006 7:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ChangeEvent Hi Matt! Good thought, I tried that first, since the example show you doing it that way. Unfortunately I get the following error: There is no method with the name 'dispatchEvent'. Any

RE: [flexcoders] ChangeEvent

2006-01-26 Thread Stacey Mulcahy
26, 2006 10:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ChangeEvent Hi Matt! Good thought, I tried that first, since the example show you doing it that way. Unfortunately I get the following error: There is no method with the name 'dispatchEvent'. Any other ides would

RE: [flexcoders] ChangeEvent

2006-01-26 Thread Matt Chotin
You can do either. We tend to do it mix-in style for 1.5. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacey Mulcahy Sent: Thursday, January 26, 2006 10:00 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ChangeEvent

RE: [flexcoders] ChangeEvent

2006-01-25 Thread Matt Chotin
@yahoogroups.com Subject: [flexcoders] ChangeEvent Hello! I am trying to get a change event working on a value object, but I just can not seem to get a change to occur. Does anyone have a working example using Chnage Event? Here is the code I have so far import mx.events.*; // ActionScript Document

[flexcoders] ChangeEvent

2006-01-23 Thread Carolyn Cole
Hello! I am trying to get a change event working on a value object, but I just can not seem to get a change to occur. Does anyone have a working example using Chnage Event? Here is the code I have so far import mx.events.*; // ActionScript Document [ChangeEvent(configNameChanged)] class

[flexcoders] [ChangeEvent()] and binding

2005-04-01 Thread Andora, Greg
Title: [ChangeEvent()] and binding Hi all, I'm trying to expose a property of a custom component to be available for binding and can't seem to get it tor work. Below is the code for a very basic example of what I'm trying to do. I have a property (myVar) whose changes are triggered by

RE: [flexcoders] [ChangeEvent()] and binding

2005-04-01 Thread Andora, Greg
Title: Message That did it, thanks a lot. Greg Andora -Original Message-From: Ashish Goyal [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 11:35 AMTo: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] [ChangeEvent()] and binding Hi Greg, The problem

RE: [flexcoders] ChangeEvent on component in mxml component

2005-02-02 Thread James Ward
:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 2:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ChangeEvent on component in mxml component Hi everyone. I have a mxml component with a ValueObject in it. I am binding to the valueobject where I use the component. How can I