[flexcoders] XML structure for Tree

2007-04-10 Thread Mrinmoyee Sanyal
When creating an XML file which will eventually be displayed as an mx:Tree, do I have to have the following structure: root label=parent1_value child1 label=child1_value/ child2 label=child2_value/ /root OR can I have this structure as well: root parentparent1_value child

[flexcoders] XML structure for Tree

2007-04-10 Thread Mrinmoyee Sanyal
When creating an XML file which will eventually be displayed as an mx:Tree, do I have to have the following structure: root label=parent1_value child1 label=child1_value/ child2 label=child2_value/ /root OR can I have this structure as well: root parentparent1_value child

Re: [flexcoders] image hotspots

2007-03-06 Thread Mrinmoyee Sanyal
Of Mrinmoyee Sanyal Sent: Tuesday, March 06, 2007 2:16 AM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: [flexcoders] image hotspots How do we create hotspots (linkable areas) in an image? -MS

[flexcoders] image hotspots

2007-03-05 Thread Mrinmoyee Sanyal
How do we create hotspots (linkable areas) in an image? -MS

Re: [flexcoders] checkbox with tree component

2007-02-26 Thread Mrinmoyee Sanyal
Or you cud get it free from Adobe: http://www.adobe.com/cfusion/exchange/index.cfm?view=sn611extID=1047969 -MS On 2/23/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: Saurav, In case you want to buy a solution

[flexcoders] init() getting called more than once

2007-02-24 Thread Mrinmoyee Sanyal
This is my problem scenario: - whenever any HTTPService is invoked, the servlet is being called TWICE - I have an init() function in my application that I call on CreationComplete and it is being called multiple times, which is causing the above problem, so how to fix this? What am I doing

[flexcoders] custom icons to tree nodes

2007-02-22 Thread Mrinmoyee Sanyal
How do I insert my custom icons to the individual tree nodes? I am able to insert it on the root node and on the leaf nodes but not on any of the branch nodes. So the problem scenario here is not replacing all the existing folder icons with my icons, but able to insert different icons at

[flexcoders] Flex2 for mobile?

2007-02-22 Thread Mrinmoyee Sanyal
Can a flex2 app be transformed to be used in a mobile? -MS

Re: [flexcoders] custom icons to tree nodes

2007-02-22 Thread Mrinmoyee Sanyal
() method - The iconFunction property -Original Message- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mrinmoyee Sanyal *Sent:* Thursday, February 22, 2007 1:17 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] custom icons to tree nodes How do I

[flexcoders] Exporting into CSV ?

2007-02-19 Thread Mrinmoyee Sanyal
How to export a Flex Chart and a Flex grid into CSV format? Thank you -MS

[flexcoders] exporting into CSV format

2007-02-16 Thread Mrinmoyee Sanyal
How to export a Flex Chart and a Flex grid into CSV format? Thank you -MS

Re: [flexcoders] Text, Global Level - Embedded Font

2007-02-15 Thread Mrinmoyee Sanyal
Kenny, Try putting your font inside the Application selector as well. -Mrinmoyee On 2/15/07, lostinrecursion [EMAIL PROTECTED] wrote: Hi all, I did a search here and did find a post called Styling in Flex is officially ridiculous... but really couldn't see my answer in there. Hoping