[flex_india:33245] DataBinding in DataGrid

2011-03-15 Thread nithyaprakash
Hi Guys, I have datagrid Columns FirstName, LastName and FullName. I need to bind FirstName and LastName column fields to give FullName ?? data provider gives only FirstName and LastName Help me in this! -- You received this message because you are subscribed to the Google Groups "Flex India

[flex_india:33245] difference between HTTPService and URLRequest

2011-03-15 Thread Balaji.D
hi their, i'm in trouble to choose which will help me out to get data from a servlet.. right now i'm using URLRequest to get response data my servlet like internal var dataRequest:URLRequest = new URLRequest("http://localhost: 8084/DataService/GetData?ChartName=payerperformanceanalysis"); my ques

Re: [flex_india:33245] How to find out the co-ordinates in a map

2011-03-15 Thread Bambam Choudhary
Hi, I think may be use globaltodata() / localtodata() method use. thanks Bambam On Mon, Mar 14, 2011 at 3:27 PM, Debasree Das wrote: > Hi All, > > Can anyone help me to find out the co-ordinates of a region in a map..any > examples or links would be really helpful... > > > > Thanks in advance >

Re: [flex_india:33248] DataBinding in DataGrid

2011-03-15 Thread ramesh1703
tell me if this is not what you have asked for http://www.adobe.com/2006/mxml"; layout="absolute"> On Tue, Mar 15, 2011 at 10:25, nithyaprakash wrote: > Hi Guys, > > I have datagrid Columns FirstName, LastName and FullName. > > I need to bind FirstName and LastName column f

Re: [flex_india:33250] DataBinding in DataGrid

2011-03-15 Thread mahek joshipura
hello, you can use labelfunction property of data grid column to merge firstname and lastname. For example, private function fullNameLabelFunction(item:Object):void{ return item.firstName + " " + item.lastName ; } Hope above example may answer your question. Regards, Mahek On

Re: [flex_india:33250] Re: Delhi Flex User Group meetup | 12th April

2011-03-15 Thread chandra sekhar
Hi Please Can any one share the flex drive video's. Thanks, Chandra. On Fri, Mar 11, 2011 at 4:11 PM, Nishant Kyal wrote: > Hi, > > Here's an update about the meetup. The topic of the sesssion which will be > conducted by Adobe engineers is "Showcasing the new development work flow of > Flas

[flex_india:33252] Creating a Ant Flex Build for a .Net Web Service project without WebORB or any other 3rd party tool

2011-03-15 Thread Kronos
Hi, I am working on a project that uses .Net Web services for calling data from the database. The problem is that these services have been configured by using the inbuilt Fiber plugin of Flex Builder which adds the services automatically once the wsdl url is provided. Everything builds perfectly fr

[flex_india:33252] Issue in Itemeditor

2011-03-15 Thread jana janarthanan
Dear all, I have a datagrid having two combo box itemeditor, one is populated with country and other with states if change the country the corresponding states should be populated. -- You received this message because you are subscribed to the Google Groups "Flex India Community" gr

Re: [flex_india:33252] DataBinding in DataGrid

2011-03-15 Thread Nithi
Thanks Guys... On Tue, Mar 15, 2011 at 5:45 PM, mahek joshipura wrote: > hello, > > you can use labelfunction property of data grid column to merge firstname > and lastname. > > For example, > > private function fullNameLabelFunction(item:Object):void{ > > return item.firstName + " " + i

[flex_india:33255] Creating the GridLine In Flex

2011-03-15 Thread praveen Kumar
Hai Friends ; Crating The grid lines [HR and VR ] in Canvas; Give Me Some Suggitions or Ideas -- 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 gr