[flexcoders] Help regarding Web Service

2006-12-07 Thread Karthik J
Hi, I have problem regarding Web Services. I am calling a webservice in the login page and in the result event, I am enabling a login button. The problem occurs when the application starts up through a browser. Most of the time, everything will load up properly and the login button

[flexcoders] Problem with web services

2006-12-06 Thread Karthik J
Hi, I am new to web services. According to the help file, I have constructed my page and I have included the wsdl link in the FDS proxy-config.xml. But I am getting error in the output. I copied the example from the below link.

[flexcoders] Help regarding chart

2006-10-26 Thread Karthik J
Hi,Please visit the site.http://finance.google.com/finance?cid=13756934Can anybody guide me how this could be developed in Flex 2.In the chart on mouse move, the datatip is moving along with the mouse pointer.How is that done?Please help... Yahoo! Messenger with Voice. Make

[flexcoders] Deploying Flex Application in a Tomcat server

2006-10-18 Thread Karthik J
Hi, I have developed a flex application and I have to deploy it in a Tomcat server. Can anybody help me regarding this. Regards,Karthik. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Help with class

2006-10-12 Thread Karthik J
Hi,I am new to Flex2. I have a class called test.as. I am trying to create object in mxml script tag by var t:test = new test();If I try to access any the prop of object itz throwing error.But if I define the same inside a function itz working fine.Why is it so? I cant use that object outside