[flexcoders] GIS and Flex

2008-03-14 Thread kapil b
Hi All, Does anybody have idea how to implement gis(geographyical information system) in flex with the gis data in it. What kind of gis data format files the flex requires so that i can retrieve the data and display it in the UI. Thanks Bollywood, fun, friendship, sports and more.

Re: [flexcoders] webservice issue

2008-03-12 Thread kapil b
Have you tried using debugger to check the result of webservice. -Kapil - Original Message From: ravi mishra [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, 12 March, 2008 11:22:28 AM Subject: [flexcoders] webservice issue hi group, i am not able

[flexcoders] Regarding servers

2008-03-11 Thread kapil b
Hi All, Please give me basic idea about Red5, BlazeDS, WebORB. Which to use when? -Kapil Why delete messages? Unlimited storage is just a click away. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

[flexcoders] Java based web services using ArrayList

2008-03-05 Thread kapil b
Hello All, Can anybody tell me How to use ArrayList in Java Web Service I want to retrieve ArrayList and display in a grid in Flex. -Kapil Save all your chat conversations. Find them online at http://in.messenger.yahoo.com/webmessengerpromo.php

[flexcoders] Flex and web services

2008-03-03 Thread kapil b
Hello Folks, I like to acquire more information on flex and web services, can anybody give me the links to tutorials and examples , i want to build a single project in eclipse handling body dynamic web and flex. I am also facing trouble with java.util.List as JAX-RPC 1.1 specification doesn't

[flexcoders] Flex and web services

2008-03-03 Thread kapil B
Hello All, Can anybody send me the tutorials/Examples of flex using web services. or the links for the same Regards, Kapil - Why delete messages? Unlimited storage is just a click away.

[flexcoders] Passing data from grid row to form components problem

2008-02-26 Thread kapil b
Hi All, I am new to flex... in my sample application i m retrieving the data from the xml and displaying it in the grid. On clicking on particular row, the row data should get populated in a form (containing text boxs) so that i can delete and update the contents and save back to database. I

Re: [flexcoders] Re: Passing data from grid row to form components problem

2008-02-26 Thread kapil b
, kapil b kapil_b15@ wrote: Hi All, I am new to flex... in my sample application i m retrieving the data from the xml and displaying it in the grid. On clicking on particular row, the row data should get populated in a form (containing text boxs) so that i can delete