[flexcoders] Create XML from datagrid

2006-08-07 Thread Torey Maerz
What is the best way to create XML from the data in a datagrid? For example a user will enter data into a datagrid then I want to place that information into an xml document. Thanks in advance for the info! Torey -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Create XML from datagrid

2006-08-07 Thread Torey Maerz
Just incase anyone is interested in my solution you can use this code. public function CreateXML():String { var xml:XML = new XML(Rows/Rows); //loop through each row in the table for each(var row:Object in dg.dataProvider) { var rowXML:XML = new XML(Row/Row); var

[flexcoders] toArray, Array and ArrayCollection Changes from beta 3

2006-08-04 Thread Torey Maerz
??? Thanks for the help! Torey Maerz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com

[flexcoders] Re: Pass value into HeaderRenderer

2006-07-13 Thread Torey Maerz
to do thisAnyone have any other ideas?? Thanks in advance for the thoughts -Torey --- In flexcoders@yahoogroups.com, Torey Maerz [EMAIL PROTECTED] wrote: How could I pass a value into a headerrenderer so that I can use that value to perform a specific action in the renderer

[flexcoders] Pass value into HeaderRenderer

2006-07-12 Thread Torey Maerz
How could I pass a value into a headerrenderer so that I can use that value to perform a specific action in the renderer? For example here is my renderer: mx:HBox xmlns:mx=http://www.adobe.com/2006/mxml; mx:Label text=Hello/ mx:Image height=20 source=info.gif click=Alert.show('Hello

[flexcoders] HashTable

2006-07-05 Thread Torey Maerz
So what is the equal to a hashtable for flex? Basically I am looking for a name value pair. An arraycollection is a start but not exactly. Also it would be nice if it is searchable. THanks in advance for the info. -Torey Yahoo! Groups Sponsor

[flexcoders] Re: DataGrid Totals Row

2006-06-30 Thread Torey Maerz
] On Behalf Of Torey Maerz Sent: Thursday, June 29, 2006 11:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid Totals Row I have been looking around to find a good solution to a totals row in a datagrid for Flex 2 but have not really found anything that seems to work

[flexcoders] Read Local File

2006-06-30 Thread Torey Maerz
I would like to create a flex application (hosted on the internet) that could read in a client's local file, parse that file and then display in a datagrid for manipulation and eventually posting the data to my server. My problem is on the reading of the local file piece. It seems that the

[flexcoders] Re: Read Local File

2006-06-30 Thread Torey Maerz
. On the server side you will have to accept the down load, parse, and have the client the poll the server till the file is ready to get back to the client. Hope this helps Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Torey Maerz

[flexcoders] DataGrid Totals Row

2006-06-29 Thread Torey Maerz
I have been looking around to find a good solution to a totals row in a datagrid for Flex 2 but have not really found anything that seems to work well. I will probably go down the route of having more than one grid and making sure that the columns, scroll and that type of thing line up. I am

[flexcoders] Sum Column in datagrid

2006-06-28 Thread Torey Maerz
What is the best way to add a column in a datagrid that is a sum of other columns in the datagrid? For example add column C which is a sum of A and B. Thanks! Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email.