For ajax, ria & web 2.0 developers please give it a shot at http://www.ajaxtoday.com jobs available forum. There are a lot of registered and non-registered...
Looking for an India based resource to do Flex 2 demo work on persistent basis to support our sales process. Compensation for the initial work can be made in...
HI we have a plan to use SVG map in our flex 2.0 application.Here the flex application interact with this SVG map image to draw lines on the map zooming the...
Hi, Embin Technologies is a diversified technology leader, focused on embedded software and services in the area of electronic. We at Embin have an opening for...
Been reading alot of SPRY news lately on MXNA but there wasn't much talk on this group. Thought I would have a go with the framework and after a couple of ...
hi all, Strange!!! I am making one prototype of online television application in flex. In that I use video display component. I change source property to load...
hi all, i need all the plugins required to run .as and .mxml files in Eclipse..This FlexBuilder runs really slow and it takes up all the resoures..I tried...
The Flex team in Bangalore is looking for developers to work with us on: (1) the Flex Framework, and (2) high-level Flex components. Requirements: - Basic CS...
I've started a new mailing list for Flex users in India. This is for Flex-specific discussions, especially for people to get connected to form local user...
Hello, I am student of final year B.Tech in computer science and engineering. I am working on a web project which uses JSP and AJAX. Now, I need help in...
... From a quick look at your code, I understand that what you're sending is not a UTF-8 string but a bunch HTML entities (the '&#xxx;'). I think you want to...
Hello, I am student of final year B.Tech in computer science and engineering. I am working on a web project which uses JSP and AJAX. Now, I need help in...
... First, I don't think there's a need for a timeout here. Doesn't the onreadystatechange function get called automatically when the server call returns? (I...
This is a very common issue and so far I have not seen any one clear solution to this. Usually this happens when you use the same HTTPRequest object to send a...
Well Manish, If I remove that particular line my script exits arbitarily before the server would return. By setting that timeout I wantto making the request...
Perhaps this link might help : http://www.matthom.com/archive/2006/05/15/scary-ajax-error Have you tried using Prototype for Ajax calls ? It saves you the...
Well simply wait for your HTTPRequest.Send() to return i.e for your handler function to get called. From within that handler function, you can then fire your...
... This is an excellent link that worked for me in the single try. This morning I did nothing to my code but commented my setTimeout() and replaced <input...
I trid this and found that even this leads to same repetitive calling of processStateChange in my case. ... handler ... then fire ... Send on ... "Gaurav ... ...