Re: [Flashcoders] Selective display with XMLConnector, DataSet and DataGrid

2007-02-19 Thread Andrew J Kirkham
Thanks Muzak, that's most useful. Andy - Original Message - From: Muzak [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, February 18, 2007 7:08 PM Subject: Re: [Flashcoders] Selective display with XMLConnector,DataSet and DataGrid

Re: [Flashcoders] Selective display with XMLConnector, DataSet and DataGrid

2007-02-18 Thread Muzak
There's a few ways you can do this, but here is one, using Bindings through the Component Inspector. First set the columns for the datagrid. Add the following code to the first frame (where the button code is) this.menu_dg.columnNames = [name, price, calories]; Add a TextArea component for the