[flex_india:27545] Pie chart with resizable slice ?

2009-12-28 Thread Dharmendra Chouhan
Hello All, Is it possible to create a pie chart with re-sizable slice.. ie user should be able to decrease and increase the area of any slice by just using mouse drag. If I increase area of any particular slice, other adjacent slice should automatically get reduced. Please provide me some

[flex_india:24015] Re: Help me to identify Memory Leak

2009-07-28 Thread Dharmendra Chouhan
Hi Jandish,Chandu I have some update on this to share with you guys.. About more than a month back we have raised this issue to Adobe support with a test application wich demonstrate this issue.after one and half month , finally Adobe has accepted that this issue lies in the internal

[flex_india:23316] Help me to identify Memory Leak

2009-06-27 Thread Dharmendra Chouhan
Hi All, I have very basic application which uses DataSerives over RTMP channel to populate dataGrid , I have not used any user defined component. This application has got LOAD data and Remove data Button just to simulate the actual application What happens , when I click on LOAD

[flex_india:22446] NEED more than 15 menu item in Context Menu ????

2009-05-22 Thread Dharmendra Chouhan
Hi, I really need to have more than 15 menu item displayed on Context Menu. I desperately need some workaround or ideas to achieve this My client has invested thousands of dollar in Flex Project, he definitely need more than 15 menu item.If this project failed , client will NEVER think to invest

[flex_india:22447] session.getAttribute(somekey) returning NULL in SessionDestroyed

2009-05-22 Thread Dharmendra Chouhan
Hi all, session.getAttribute(somekey) is returning null in SessionDestroyed () method of flex listener. Below are the steps I am following 1) I am adding flexLister in contextInitialized method of ServletContextListener FlexSession.addSessionCreateListener(myListener) 2) In

[flex_india:20218] Flickering in datagrid Header Renderer while loading data

2009-03-09 Thread Dharmendra Chouhan
I m also facing similar issue,Please see my code below:- Custom Header Renderer: [Bindable] private var theImage:Class; override public function set data(value:Object):void { dgColumn = value as DataGridColumn;

[flex_india:19976] Re: Not able to pass Data in URLRequest to server

2009-03-03 Thread Dharmendra Chouhan
parameters are populated in Browser by making URLRequestMethod.POST as URLRequestMethod.GET also put some System.out.println or some other things to display what is the values you are geting from parameter Gnanz.../http://gnanz-flexworld.blogspot.com Dharmendra Chouhan wrote: Hi , I am

[flex_india:19811] Not able to pass Data in URLRequest to server

2009-02-28 Thread Dharmendra Chouhan
Hi , I am accessing flex application running on JBOSS server from Dot Net Client.Everything is working fine except i am NOT able to send data in http post. var variables:URLVariables = new URLVariables(); variables.htmltable = convertDGToHTMLTable(dg); var u:URLRequest = new

[flex_india:19288] Arrow on Multiple Column's Header in Flex2 DataGrid

2009-02-15 Thread Dharmendra Chouhan
share your ideas on how to do it. Please share the code if someone have already done it. Any help would be highly appreciated. Thanks, Dharmendra Chouhan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:19036] Re: How to increase datagrid Last Column WIDTH ?

2009-02-07 Thread Dharmendra Chouhan
() { super(); } override protected function drawSeparators():void { DataGridHeader(header).needRightSeparatorEvents = true; DataGridHeader(header).needRightSeparator = true; super.drawSeparators(); } } } Regards, Dharmendra Chouhan

[flex_india:18963] How to increase datagrid Last Column WIDTH ?

2009-02-05 Thread Dharmendra Chouhan
HI All, I am struggling with last column of flex2 dataGrid. I have set HS policy to auto, all column are resizable except last. I can decrease its width but It does not allow me increase it. Does anybody know how STRECH last column widht to increase at at right of the DG Thanks,

[flex_india:18874] Is It possible to dynamically resize datagrid's Width

2009-02-03 Thread Dharmendra Chouhan
width to accommodate new width of the column.ie datagrid should expand its width in the right to accommodate/respect width of the column. Regards, Dharmendra Chouhan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[flex_india:18873] Is It possible to freeze(Fix) Any Column / Row in DataGrid ?

2009-02-03 Thread Dharmendra Chouhan
of Row, If I select 10 th row,row from 1-10 should get breezed (fixed) irrespective vertical scroll bar movement. Please point me appropriate direction. Regards, Dharmendra Chouhan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:18348] DataGridColumn Sizing issue

2009-01-20 Thread Dharmendra Chouhan
Hi All, I have designed a custom dataGrid which allows user to select column which he wants to be visiable.Here is the issue which I have been facing: When user select two column to be visiable, Lets assumeCol1.with = 25 , Col2.with = 20 , Expected Result: