RE: [flexcoders] output String from WebService

2005-03-30 Thread Steiner, Jeff
Yes. I trigger the web service and I put the result like this: mx:operation name=AddUser resultFormat=xml result=postResult(event) In this function is where I have been trying everything. function postResult(event) { xmlResult =

[flexcoders] Request for assistance

2005-05-10 Thread Steiner, Jeff
Manish, Would you mind checking out the forums on Flex Authority and try to asnwer the person with a question there? Thanks, Jeff Steiner 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] RemoteObject Problem

2005-03-03 Thread Steiner, Jeff
Agha, Check that you have allowed access to the RO from within your flex-config.xml file. Jeff From: Mehdi, Agha [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 4:15 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] RemoteObject Problem Hi all, When I try to run a

RE: [flexcoders] Re: About Image

2005-03-14 Thread Steiner, Jeff
There is a servlet contained in a sample on my site that has a gif2jpeg servlet. Take a peek at the google maps example under Advanced on http://www.flexauthority.com. Download the source and take a look. Jeff -Original Message- From: Kyle Dyer [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: [flexcoders] RE: How to email

2005-02-10 Thread Steiner, Jeff
Try this: mx:String id="emailAddress"mailto:[EMAIL PROTECTED]/mx:Stringmx:Link color="#FF" label="Keypad Image" click="getURL( emailAddress );"/mx:LinkJeff From: Pilby [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 11:51 AMTo: Flex CodersSubject: [flexcoders] RE: How

RE: [flexcoders] attributes of getURL

2005-02-25 Thread Steiner, Jeff
Great idea. Thanks, Jeff -Original Message- From: Dirk Eismann [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 8:20 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] attributes of getURL Either use mx:Link label=Foo Bar

Evaluate expression - linking problems

2005-02-26 Thread Steiner, Jeff
I don't really know how to describe this, so I will do my best. I have the following working: listBeg is my repeater URL is the element in the array that is outputting to the label. This is working as you would expect. mx:Label text={listBeg.currentItem.URL} fontSize=11 / The following is not

RE: [flexcoders] Out Of Memory: Message

2005-02-03 Thread Steiner, Jeff
Goran What does your Tomcat memory usage look like? Also, what OS are you running this on? How much addressable memory do you have available to your Tomcat service? Jeff -Original Message- From: goran187 [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 10:32 AM To:

[flexcoders] output String from WebService

2005-03-30 Thread Steiner, Jeff
Title: Example instantiated and static utility classes I am seeing an issue that I know has a simple answer - I just keep getting undefined as a result. I have a WebService call to a CFC that returns a String. Simple so far? My result is undefined no matter what I try, when I output it.

RE: [flexcoders] Flex Non Comercial

2005-04-13 Thread Steiner, Jeff
I heard back in ~3 days when I put my request in. Jeff -Original Message- From: Ryan Scott Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:56 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex Non Comercial About a week or two I'd say. -Original