[flex_india:27282] Item Renderer as combobox... in a datagrid -- faulty arraylist

2009-12-13 Thread Benji
Hi there, maybe someone can give me some advice on an issue i'm having... I have a combobox as itemrenderer, in a datagrid.. outsite the datagrid i have an arrayCollection which I would like to use as dataprovider for the combobox.. however when I try to assign the arraycollection to the

[flex_india:22999] Re: How to Copy image to clipboard in flex

2009-06-15 Thread Benji
1. import flash.system.System; 2. public var text:String = text to copy; //text from your inputfield or whatever :) 3. System.setClipboard(text); good luck ;) On Jun 13, 8:07 pm, Nimesh Nanda nimesh.na...@gmail.com wrote: Hi ALL,  How can i copy Image to system clipboard in flex ( web based

[flex_india:22893] Re: convert mx:TextInput to mx:Label

2009-06-10 Thread Benji
well I guess you could just make 2 components: register confirmation -- you could switch between those components I guess :) -- I think that would be the best solution and you can then reuse those components in a later stage even! Otherwise you could have all those fields on your page (so the

[flex_india:22896] pane components scrambled...

2009-06-10 Thread Benji
Hello there , I was hoping that someone else came across the same problems as I did !! I have a pane with various components which each include a form -- I need this pane to be scrollable - and when I make it scrollable, all the components get horribly scrambled and mashed up ... this ONLY