[flex_india:22103] Any number restriction on PieSeries while adding to pieChart

2009-05-08 Thread Subrata
is there any restriction that we can not add more than say 5 PieSeries in PieChart in flex ? I am trying to add 22 PieSeries in a Pie chart, it is not displaying the chart. --Subrata --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[flex_india:22104] Re: Discovering cairngrom

2009-05-08 Thread Jagadish M
Hi vivian Richard, thanks for providing the videos link do you have any videos regarding FMS or LCDS. On Tue, May 5, 2009 at 5:14 PM, Vivian Richard kanps...@gmail.com wrote: Download and watch these videos:

[flex_india:22105] put hbox and vbox dynamically?

2009-05-08 Thread Karthik K
hi guys I need to get a table format for that i am putting hbox x vbox i.e a table format and inside each box i need to add dynamic data any idea please help -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/ --~--~-~--~~~---~--~~ You

[flex_india:22109] LineChart based on DataGrid

2009-05-08 Thread Fayaz
Hi, I have to draw a LineChart based on the data of a DataGrid control. Can anyone please suggest me how to do this (with some sample source code, if possible)? Thanks in Advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:22110] Reorder/rearrange images in Canvas

2009-05-08 Thread priya
Hi, I am new in flex.Can anyone help me.My Problem is that i want to change the order of imagesby move images in canvas. Thanks in advance. Priyanka Seth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex

[flex_india:22107] Re: Any number restriction on PieSeries while adding to pieChart

2009-05-08 Thread amit patel
To Subrata no you can add as many as you want see the below exmaples http://blog.flexexamples.com/2007/09/24/animating-data-changes-in-a-flex-pie-chart/ Amit On Fri, May 8, 2009 at 12:31 PM, Subrata saha.subr...@gmail.com wrote: is there any restriction that we can not add more than say 5

[flex_india:22114] Re: Creation of PDF file with a huge image!

2009-05-08 Thread RIA
Hai Mike, Check this statement. var bitmap : BitmapData = new BitmapData ( target.width,target.height ); check whether ur receiving component has initialized or not and also check the target WIDTH and HEIGHT, if the component height n width is zero the u'll get this error :

[flex_india:22108] Reoreder images

2009-05-08 Thread priya
Hi, I am new in flex. My problem is that i am reorder the images in canvas by move images. Plz help me. Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to

[flex_india:22111] Re: New B

2009-05-08 Thread °* . ♥ . *° N
Hi Mr.Babu, Thank u for ur reply.. def. I'll see ... -- with Regards, Navien Amirtaraj --~--~-~--~~~---~--~~ 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_india:22113] Busy cursor appear background of current window - Air appliction

2009-05-08 Thread hari
Hi, I have a air application with several windows. When I go for a httpservice, the busy cursor appear backside of the current window. Can anybody help me to position the busy cursor in front of all windows. Thanks in Advance Hari a href=http://www.jobzo.com;Flex Jobs in India/a

[flex_india:22117] Re: LineChart based on DataGrid

2009-05-08 Thread Ravi Mishra
Hi Fayaz, Check flex dashboard application (its view source enabled): http://examples.adobe.com/flex2/inproduct/sdk/dashboard/dashboard.html HTH, -Ravi On May 8, 11:38 am, Fayaz fayaz.r...@gmail.com wrote: Hi, I have to draw a LineChart based on the data of a DataGrid control. Can anyone

[flex_india:22118] Re: put hbox and vbox dynamically?

2009-05-08 Thread Ravi Mishra
Hi Karthik, Could you plz describe it in a little more detail? :) -Ravi On May 8, 2:54 pm, Karthik K cse.k.kart...@gmail.com wrote: hi guys I need to get a table format for that i am putting hbox x vbox i.e a table format and inside each box i need to add dynamic data any idea please

[flex_india:22120] Re: setDate Problem

2009-05-08 Thread Ravi Mishra
Month starts from 0 to 11. i.e. January is 0th month and December is 11th. HTH, -Ravi On May 7, 6:34 pm, moshe sharon.mo...@gmail.com wrote: Hi All I am setting date to the same date + 0 and being given wrong month   var d:Date = new Date();   d.setDate(sDate.getDate()+i); sDate =

[flex_india:22121] Re: TabNavigator SEO in Flex

2009-05-08 Thread Ravi Mishra
Right Click on project in project navigator --- select properties --- select Flex Compiler uncheck Enable integration with browser navigation HTH, -Ravi On May 6, 5:34 pm, Shabith Ishan shabith.is...@gmail.com wrote: Hi, I'm new to flex and new to this forum as well. I have a tab

[flex_india:22122] Re: Filtering TileList with ComboBox values

2009-05-08 Thread Kshama Pawar
Hi Ravi, Thanks for the response. I have not yet come across Rangestart and RangeEnd in Combobox. I am assuming they are its attributes ( just like id).Anyways, I will research further on that. Instead of ArrayCollection, I have been thinking of using XMLList collection. Would that make

[flex_india:22123] Re: Reorder/rearrange images in Canvas

2009-05-08 Thread Vaibhav/Steve
Hi Priya, You have to explore the DragManager class and have to manage the positions of the images as well on the drop of the images. You can simplify your problem by using HBox / VBox / Tile if your situatuion allows you for that. These controls will automatically adjust the position of rest

[flex_india:22124] Re: put hbox and vbox dynamically?

2009-05-08 Thread Vaibhav/Steve
Y dont you try Datagrid.. On May 8, 9:24 am, Ravi Mishra ravi.achi...@gmail.com wrote: Hi Karthik, Could you plz describe it in a little more detail? :) -Ravi On May 8, 2:54 pm, Karthik K cse.k.kart...@gmail.com wrote: hi guys I need to get a table format for that i am putting

[flex_india:22128] Re: put hbox and vbox dynamically?

2009-05-08 Thread Karthik K
Hi guys thanks for your reply I am creating calender application where i need to drag the item which is in the table format i need to catch the border and drag so that the value inside the box changes I am running short of time That why I cannot use datagrid i have already tried we are not