Re: [flexcoders] Need advice on which Event I should be using -

2007-01-11 Thread leds usop
you can do away with the conventional [bindable] metatag for binding your dataprovider and use getter-setter instead with a custom flexevent triggered everytime the setter is called. or just use the valuecommit event. just make sure you dont include another value-commit-triggering action (such as

RE: [flexcoders] Need advice on which Event I should be using -

2007-01-11 Thread Grant Davies
://www.tribalchicken.com/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of leds usop Sent: Thursday, January 11, 2007 3:34 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Need advice on which Event I should be using - you can do away

[flexcoders] Need advice on which Event I should be using -

2007-01-10 Thread Mike Anderson
Hello All, I have a Cairngorm application containing a DataGrid, in which the Grid's dataProvider is bound to an ArrayCollection (comprised of ValueObjects) located in the ApplicationModel. Whenever I want to add a new record to the dataProvider, I first create a new ValueObject instance, then