RE: [flexcoders] modellocator and double bindings

2006-07-07 Thread Moishe Groger
riday, July 07, 2006 3:42 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] modellocator and double bindings holy creations batman!  sounds like a good reason.  Now, would adding a creationPolicy="all" to the root application tag address this maybe?DK On 7/7/06, Moishe Groger &l

Re: [flexcoders] modellocator and double bindings

2006-07-07 Thread Douglas Knudsen
model until the local controls are created.   Moishe Groger From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Douglas KnudsenSent: Thursday, July 06, 2006 11:06 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] modellocator and double bindings Ok, before th

RE: [flexcoders] modellocator and double bindings

2006-07-07 Thread Moishe Groger
oups.comSubject: [flexcoders] modellocator and double bindings Ok, before the big hoorah relase of FB 2 and cairngorm2 I had a appthat has a few forms in it bound to a VO hanging out in themodellocator. I used double bindings to display and update values inthe VO like thisdestination=&q

Re: [flexcoders] modellocator and double bindings

2006-07-07 Thread Douglas Knudsen
t;[EMAIL PROTECTED]> wrote: > > Does your VO class have the "[Bindable]" at the top of it? > > -Original Message- > From: flexcoders@yahoogroups.com on behalf of Douglas Knudsen > Sent: Thu 7/6/2006 11:05 PM > To: flexcoders@yahoogroups.com > Subject: [flex

RE: [flexcoders] modellocator and double bindings

2006-07-07 Thread Dimitrios Gianninas
Does your VO class have the "[Bindable]" at the top of it? -Original Message- From: flexcoders@yahoogroups.com on behalf of Douglas Knudsen Sent: Thu 7/6/2006 11:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] modellocator and double bindings Ok, before the big hoo

[flexcoders] modellocator and double bindings

2006-07-06 Thread Douglas Knudsen
Ok, before the big hoorah relase of FB 2 and cairngorm2 I had a app that has a few forms in it bound to a VO hanging out in the modellocator. I used double bindings to display and update values in the VO like this things worked swell. Then came the update to Flez 2 and cairngorm and