Re: [flexcoders] Where did the value go?

2008-02-25 Thread justSteve
*Subject:* Re: [flexcoders] Where did the value go? Thankx much. I see a bit better where I was misunderstanding Alex, now. As to bindingthe intent here is loose coupling of the MVC sort. This view object sends a notification that an item was selected. It's supposed to store that selectItem

Re: [flexcoders] Where did the value go?

2008-02-24 Thread Paul Andrews
- From: justSteve To: flexcoders@yahoogroups.com Sent: Saturday, February 23, 2008 3:20 PM Subject: Re: [flexcoders] Where did the value go? BummerI was _sure the problem would be the fact that the datagrid didn't have columns for all Slide's properties. But I've since added all

Re: [flexcoders] Where did the value go?

2008-02-24 Thread Paul Andrews
Sent: Sunday, February 24, 2008 9:54 PM Subject: Re: [flexcoders] Where did the value go? Thankx much. I see a bit better where I was misunderstanding Alex, now. As to bindingthe intent here is loose coupling of the MVC sort. This view object sends a notification that an item

Re: [flexcoders] Where did the value go?

2008-02-24 Thread justSteve
the binding there, not as above. Paul - Original Message - *From:* justSteve [EMAIL PROTECTED] *To:* flexcoders@yahoogroups.com *Sent:* Saturday, February 23, 2008 3:20 PM *Subject:* Re: [flexcoders] Where did the value go? BummerI was _sure the problem would be the fact

Re: [flexcoders] Where did the value go?

2008-02-23 Thread justSteve
*To:* flexcoders *Subject:* [flexcoders] Where did the value go? I have a datagrid that should send it's selectItem value to a detail form. mx:DataGrid selectedItem={selectedSlide} change=selectSlide(event.target.selectedItem as Slide) dataProvider={slides} Placing

[flexcoders] Where did the value go?

2008-02-22 Thread justSteve
I have a datagrid that should send it's selectItem value to a detail form. mx:DataGrid selectedItem={selectedSlide} change=selectSlide(event.target.selectedItem as Slide) dataProvider={slides} Placing a breakpoint on the change property

Re: [flexcoders] Where did the value go?

2008-02-22 Thread Sherif Abdou
maybe try event.currentTarget. and how are you calling selectSlide if it is private or is that a mistake? - Original Message From: justSteve [EMAIL PROTECTED] To: flexcoders flexcoders@yahoogroups.com Sent: Friday, February 22, 2008 4:05:30 PM Subject: [flexcoders] Where did the value go

RE: [flexcoders] Where did the value go?

2008-02-22 Thread Beau Scott
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: Friday, February 22, 2008 3:57 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Where did the value go? maybe try event.currentTarget. and how are you calling selectSlide

RE: [flexcoders] Where did the value go?

2008-02-22 Thread Beau Scott
Of justSteve Sent: Friday, February 22, 2008 3:05 PM To: flexcoders Subject: [flexcoders] Where did the value go? I have a datagrid that should send it's selectItem value to a detail form. mx:DataGrid selectedItem={selectedSlide} change=selectSlide(event.target.selectedItem as Slide) dataProvider={slides

RE: [flexcoders] Where did the value go?

2008-02-22 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of justSteve Sent: Friday, February 22, 2008 2:06 PM To: flexcoders Subject: [flexcoders] Where did the value go? I have a datagrid that should send it's selectItem value to a detail form. mx:DataGrid selectedItem={selectedSlide} change

Re: [flexcoders] Where did the value go?

2008-02-22 Thread justSteve
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *justSteve *Sent:* Friday, February 22, 2008 2:06 PM *To:* flexcoders *Subject:* [flexcoders] Where did the value go? I have a datagrid that should send it's selectItem value to a detail form. mx:DataGrid selectedItem={selectedSlide} change