[flex_india:32253] Override private function in flex

2010-12-07 Thread Pavan Bhogala
Can we override private function in flex? e.g., displayingPartialRow or sortbycolumn or headerRelaseHandler functions in mx:datagrid. Pavan Bhogala. 814-431-0669(C) On Dec 6, 2010, at 9:25 AM, Dario Boverio dariobove...@gmail.com wrote: Hi all, i'd really

[flex_india:32253] Flex DataGrid

2010-12-07 Thread deepa
Hi, I am looking for datagrid examples that are user friendly. Right now I have a datagrid that has arraycollection as dataprovider. I will have a variable number of columns depending on the number selected by user. I have to display 50 rows. Some of the features I am looking for is the user

Re: [flex_india:32256] Flex DataGrid

2010-12-07 Thread kapilan Thangalakshmi
try to see ADOBEflex3/datagrid .. On Tue, Dec 7, 2010 at 5:57 AM, deepa sriann...@gmail.com wrote: Hi, I am looking for datagrid examples that are user friendly. Right now I have a datagrid that has arraycollection as dataprovider. I will have a variable number of columns depending on

[flex_india:32256] Flex Area Chart using range selector (Slider dividerAffordance)

2010-12-07 Thread Bambam Choudhary
Hi, I have been working on flex Area chart utilizing the range selector component. I have two charts on top of each other and based on the one on the bottom the top chart x axis is being updated. It works fine with records and range on x-axis fixed 10.When slider slid(bottom chart) the Top chart

[flex_india:32258] Re: Flex DataGrid

2010-12-07 Thread abhishekchess1
Flex 3 datagrid giving this things, see flex 3 live docs :) On Dec 7, 1:59 pm, kapilan Thangalakshmi kapilan@gmail.com wrote: try to see ADOBEflex3/datagrid .. On Tue, Dec 7, 2010 at 5:57 AM, deepa sriann...@gmail.com wrote: Hi, I am looking for datagrid examples that are user

[flex_india:32259] Pie of Pie and Bar of Pie Charts in flex

2010-12-07 Thread oviya selvan
Hi folks We have a requirement to create dashboard using flex with various charts. We need to build “Pie of Pie and Bar of Pie Charts” in flex like MS EXCEL has. Any idea guys? Please find the attachment for your reference. With Regards, Oviyan -- Regards, Oviyan Blog :

[flex_india:32260] HTTP Post - Dynamic Name/Value pairs

2010-12-07 Thread Nilesh Daine
Hi All, The problem I am facing is related to doing HTTP POST for the name/value pairs which are dynamic. For example : I need to POST the name/values from the combo box where name will be id of the comboBox and value will be the selected item. Below is the code where I am trying to build the

[flex_india:32260] Re: HTTP Post - Dynamic Name/Value pairs

2010-12-07 Thread Nilesh Daine
Not sure if this was silly mistake but following seem to be working : variables[ComboBox(item).id] = ComboBox(item).selectedItem.toString(); Any comments ? -- Nilesh On Tue, Dec 7, 2010 at 5:24 PM, Nilesh Daine nda...@gmail.com wrote: Hi All, The problem I am facing is related to doing

Re: [flex_india:32261] Override private function in flex

2010-12-07 Thread Ryan Cao
Your are crazy! It's private! On 7 December 2010 05:25, Pavan Bhogala pavan.bhog...@gmail.com wrote: Can we override private function in flex? e.g., displayingPartialRow or sortbycolumn or headerRelaseHandler functions in mx:datagrid. Pavan Bhogala.

Re: [flex_india:32262] Override private function in flex

2010-12-07 Thread RodolfoSlv
Sure There.is.Life ! On Dec 7, 2010, at 10:00, Ryan Cao cao...@gmail.com wrote: Your are crazy! It's private! On 7 December 2010 05:25, Pavan Bhogala pavan.bhog...@gmail.com wrote: Can we override private function in flex? e.g., displayingPartialRow or sortbycolumn or

Re: [flex_india:32263] Override private function in flex

2010-12-07 Thread RodolfoSlv
Ops sure its private , just publics There.is.Life ! On Dec 7, 2010, at 10:00, Ryan Cao cao...@gmail.com wrote: Your are crazy! It's private! On 7 December 2010 05:25, Pavan Bhogala pavan.bhog...@gmail.com wrote: Can we override private function in flex? e.g., displayingPartialRow or

[flex_india:32264] Re: Selectable Label

2010-12-07 Thread Ravi Mishra
Hi Ravindra, You could use Text in place of Labels. Text component has inbuilt selectable property with it. -Ravi Mishra http://achieveravi.blogspot.com On Dec 3, 2:45 pm, Ravindra Kumar Challagandla chicy...@gmail.com wrote: Hi, Hope someone know the solution for the below problem. Through

[flex_india:32265] Re: HTTP Post - Dynamic Name/Value pairs

2010-12-07 Thread Ravi Mishra
Hi Nilesh, This is the correct approach. Initally your code was assigning to 'name' property of 'variables', therefore the 'key' always was 'name' in that case. But now it will have different key-value pairs. -Ravi Mishra http://achieveravi.blogspot.com On Dec 7, 5:54 pm, Nilesh Daine