[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 bookmark()[E:\dev\3.0

[flex_india:26357] Re: Doubt in Flex - Your Help is Really Needed. (Refresh Issues in Flex with IE)

2009-11-03 Thread Hari Narayanan
I am using modules in my application... Then how can i implement? Regards, Hari On Nov 4, 7:10 am, Vaibhav Seth wrote: > http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_De... > > > > > > On Tue, Nov 3, 2009 at 8:08 PM, wrote: > > How do you deep link??? > > > On Tue, Nov 3,

[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 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, Nov 6, 2009

[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 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 > with just 2-3 rec

[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 voi

[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 "Fle

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

2010-01-20 Thread Hari Narayanan
: > 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 wrote: > > > > > Hi, > >     I had selected a fi

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

2010-01-20 Thread Hari Narayanan
he 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 wrote: > > > > > Hi, > >     I had selected a file from flex to upload. Then deleted fr

[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_in...@goog

[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 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 re

[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 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 > wrote: > > > > > Hi > >     Does anyone knows how to open excel fil

[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 wrote: > Sorry, I forgot to mention the location - it is in Bangalore. > > Chiradip > > > > On Wed, Feb 3, 2010 at 1:37 PM, Chiradip wrote: > > I Guys, > > > I am looking for a person with 1-6 years

[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 wrote: > Hello All, > > I need to remove the vertical header line in the datagrid,I tried for > the vertivalGridLines=false. > But that is working for remove the lines i

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

2010-02-23 Thread Hari Narayanan
adeep > > On Tue, Feb 23, 2010 at 10:57 AM, Hari Narayanan > > > > wrote: > > Use an empty image as headerSeparatorSkin (ie.; > > headerSeparatorSkin="{AssetLib.spacer}") > > > -Hari > > > On Feb 23, 9:42 am, pradeepflex wrote: > > &g

[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 t

[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: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"