[flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-09 Thread cheftimbob
You're a genius Peter! I owe you. --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: The WSDL says that the response part should be in an element called executeReturn not executeResponse, and it should be qualified in the targetNamespace

[flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread cheftimbob
Still looking for help with this if anyone has a clue. --- In flexcoders@yahoogroups.com, cheftimbob [EMAIL PROTECTED] wrote: I'm experiencing the same issue using Flex 3. Service calls that worked now return null for ResultEvent.result in all of our cases. We've tried to modify the web

[flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread cheftimbob
3 SDK drop should have fixes for most web service issues that we were aware of. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cheftimbob Sent: Thursday, November 01, 2007 12:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: HotFix 2 breaks web

[flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-10-26 Thread cheftimbob
I'm experiencing the same issue using Flex 3. Service calls that worked now return null for ResultEvent.result in all of our cases. We've tried to modify the web service to conform as in this link but still are not getting anywhere. https://bugs.adobe.com/jira/browse/SDK-11358 Here's the

[flexcoders] Re: Large number coming back from Web Service is getting converted

2007-10-26 Thread cheftimbob
Sorry, this is with Flex 3 milestone 2. --- In flexcoders@yahoogroups.com, cheftimbob [EMAIL PROTECTED] wrote: We have a web service that returns a large numeric value that is approximately 30 spaces wide. EG: somevalue 123456789987654321123456789000 /somevalue When we view

[flexcoders] Large number coming back from Web Service is getting converted

2007-10-26 Thread cheftimbob
We have a web service that returns a large numeric value that is approximately 30 spaces wide. EG: somevalue 123456789987654321123456789000 /somevalue When we view the response of this value using ResultEvent.result.somevalue, we're getting back something like this: 1.23456789987e+29 We

[flexcoders] Re: IFrame issue with settings menu

2007-02-01 Thread cheftimbob
bump --- In flexcoders@yahoogroups.com, cheftimbob [EMAIL PROTECTED] wrote: I have an application that uses and IFrame to display images and word docs as well as PDFs. If I right click on the application somewhere, not on the IFrame, and select the settings menu, there application

[flexcoders] IFrame issue with settings menu

2007-01-30 Thread cheftimbob
I have an application that uses and IFrame to display images and word docs as well as PDFs. If I right click on the application somewhere, not on the IFrame, and select the settings menu, there application freezes. I think it's because of the modal window that the menu selection is brining up.

[flexcoders] Re: Transfer Images with FDS

2006-10-09 Thread cheftimbob
bump --- In flexcoders@yahoogroups.com, cheftimbob [EMAIL PROTECTED] wrote: We have a middle layer that is responsible for storing files in a repository. We provide web services using SOAP and attachments, DIME, that allow injection and retrieval of these files, mostly TIFF images

[flexcoders] Re: Comments appreciated

2006-09-27 Thread cheftimbob
of choice (Java, C#, PHP, etc). Brian On 9/26/06, cheftimbob [EMAIL PROTECTED] wrote: I'd like to create an application that displays an image and has a couple widgets on the side. This app is to mimic putting a stamp, or annotation, on an image. I'd like to drag one

[flexcoders] Transfer Images with FDS

2006-09-27 Thread cheftimbob
We have a middle layer that is responsible for storing files in a repository. We provide web services using SOAP and attachments, DIME, that allow injection and retrieval of these files, mostly TIFF images. We're planning on utilizing Flex and FDS for various interactions. If I capture these

[flexcoders] Problem with IFrame

2006-09-27 Thread cheftimbob
I'm following one of the examples for displaying HTML in a flex application. It uses an IFrame. When I add this to my code: mx:Panel title=Content width=100% height=100% paddingTop=1 paddingBottom=1 paddingLeft=1 paddingRight=1 IFrame id=iFrame width=100% height=100%

[flexcoders] Re: Invalid Root problem

2006-09-26 Thread cheftimbob
, cheftimbob wrote: Can anyone suggest a different forum where I could get an answer for this? Have you tried the Macrodobe online forum ? -- Tom Chiverton Helping to adaptively disseminate fine-grained technologies This email is sent

[flexcoders] Comments appreciated

2006-09-26 Thread cheftimbob
I'd like to create an application that displays an image and has a couple widgets on the side. This app is to mimic putting a stamp, or annotation, on an image. I'd like to drag one of the widgets onto the image and grab the coordinates of the widget drop relative to the image. The coordinates

[flexcoders] Re: Invalid Root problem

2006-09-25 Thread cheftimbob
Ok, is there anyone working in this type of set up? How about AIX? --- In flexcoders@yahoogroups.com, cheftimbob [EMAIL PROTECTED] wrote: Just a bump so this doesn't fall off. Any experts out there with ideas? --- In flexcoders@yahoogroups.com, cheftimbob tim.mcgee@ wrote: I'm new

[flexcoders] Re: Invalid Root problem

2006-09-25 Thread cheftimbob
Can anyone suggest a different forum where I could get an answer for this? --- In flexcoders@yahoogroups.com, cheftimbob [EMAIL PROTECTED] wrote: Ok, is there anyone working in this type of set up? How about AIX? --- In flexcoders@yahoogroups.com, cheftimbob tim.mcgee@ wrote: Just

[flexcoders] Invalid Root problem

2006-09-22 Thread cheftimbob
Sorry if this shows up a second time. I posted question yesterday but don't see it yet. I'm using Flex2 IDE on my desktop PC and trying to work through the samples for FDS. I've installed FDS on WAS on AIX. The samples are work well there. I want to create a new FDS project. I get to the

[flexcoders] Invalid Root problem

2006-09-22 Thread cheftimbob
I'm new to this so please bear with me. I've installed Flex2 IDE on my desktop PC. I have installed the FDS on one of our test AIX servers running WAS 5.1. The samples applications all work. I'm working through some of the tutorials for using the data management services. When I create the