Re: [flex_india:34520] Restricting TextInput value to 5 decimal points

2011-09-12 Thread Amruta Kulkarni
-Sep-2011 5:39 PM, Amruta Kulkarni amruta.kulkarn...@gmail.com wrote: Hi All, I am working on a flex application which has requirement to restrict user to enter the numbers with 5 decimal places only.I tried the 'restrict' property of TextInput control.Here is the code snippet that I

[flex_india:34521] Accessing HttpSession parameters using flex remoting

2011-09-12 Thread Amruta Kulkarni
Hi All, I am working on flex based web application which has java as mid tier technology. The flex application is deployed under portal using JSP wrapper. I want to store some parameters in HTTPSession object in JSP want to retrieve those in java remote method which gets called from flex

Re: [flex_india:34528] Need help and examples in OLAP dataGrid Flex 3

2011-09-12 Thread Amruta Kulkarni
Hi, Please find the attached sample example for olap data grid. Thanks, Amruta On Thu, Aug 11, 2011 at 2:29 PM, venki @flex itsme85ag...@gmail.com wrote: Hi All, Can any one help me in Creating OLAP Grids in which i have to include the concept of the Grouping Collections which is available

Re: [flex_india:34528] dataGrid item render sort

2011-09-12 Thread Amruta Kulkarni
Hi, You will have to implement custom sort for sorting the column.You can use headerRelease event of DataGrid to implement custom sort. Thanks, Amruta On Thu, Aug 25, 2011 at 4:41 PM, Osama Hamdan osamahamdan2...@gmail.comwrote: Hi all, I have a datagrid with one coloum has a itemrenderer.

[flex_india:34503] Restricting TextInput value to 5 decimal points

2011-09-08 Thread Amruta Kulkarni
} / but this is not working.Can anyone help me out on this?Its very urgent. Thanks -Amruta Kulkarni -- 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@googlegroups.com. To unsubscribe from this group, send email

[flex_india:34335] Date format lost while export to excel

2011-08-06 Thread Amruta Kulkarni
Hi All, I am working on reporting application which has export to excel functionality.For export to excel I am generating html string then opening the file in xls format.All contents are getting exported properly except the date values.The date format which is applied on flex side is lost when I

Re: [flex_india:34168] Determining Datagrid's current sort order

2011-07-13 Thread Amruta Kulkarni
, Amruta Kulkarni wrote: Hi All, Does anyone know how to find current sort order for datagrid in flex3? Thanks in advance -Amruta -- 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

Re: [flex_india:34155] read write zip in flex and air

2011-07-09 Thread Amruta Kulkarni
Hi, Please check this link http://livedocs.adobe.com/flex/3/html/help.html?content=ByteArrays_3.html. You may find it useful. Thanks Amruta On Fri, Jul 8, 2011 at 3:08 PM, flex flexlover...@gmail.com wrote: hello friends can anybody tells me how to read and write zip folder in flex or air i

[flex_india:34152] Determining Datagrid's current sort order

2011-07-08 Thread Amruta Kulkarni
Hi All, Does anyone know how to find current sort order for datagrid in flex3? Thanks in advance -Amruta -- 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@googlegroups.com. To unsubscribe

[flex_india:33845] Export to excel

2011-05-25 Thread Amruta Kulkarni
Hi I am working on application in which we need to implement “Export to excel” functionality. The application needs to export data from simple DataGrid AdvancedDatagrid with all the formatting*. * If anybody has done this before or has any idea about it please share. Its very very

[flex_india:33818] Finding calendar week for given date.

2011-05-24 Thread Amruta Kulkarni
Hi All In my aplication I need to find the calendar week for given date.Does anyone know how to do that in flex. Its very urgent!! Thanks in advance Amruta -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send

[flex_india:33584] Capturing Numeric Stepper's change event when value changes through code.

2011-04-28 Thread Amruta Kulkarni
Hi All I have requirement wherein I want to capture the change for Numeric Stepper value when its value changes through code not through user interaction. Does anyone know how this can be done? Thanks in advance Amruta -- You received this message because you are subscribed to the Google

[flex_india:33345] How to create advanced datagrid columns runtime?

2011-03-25 Thread Amruta Kulkarni
Hi I am working on a Reporting application.Application contains tabular reports the number of columns in the table is dynamic. So I am creating these columns runtime in actionscript but its not working as expected. Here is the code which I have tried.I am not getting whats going wrong in this

Re: [flex_india:31789] Data Moving between textInput renderer on scrolling in advanced datagrid....

