[flexcoders] Re: Data Binding Issue

2007-03-26 Thread madhukiranm
if there were any in the selectedItems Hope this helps.. Thanks, Madhu --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 23 Mar 2007, madhukiranm wrote: mx:Tile id=chkTile mx:Repeater id=chkRepeater dataProvider={dataItems} mx:CheckBox id=chkCheckBox

[flexcoders] Re: Data Binding Issue

2007-03-23 Thread madhukiranm
, madhukiranm wrote: Thanks for the replyI tried the one you suggested, but binding doesn't seem to work. Guess you'll have to post your code then :-) -- Tom Chiverton Helping to administratively entrench interactive convergence On: http://thefalken.livejournal.com

[flexcoders] Re: Constant Variable declaration in Custom Component

2007-03-23 Thread madhukiranm
Got It... Thanks, Madhu --- In flexcoders@yahoogroups.com, madhukiranm [EMAIL PROTECTED] wrote: Hi, I need to declare a constant public variable in a custom component (say direction with values horizontal and vertical). When I use this custom component in any MXML, and try

[flexcoders] Re: Data Binding Issue

2007-03-22 Thread madhukiranm
Thanks for the replyI tried the one you suggested, but binding doesn't seem to work. Thanks, Madhu --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 20 Mar 2007, madhukiranm wrote: [Bindable] tag before the declaration of the variable (in both

[flexcoders] Constant Variable declaration in Custom Component

2007-03-20 Thread madhukiranm
Hi, I need to declare a constant public variable in a custom component (say direction with values horizontal and vertical). When I use this custom component in any MXML, and try to assign the value for direction, it should give me the values horizontal and vertical so that the user selects one

[flexcoders] Data Binding Issue

2007-03-20 Thread madhukiranm
Hi, I had a requirement where a variable (ArrayCollection) in a MXML should be binded to a variable (ArrayCollection) in the Custom Component. So, that means when the variable in MXML changes, the one in Custom component should also change and vice versa. I am using [Bindable] tag before the