RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Benoit Hediard
: [flexcoders] Cairngorm Model binding problem Alright, I’m attempting to move my little dashboard to Cairngorm and it’s going alright but now I’ve got a real basic problem and it’s stumping me – I know it’s something little but I’m stuck. In my ModelLocator instance I have an ICollectionView. Service

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Jonathan Miranda
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Benoit Hediard Sent: Friday, March 24, 2006 2:05 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm Model binding problem Youalso need toput [Bindable] in your ModelLocator class. [Bindable] public var

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Jonathan Miranda
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm Model binding problem Youalso need toput [Bindable] in your ModelLocator class. [Bindable] public var ICV: ICollectionView; Benoit Hediard De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] De la

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Steven Webster
Jonathan, I'm sat here with Matt Chotin right now (who has been ignoring the lists while he's in Scotland), and we're all puzzling over this for you :-) We're convinced it's not Cairngorm; you've already proved that by making sure that the DataGrid is able to bind through the

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Ely Greenfield
: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm Model binding problem Hmmm, alright I think I narrowed down the problem and with coffee this morning I’m a bit clearer on the problem here.The binding is working fine (the class is bindable, so properties don’t need to be – using Cairngorm

[flexcoders] Cairngorm Model binding problem

2006-03-23 Thread Jonathan Miranda
Alright, Im attempting to move my little dashboard to Cairngorm and its going alright but now Ive got a real basic problem and its stumping me I know its something little but Im stuck. In my ModelLocator instance I have an ICollectionView. Service gets called by event/delegates and the