2010-10-19 Thread Amruta Kulkarni
Hi This is Flex item renderer recycling issue.If you want to know more about it here is the link which would be helpful to you. http://www.adobe.com/devnet/flex/articles/itemrenderers_pt1.html Thanks Amruta On Tue, Oct 19, 2010 at 7:53 PM, ramesh1...@gmail.com wrote: add this override method

[flex_india:30481] Remove handcursor from selectedItem of LinkBar

2010-06-24 Thread Amruta Kulkarni
Hi All I have Paginated DataGrid in my application.I am using LinkBar control to navigate through pages.Now when user selects any page then i want to disable handcursor from the selected item of LinkBar. So can anybody please tell me how to do this. Thanks -Amruta Kulkarni -- You received

Re: [flex_india:30493] Remove handcursor from selectedItem of LinkBar

2010-06-24 Thread Amruta Kulkarni
Thanks for quick reply.I will try out this. -Amruta On Thu, Jun 24, 2010 at 5:15 PM, Khalid Chaudhary chaudhary.kha...@gmail.com wrote: buttomMode = false mouseChildren = true UseHandCursor = false On Wed, Jun 23, 2010 at 10:06 PM, Amruta Kulkarni amruta.kulkarn...@gmail.com wrote

[flex_india:30152] Need help on chart layouting

2010-05-21 Thread Amruta Kulkarni
Hi All I am working on a reporting application which contains AdvancedDataGrid Barchart.The number of bars in chart is equal to number of rows in grid. Now i want to align these bar against the rows in grid exactly this alignment should not get disturb when screen resolution changes. Any idea

Re: [flex_india:29621] How to use Java HASHTABLE on Flex side

2010-04-21 Thread Amruta Kulkarni
Hi You can use variable of type Object side on flex to return HashTable from java. -Amruta On Wed, Apr 21, 2010 at 10:40 AM, surendra surendrachowdary.m...@gmail.comwrote: Hi friends, How can i handle the HashTable in flex which is coming from JAVA code. Eg:I am returning Hastable from

Re: [flex_india:29379] Line chart inside Column chart

2010-03-26 Thread Amruta Kulkarni
Hi Try drawing column series in line chart. Regards -Amruta On Thu, Mar 25, 2010 at 7:49 PM, Anoop Max anoo...@gmail.com wrote: 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

Re: [flex_india:29337] Advanced Datagrid

2010-03-24 Thread Amruta Kulkarni
Hi see this link.you may find it useful. http://www.insideria.com/2009/03/custom-edit-renderers-for-the.html http://www.insideria.com/2009/03/custom-edit-renderers-for-the.html-Amruta On Wed, Mar 24, 2010 at 2:40 PM, rajesh rajeshpothur...@gmail.com wrote: Hi, i have Advanced Data grid , i

Re: [flex_india:29071] How do build flex3 in Eclipse

2010-03-10 Thread Amruta Kulkarni
Hi Jeyaraman, See this link.You may find it useful. http://www.insideria.com/2008/06/lffs-11-flex-builder-part-1-tw.html http://www.insideria.com/2008/06/lffs-11-flex-builder-part-1-tw.html Regards -Amruta On Wed, Mar 10, 2010 at 3:24 AM, Jeyaraman R rjeyaram...@gmail.com wrote: Hi buddy, i

Re: [flex_india:27259] Customizing chart series color run time

2009-12-11 Thread Amruta Kulkarni
= Number(item.xValue); if (profit0) { return c; } else { c.color = 0xFF; } return c; } On 12/9/09, Amruta Kulkarni amruta.kulkarn...@gmail.com wrote: Hi All I have an application in which i am creating

[flex_india:27207] Customizing chart series color run time

2009-12-09 Thread Amruta Kulkarni
Hi All I have an application in which i am creating stacked column chart at run time.I want to assign distinct color to each column series(The number of coulmn series are also dynamic). Can anyone suggest me how this can be done? Thanks in advance Regards -Amruta -- You received this message

[flex_india:26324] Re: Preview cross table for OLAP data

2009-11-03 Thread Amruta Kulkarni
Hi see this link.This may be helpful to you. http://flexmadeeasy.blogspot.com/2008/04/here-is-much-awaited-pivotcomponent-in.html Regards -Amruta On 11/3/09, mman malmans...@googlemail.com wrote: Hello everyone, I have OLAP database and I want to let the users select their view by dragdrop

[flex_india:25986] Expand Collapse with OLAPDataGrid

2009-10-20 Thread Amruta Kulkarni
Hi All I am working with an application which uses olapdatagrid component.I need to implement expand and collapse of dimensions.I tried header rendering using custom mxml component which works fine but when i do the same using custom actionscript component it give me error. Also this header