RE: [flexcoders] simple webService question

2005-05-22 Thread Abdul Qabiz
Sanjay, the only problem I see is: - MyWebService.mxml is not a MXML component because it has Application as root tag. So put everything in another container or tag. A MXML component should not have Application as root tag. Do something like this: ?xml version=1.0 encoding=utf-8? mx:Canvas

RE: [flexcoders] simple webService question

2005-05-22 Thread Abdul Qabiz
Yeah one more thing, since Canvas is UIObject and supposed to be created using createObject(..), creatChild(..) etc methodsCreating MyWebService instance like: var myWS = new MyWebService(); myWS.runWebServices(this); Might not work because instance doesn't get initialized properly

[flexcoders] Need to Run a exe/dll in the server using java RPC ..pls help

2005-05-22 Thread Martin Louis
New bee i need help to know if i can run a .exe/dll file using java RPC or any other method .. i tried using java RPC i get an error of creating new Thred ... pls help i am on a client POC thanks in advance Yahoo! Groups Links * To visit your group on the web, go to:

RE: [flexcoders] Need to Run a exe/dll in the server using java RPC ..pls help

2005-05-22 Thread Rick Bullotta
Easiest way would be to wrap the DLL with a web service using .NET. From: flexcoders@yahoogroups.com on behalf of Martin Louis Sent: Sun 5/22/2005 1:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Need to Run a exe/dll in the server using java RPC

Re: [flexcoders] Help with node indentation after drag/drop

2005-05-22 Thread Manish Jethani
On 5/20/05, Rick Schmitty [EMAIL PROTECTED] wrote: Hi Manish thanks for taking the time. I got this code from an earlier post in the FlexCoders list. I wanted to change it to grab from an xml file instead of hard coding it into the mxml The key difference in the two approaches is that one

Re: [flexcoders] Help with node indentation after drag/drop

2005-05-22 Thread Rick Schmitty
No need to investigate further, knowing to use the resultFormat is enough for me :) Thanks a bunch Manish!On 5/22/05, Manish Jethani [EMAIL PROTECTED] wrote: On 5/20/05, Rick Schmitty [EMAIL PROTECTED] wrote:Hi Manish thanks for taking the time.I got this code from an earlier post in the

[flexcoders] What is Compiled from the Flex-Config

2005-05-22 Thread dave buhler
When I configure my Flex-Config.xml file, what from that file gets compiled into the SWF that is stored on the client (stored in cache)? Dave Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an

RE: [flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-22 Thread Matt Chotin
I think you might want to do the rendering trick and keep the adjustments in account because if you change the actual timezone and send back new data youll have adjusted it so it would be wrong in the database. Otherwise you should simply take a result handler and iterate through all the

[flexcoders] CFlogin, SetCredentials and the RemoteObject

2005-05-22 Thread dave buhler
Does the RemoteObject permit the passing of a username and password to a CFLogin tag? I want to create an instance of NetConnection and include setCredentials(username,password) to pass over to my remote object for a valid user check on each request. If it's not supported in Flex, does anyone

RE: [flexcoders] Compiling a set of classes

2005-05-22 Thread Matt Chotin
Would an RSL be appropriate in this case? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Erik Westra Sent: Friday, May 20, 2005 9:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Compiling a set of classes We are planning a

RE: [flexcoders] Question about the flex samples

2005-05-22 Thread Matt Chotin
Hi, you are welcome to use the samples as a basis of your code. However I will say if youre building an app of substance we are not necessarily saying that all apps provided demonstrate best practice. But if it fits your needs feel free to take what you need J From:

Re: [flexcoders] Question about the flex samples

2005-05-22 Thread dave buhler
The store example that is part of Cairngorm .99 may serve your purposes and demonstrates best practice :) (or at the very least, much, much better than my practice).On 5/22/05, Matt Chotin [EMAIL PROTECTED] wrote: Hi, you are welcome to use the samples as a basis of your code.

RE: [flexcoders] What is Compiled from the Flex-Config

2005-05-22 Thread Matt Chotin
For the most part just the context-root that points to the proxy and then the debug settings. I dont think anything else makes it in there. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dave buhler Sent: Sunday, May 22, 2005 9:32 PM