Search the web
Sign In
New User? Sign Up
ria-india · RIA India
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 124 - 154 of 190   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
124
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...
dosdedosmiamigos
dosdedosmiam...
Offline Send Email
May 1, 2006
4:39 pm
125
C:\Program Files\Adobe\Flex Builder 2 Beta 2\rajesh\Snippet\app_AS.as(4): col: 8 Warning: class 'app_AS' will be scoped to the default namespace: ...
raju_bb
Offline Send Email
May 17, 2006
10:22 am
126
... In ActionScript 3, "public", "private" and "protected" are namespaces. If no namespace identifier is specified, it defaults to the "internal" ...
Manish Jethani
manish_jethani
Offline Send Email
May 17, 2006
10:40 am
127
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...
shashank_042003
Offline Send Email
Jun 5, 2006
10:37 am
128
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...
Embin Technologies
embin_techno...
Offline Send Email
Jun 5, 2006
10:38 am
129
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 ...
RVEEJAY
Offline Send Email
Jun 6, 2006
11:09 am
130
Some dirty hack into the demo samples on "Non-Destructive Filter Sample" and I could bring up an autocompletion example: ...
RVEEJAY
Offline Send Email
Jun 19, 2006
12:56 pm
131
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...
Bhavin Padhiyar
bhavin_kp
Offline Send Email
Jun 21, 2006
3:39 pm
132
... Just a guess, but try calling stop() and close() on the object before changing the 'source' property....
Manish Jethani
manish_jethani
Offline Send Email
Jun 21, 2006
5:09 pm
133
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...
raju_bb
Offline Send Email
Jun 27, 2006
6:48 pm
134
These two RIA projects are in the Top 25 Projects list on SourceForge.net. 1) XUI https://sourceforge.net/projects/xui ...
Manish Jethani
manish_jethani
Offline Send Email
Jul 17, 2006
9:52 am
135
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...
Manish Jethani
manish_jethani
Offline Send Email
Jul 17, 2006
11:38 am
136
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...
Manish Jethani
manish_jethani
Offline Send Email
Jul 17, 2006
12:17 pm
137
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...
lifeandcare
Offline Send Email
Jul 19, 2006
1:00 pm
139
... 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...
Manish Jethani
manish_jethani
Offline Send Email
Jul 19, 2006
2:04 pm
140
... <snip> Sorry, folks, I approved this off-topic message by mistake....
Manish Jethani
manish_jethani
Offline Send Email
Jul 19, 2006
2:36 pm
141
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...
lifeandcare
Offline Send Email
Jul 19, 2006
2:47 pm
142
... Even if you have said "kindly", your words sounds a bit like a demand. I am sure it is not. ;-) -- Regards Brajeshwar ...
Brajeshwar
flashactions...
Offline Send Email
Jul 19, 2006
2:58 pm
143
Hi all, I have been wondering days long to find a solution to, Ajax's error, Error: [Exception... "Component returned failure code: 0x80040111 ...
md_sagri
Offline Send Email
Sep 5, 2006
10:05 am
144
... 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...
Manish Jethani
manish_jethani
Offline Send Email
Sep 5, 2006
10:55 am
145
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...
Gaurav Bhatnagar
gbhatnagar79
Offline Send Email
Sep 5, 2006
12:20 pm
146
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...
md_sagri
Offline Send Email
Sep 5, 2006
6:13 pm
147
... use AJAX ... previous ... Synchronizing might be a good approach I did not tried. Can you please be more specific what to synchronize. Thanks....
md_sagri
Offline Send Email
Sep 5, 2006
6:17 pm
148
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...
Sriram N
sriramx_2000
Offline Send Email
Sep 5, 2006
6:18 pm
149
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...
Gaurav Bhatnagar
gbhatnagar79
Offline Send Email
Sep 6, 2006
4:07 am
150
... handler ... then fire ... Send on ... "Gaurav ... HTTPRequest ... Doesn't the ... server ... JavaScript, which...
md_sagri
Offline Send Email
Sep 7, 2006
4:47 am
151
... 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...
md_sagri
Offline Send Email
Sep 7, 2006
4:47 am
152
... handler ... then fire ... Send on ... This is also a supurb idea but I think You must try out this ...
md_sagri
Offline Send Email
Sep 7, 2006
4:55 am
153
I trid this and found that even this leads to same repetitive calling of processStateChange in my case. ... handler ... then fire ... Send on ... "Gaurav ... ...
md_sagri
Offline Send Email
Sep 7, 2006
6:11 am
154
http://developers.slashdot.org/article.pl?sid=06/09/12/1636223...
Manish Jethani
manish_jethani
Offline Send Email
Sep 13, 2006
12:30 pm
Messages 124 - 154 of 190   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help