Re: [flex_india:29368] Refresh combobox when array collection refreshes

2010-03-25 Thread Dinesh Reddy Rekula
Hi Enable [Bindable] property on the array collection. For Example, [Bindable] private var arr:ArrayCollection = new ArrayCollection(); Thanks, Dinesh On Fri, Mar 26, 2010 at 12:19 AM, genius818 wrote: > I have an array collection that I am refreshing using an Remote > Object. The array co

[flex_india:29367] Problem while displaying datatip on columnchart

2010-03-25 Thread Prasad
Hi, I am getting problem while displaying custom datatip on column chart. When size of datatip increases ,the rectangle size which display the datatip is not increase insted it show some part of datatip in 2nd line. I have to show datatip in one line. If any one have solution please

[flex_india:29366] Error #1502: A script has executed for longer than the default timeout period of 15 seconds.

2010-03-25 Thread Akshar
i am using urlloader to load a file from the web server to the client side. It is a xml file and i just need to show the data in the file as it is. No processing needs to be done on the text of the xml. when the file is small it works fine but if the file size is large the following error comes:- E

Re: [flex_india:29365] AdvanceDataGrid- Filter Help

2010-03-25 Thread Akshar Kaul
i think you will have to write a component that works on the dataprovider of the datagrid to give this funtionality. Akshar Kaul On Thu, Mar 25, 2010 at 23:35, Gaurav wrote: > Hi, > > I am trying to create a filter for the Data Grid in Flex. I've found a > few options out there, but I want som

[flex_india:29364] Advanced DataGrid - Column Ordering With ItemRenderer and NumberFormatting

2010-03-25 Thread Flex Developer
I have a advanceddatagrid that has around 15 columns. Some are string, some are numbers. I have shown 4 columns below. The number columns have formatting done for zero precision and 2 digits precision. The itemRenderer is just to show Blue Color if the number is +ve and Red Color if the number is

[flex_india:29363] AdvanceDataGrid- Filter Help

2010-03-25 Thread Gaurav
Hi, I am trying to create a filter for the Data Grid in Flex. I've found a few options out there, but I want something that works similar to the data filter in Excel 2007 - a drop-down where the user can select multiple options by which to filter the data. This picklist of data for the filter wou

[flex_india:29362] Refresh combobox when array collection refreshes

2010-03-25 Thread genius818
I have an array collection that I am refreshing using an Remote Object. The array collection is binded to a combobox, but my probelm is that when I refresh the array it doesn't refresh options for the combo. Any suggestions? -- You received this message because you are subscribed to the Google

Re: [flex_india:29361] Any Idea on Building this - Datagrid and on top text inputs and comboboxes

2010-03-25 Thread Kiran Kumar Vasireddy
Thanks Akshar On Wed, Mar 24, 2010 at 11:57 PM, Akshar Kaul wrote: > set draggableColumns to false in the datagrid. this will prevent user from > reordering the datagrid columns. > > Akshar Kaul > > > > On Thu, Mar 25, 2010 at 01:04, Kiran Kumar Vasireddy > wrote: > >> Oh Thanks Nithya for poin

Re: [flex_india:29360] Re: Flex freelancers

2010-03-25 Thread Amit Panwar
hi Nikhil. I have 3 yr of wrk x 2 in java n 1 in flex .. Contact number : 9325996465 On Thu, Mar 25, 2010 at 5:32 AM, Nikhil wrote: > Hi Developers, > > I want an experienced flex developer to work for me on few projects. > Please get in touch with your portfolio. > > Regards, > Nikhil >

Re: [flex_india:29358] Re: please help..(area chart series color)

2010-03-25 Thread ramesh1703
A little search would help you! Check this out http://livedocs.adobe.com/flex/3/langref/mx/charts/AreaChart.html On Thu, Mar 25, 2010 at 19:50, pramod ingole wrote: > Here I am posting code... > It's not working for me.. > I am not getting multiple color to single area series... > Please help...

[flex_india:29357] Re: please help..(area chart series color)

2010-03-25 Thread pramod ingole
Here I am posting code... It's not working for me.. I am not getting multiple color to single area series... Please help... http://www.adobe.com/2006/mxml";>

[flex_india:29356] Line chart inside Column chart

2010-03-25 Thread Anoop Max
Hi Friends, I am trying to draw one column chart with two line charts also inside that. but when i draw the line chart the columns displayed are drifting to left some pixels. hence the line data points are not coming in center of the columns. I am attaching the code, and am sure that someone migh

[flex_india:29355] Re: please help..(area chart series color)

2010-03-25 Thread pramod ingole
Here I am posting code... It's not working for me.. I am not getting multiple color to single area series... Please help... http://www.adobe.com/2006/mxml";>

[flex_india:29354] Re: Flex freelancers

2010-03-25 Thread Nikhil
Hi Developers, I want an experienced flex developer to work for me on few projects. Please get in touch with your portfolio. Regards, Nikhil -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in..

[flex_india:29353] Java to Action script converter

2010-03-25 Thread Ranjit
Hi all, Check this Java to Action script DTO converter please let me know the improvment bits still in initial stage. http://ranjitfx.wordpress.com/2010/03/25/convertcreate-java-dto-to-action-script-as-equivalent-remote-class/ Ranjit -- You received this message because you are subscribed to

Re: [flex_india:29352] Connecting Flex to PHP and MySql

2010-03-25 Thread Kiran Kumar Vasireddy
Edwin, Go for AMFPHP , it is very easy to implement . Go to http://www.amfphp.org/you will find all the details Regards Kiran On Thu, Mar 25, 2010 at 12:39 AM, Ajay Rungta wrote: > Edwin, > > Please look at the following link. It has the entire code available with > explanation. You will have

Re: [flex_india:29351] Re: please help..(area chart series color)

2010-03-25 Thread edwin . vgwhiz
Post your code sample! On Thu, Mar 25, 2010 at 7:37 AM, pramod ingole wrote: > hi saurabh, > i tried by both ways but it did not work for me... > can you post working sample code... > > Thanks > pramod > > On Mar 23, 11:01 pm, saurabh goel wrote: > > Hi, > > > > You can apply this by 2 ways, > >

[flex_india:29350] Re: please help..(area chart series color)

2010-03-25 Thread pramod ingole
hi saurabh, i tried by both ways but it did not work for me... can you post working sample code... Thanks pramod On Mar 23, 11:01 pm, saurabh goel wrote: > Hi, > > You can apply this by 2 ways, > > 1- there are a property of Area series in which u can define the colors of > array. > 2- you can a

Re: [flex_india:29349] Looking for Flash Lite Part-timers

2010-03-25 Thread trilok thakore
hi i have worked on flash lite games tell me wat kind of requirement u have On Thu, Mar 25, 2010 at 2:17 PM, Rahul Sood wrote: > Hi Flexians, > > If there are some Flash-Lite developers here, I would like to get in touch > with them. > Appreciate if you can send me some work samples - Mobile App

[flex_india:29348] Looking for Flash Lite Part-timers

2010-03-25 Thread Rahul Sood
Hi Flexians, If there are some Flash-Lite developers here, I would like to get in touch with them. Appreciate if you can send me some work samples - Mobile Apps or Games developed in Flash Lite Please mention the devices on which these work. Also mention if you have used any Nokia kits/frameworks