[flex_india:29297] Advanced datagrid grouping problem

2010-03-23 Thread Hari Narayanan
dailyActivityLogDetails [0] = DATaskType = Project Activities ProjectName = Project1 : String TaskId = 2 : Number TaskName = Task1 : String TotalEffort = 0 : Number [1] = DATaskType = Project Activities

[flex_india:29051] Re: Wrap Text in lable

2010-03-09 Thread Hari Narayanan
Label doesn't support multilne property. To use a multiline label extend the label control . Override the function createChildren(), create a UITextField to display the label and set multiline property to true. Sample Code /

[flex_india:28750] Re: Remove vertical line in the datagrid header

2010-02-23 Thread Hari Narayanan
On Tue, Feb 23, 2010 at 10:57 AM, Hari Narayanan kphari.naraya...@gmail.com wrote: Use an empty image as headerSeparatorSkin (ie.; headerSeparatorSkin={AssetLib.spacer}) -Hari On Feb 23, 9:42 am, pradeepflex pradeepflex.gr...@gmail.com wrote: Hello All, I need to remove

[flex_india:28751] FileReference equivalent type in c#

2010-02-23 Thread Hari Narayanan
Hi All, Which class type is equivalent to FileReference in flex? Help me.. Its urgent.. -Hari -- 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...@googlegroups.com. To unsubscribe from

[flex_india:28737] Re: Remove vertical line in the datagrid header

2010-02-22 Thread Hari Narayanan
Use an empty image as headerSeparatorSkin (ie.; headerSeparatorSkin={AssetLib.spacer}) -Hari On Feb 23, 9:42 am, pradeepflex pradeepflex.gr...@gmail.com wrote: Hello All, I need to remove the vertical header line in the datagrid,I tried for the vertivalGridLines=false. But that is working

[flex_india:28248] Re: [JobPosting]Flex+JavaScript guru required

2010-02-03 Thread Hari Narayanan
Please give your company and contact email id. -Hari- On Feb 3, 9:15 pm, Chiradip Narayan Mandal chiradip.man...@gmail.com wrote: Sorry, I forgot to mention the location - it is in Bangalore. Chiradip On Wed, Feb 3, 2010 at 1:37 PM, Chiradip chiradip.man...@gmail.com wrote: I Guys, I

[flex_india:28050] Re: Open excel application from flex

2010-01-28 Thread Hari Narayanan
/reading-and-writing-local... On Jan 28, 8:54 am, Hari Narayanan kphari.naraya...@gmail.com wrote: Hi      Does anyone knows how to open excel file without using navigateToURL() function in flex? I need code in flex only Regards, Hari -- You received this message because you

[flex_india:28051] Re: Open excel application from flex

2010-01-28 Thread Hari Narayanan
It should be browser simpatico On Jan 28, 1:33 pm, Jitendra Jain warriorofheavens...@gmail.com wrote: Using Javascript you can. But will work only in IE and not in FF. On Thu, Jan 28, 2010 at 9:24 AM, Hari Narayanan kphari.naraya...@gmail.comwrote: Hi     Does anyone knows how to open

[flex_india:28039] Open excel application from flex

2010-01-27 Thread Hari Narayanan
Hi Does anyone knows how to open excel file without using navigateToURL() function in flex? I need code in flex only Regards, Hari -- 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:27878] Re: File Upload in Flex Urgent help needed

2010-01-20 Thread Hari Narayanan
...@gmail.com wrote: let me try to see if I understand this, you want to upload file from local hard drive, and after you do that to erase file from local hard disk,and to have this on server On Jan 19, 5:43 am, Hari Narayanan kphari.naraya...@gmail.com wrote: Hi,     I had selected a file

[flex_india:27897] Re: File Upload in Flex Urgent help needed

2010-01-20 Thread Hari Narayanan
.(). If the user deletes the file,its totally moronic of him to do so. I do not see how it can be a problem that you as a developer can address On Jan 19, 9:43 am, Hari Narayanan kphari.naraya...@gmail.com wrote: Hi,     I had selected a file from flex to upload. Then deleted from the actual location

[flex_india:27842] File Upload in Flex Urgent help needed

2010-01-18 Thread Hari Narayanan
Hi, I had selected a file from flex to upload. Then deleted from the actual location and try to upload. IO Error will occur. How can i check the file for existence? If any one knows please help... Regards, Hari -- You received this message because you are subscribed to the Google Groups

[flex_india:27821] Re: File Upload in Flex

2010-01-17 Thread Hari Narayanan
Hi Friends, How can we set the folder path' we want to upload from flex? I wrote an uploadhandler in asp. My upload handler is following. %@ WebHandler Language=C# Class=FileUploadHandler % using System; using System.Web; public class FileUploadHandler : IHttpHandler { public void

[flex_india:27415] Re: How to auto adjust number of rows in DataGrid

2009-12-20 Thread Hari Narayanan
Use rowCount to limit the number of rows Regards, -Hari- On Dec 20, 7:03 pm, Shreyas shreyasto...@gmail.com wrote: Hi, Is there any way using which the number of rows displayed in DataGrid can be adjusted automatically? I have an application in which initially the DataGrid  is populated

[flex_india:26500] Re: urgent help: Tab Through DataGrid

2009-11-09 Thread Hari Narayanan
Iam also needed... Could u pls send me the code? _Hari- On Nov 7, 12:19 am, Kiran Singh nkiransi...@gmail.com wrote: S.we can make by using itemeditor and use same component name as itemrender and for more details i will send u sample code on monday EOB. Thanks, Kiran Singh On Fri,

[flex_india:25812] Flex advanced datagrid

2009-10-09 Thread Hari Narayanan
Hi, in my appication iam dynamically grouping an advanced datagrid. Mate frame work is using. Data for grouping were get through remote object invoker. my problem is the flolowing error. This error will occur susrisingly.. undefined at ListCollectionViewCursor/get