RE: [flexcoders] BindingUtils question.

2009-05-25 Thread Yves Riel
. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Rajan Jain Sent: Friday, May 22, 2009 5:34 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] BindingUtils question. Try using BindingUtils.bindSetter and create function

Re: [flexcoders] BindingUtils question.

2009-05-22 Thread Rajan Jain
Try using BindingUtils.bindSetter and create function. From: markflex2007 markflex2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Friday, May 22, 2009 5:07:21 PM Subject: [flexcoders] BindingUtils question. I read a demo BindingUtils. bindProperty(

Re: [flexcoders] BindingUtils question

2008-04-15 Thread Daniel Gold
Binding will not work with dynamic objects, which it sounds like you're using. I have a feeling your invisible text field trick is only working when you switch selectedItem. Seems like if you kept the same item selected and the TYPE property changed on that item, the binding would not fire, but