Re: [flexcoders] Re: WebServices via ActionScript

2005-11-11 Thread Jeff Tapper
Try this, note, I'm calling a different method, getSongs which takes a band name as an argument mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; initialize=getFunky() mx:Script ![CDATA[ import mx.services.WebService; import mx.services.PendingCall; var

[flexcoders] Re: WebServices via ActionScript

2005-11-10 Thread huhgawz
It works excelent!!! But how can i set the webservice params programatically? I mean, if for example getCurrentSong(p1,p2) need a pair of parameters or moreHow can i set them via ActionScript? --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Starting a new thread

Re: [flexcoders] Re: WebServices via ActionScript

2005-11-10 Thread JesterXL
... it's just a method that takes longer than a millisecond to excute, thus you need a result function... ah, I love Flex. - Original Message - From: huhgawz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 10, 2005 9:01 PM Subject: [flexcoders] Re: WebServices

RE: [flexcoders] Re: WebServices via ActionScript

2005-10-12 Thread Mink, Joseph
11, 2005 5:55 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: WebServices via ActionScript I may be out of the loop because I couldnt see which thread you brokefrom butYou can turn on the keep-generated to keep the generated AS from amx:WebService call to prove its possible

RE: [flexcoders] Re: WebServices via ActionScript

2005-10-12 Thread Mink, Joseph
: [flexcoders] Re: WebServices via ActionScript I may be out of the loop because I couldnt see which thread you brokefrom butYou can turn on the keep-generated to keep the generated AS from amx:WebService call to prove its possible as well. Since at runtimethe J2EE Servlet Filter is generating

[flexcoders] Re: WebServices via ActionScript

2005-10-12 Thread Dave Wolf
that needed to make WS calls. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wolf Sent: Tuesday, October 11, 2005 5:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebServices via ActionScript I may be out of the loop

Re: [flexcoders] Re: WebServices via ActionScript

2005-10-12 Thread JesterXL
@yahoogroups.com Sent: Wednesday, October 12, 2005 8:00 AM Subject: RE: [flexcoders] Re: WebServices via ActionScript And to answer your last question, Flash doesn't have the fun UI widgets like Trees and Tabs and all those goodies (@ least, I believe that is true...). Does Flash support WebServices? From

Re: [flexcoders] Re: WebServices via ActionScript

2005-10-12 Thread Manish Jethani
On 10/11/05, Dave Wolf [EMAIL PROTECTED] wrote: The real question is why? You used to see this in JSP development a lot (Since JSP is a nearly direct analog to Flex) in that JSP developers would just make huge scriplet sections and do everything in Java. Eventually it reached the point that

[flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread Dave Wolf
I may be out of the loop because I couldnt see which thread you broke from but You can turn on the keep-generated to keep the generated AS from a mx:WebService call to prove its possible as well. Since at runtime the J2EE Servlet Filter is generating AS from the mx:* tags pretty much

Re: [flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread JesterXL
if your GUI helps support those practices, some of which FlexBuilder does. - Original Message - From: Dave Wolf [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 11, 2005 5:54 PM Subject: [flexcoders] Re: WebServices via ActionScript I may be out of the loop

[flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread Dave Wolf
Message - From: Dave Wolf [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 11, 2005 5:54 PM Subject: [flexcoders] Re: WebServices via ActionScript I may be out of the loop because I couldnt see which thread you broke from but You can turn on the keep

Re: [flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread JesterXL
- From: Dave Wolf [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 11, 2005 10:57 PM Subject: [flexcoders] Re: WebServices via ActionScript I agree with what youre saying. Although one might argue a nice OO layout manager in AS might have solved those issues too. I mean