[flexcoders] Pie chart from XML data

2007-03-22 Thread one786786
I need help on how to draw a pie chart from XML data. The requirement is to show a pie chart of people's answers to a survey question. The values in the nodes is what I need to use to draw my pie chart. I am able to retrieve XML data by doing: My XML looks like this:

[flexcoders] How to call XML-RPC from Flex

2007-04-15 Thread one786786
I am able to setup my XML-RPC server and client using Keith's RPC implementation in PHP (http://keithdevens.com/software/xmlrpc). I need help in trying to figure out how to construct a remote procedure call using Flex HTTPService. I need to specify the remote method to invoke. Here is the PHP clie

[flexcoders] Re: Blog sites done in Flex

2007-04-23 Thread one786786
Honestly, I think Flex would be overkill for a regular blog system. Is there anything particular that you wish to achieve? --- In flexcoders@yahoogroups.com, "mapper2255" <[EMAIL PROTECTED]> wrote: > > Hello, > > Any one seen a good blogging site lately that was done in Flex? > > Thanks. >

[flexcoders] Data Grid Column Headings

2007-06-01 Thread one786786
I am binding an ArrayCollections of objects to a data grid. The objects are of a custom type. The data grid column headings show the variable names of the custom object. For example, let us assume that object has the following variables declared: "questionId", "questionType", "questionText". Then,