[flexcoders] Component creation - Data Binding

2008-07-10 Thread ron_mori
Think: master-detail implemented in an Accordion container. When user either selects an item from a dataGrid listing -OR- User clicks a link to initiate a new item - ActionScript code then.. 1. A SelectItem var in a detail form is set to either a. the selectedItem from the dataGrid b. new

RE: [flexcoders] Component creation - Data Binding

2008-07-10 Thread Tracy Spratt
that and study up on the right way to fix it. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ron_mori Sent: Thursday, July 10, 2008 2:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Component creation - Data Binding Think