[flexcoders] Graphical elements in a Flex dynamic list

2007-04-14 Thread zzberthod
Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I just need to insert graphical elements (ex: MXML checkbox) into the list. Exam

[flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread zzberthod
Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I just need to insert graphical elements (ex: MXML checkbox) into the list. Exampl

[flexcoders] Re: REPOST - Checkboxes in a DataGrid

2007-04-17 Thread zzberthod
> Here is an example of a checkbox itemRenderer that addresses the problem > you describe. > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of zzberthod > Sent: Monday, April 16, 2007 5

[flexcoders] Character encoding in a DataGrid row

2007-04-17 Thread zzberthod
Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I've got multiple lines in XML result like this: First line Second line

[flexcoders] REPOST - Character encoding in a DataGrid

2007-04-18 Thread zzberthod
Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I've got multiple lines in XML result like this: First line Second line Third line

[flexcoders] Flex profiler “profiler.war” file

2007-05-02 Thread zzberthod
I'd like to test the Flex profiler with my small application. I'm using the Flex Builder 2.0 evaluation version and I can't find the file "profiler.war". I've read that when we install Flex, it propose to install an application server. But when I installed my Flex Builder, it didn't propose to me t

[flexcoders] Drag Drop functionality in Flex/AS3

2007-05-30 Thread zzberthod
Hello, I try to add Drag Drop functionality on my Flex application. But I don't know what to do? Do you know a core function that I can use in Flex/AS3? Thanks.

[flexcoders] Drag Drop functionality in Flex/AS3

2007-06-01 Thread zzberthod
I would like to do drag and drop on panels. To do this, I'm using a Canvas containing 3 panels like this: -| || | PANEL 1 | || - - |