RES: [flexcoders] Re: code out of sync with flash builder

2011-11-09 Thread TGI
I had the same problem some time ago. I remember that I erase some files and got things fixed. See if help: cd c:\users\\Adobe Flash Builder 4.5 del *.cache /s De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Em nome de Wouter Schreuders Enviada em: quarta-feira,

RE: [flexcoders] Errors during build - ASDoc Configuration

2011-11-09 Thread Merrill, Jason
Thanks Alex - I disabled ASDoc and the problem has gone away. Appreciate the idea, it worked. However, now I need to figure out how to get the ASDoc compiler set back up again properly - but I'll tackle that later. Jason Merrill Instructional Technology Architect II Bank of America Global Lea

Re: [flexcoders] Errors during build - ASDoc Configuration

2011-11-09 Thread Alex Harui
Not sure, I was just trying to narrow down your request. It appears that it might be kicked off from the External Tools configs? On 11/9/11 12:00 PM, "Merrill, Jason" wrote: I’m fine with disabling the ASDoc tool. How would I do that? From: flexcoders@yahoogroups.com [mailto:flexcode

RE: [flexcoders] Errors during build - ASDoc Configuration

2011-11-09 Thread Merrill, Jason
I'm fine with disabling the ASDoc tool. How would I do that? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Wednesday, November 09, 2011 11:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Errors during build - ASDoc Configuratio

[flexcoders] Flex3 TLS/HTTPS

2011-11-09 Thread [p e r c e p t i c o n]
Hi All, I'm trying to call a REST webservice that exists on the same server i've serving the swf from. when I run it locally all is fine, or if my swf is on another server it'll access it, but if the swf is on the same server as the webservice app it fails with an unknown error (500 - which could

Re: [flexcoders] Errors during build - ASDoc Configuration

2011-11-09 Thread Alex Harui
I assume you want the ASDoc tool to run and don’t want to just disable it? You might try the Adobe Flash Builder forum. On 11/9/11 7:37 AM, "Merrill, Jason" wrote: It happens every other time no matter what I do. I have cleaned the project, re-started Flash Builder, re-started my lapto

Re: [flexcoders] Re: code out of sync with flash builder

2011-11-09 Thread Wouter Schreuders
well I am running windows 7, but I sure as hell am not going back to XP :D Did you have to go through this process every time you debug? or only when encountering the problem and then it would solve it for a while? On 8 November 2011 16:40, Hans Goeckel wrote: > ** > > > ** > I've had a similar

RE: [flexcoders] Errors during build - ASDoc Configuration

2011-11-09 Thread Merrill, Jason
It happens every other time no matter what I do. I have cleaned the project, re-started Flash Builder, re-started my laptop. And it's always every other time, not just the first, but the first, third, fifth, seventh builds, etc. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.

RE: [flexcoders] Calling flex from JavaScript wrapper

2011-11-09 Thread Bill Brutzman
In this little login program, I am able to determine the user’s department ok but am having trouble binding this dept data to a url launch string. Portions of the program follow. Help would be appreciated. --Bill

Re: [flexcoders] Re: Replacing double slash with a single slash

2011-11-09 Thread Nick Middleweek
Hi Valdor, Thanks for the reply, I've just tried this code but no joy... :( var doubleSlash : RegExp = //g; var slash : RegExp = //; winMessage = winMessage.replace( doubleSlash, slash ); I'm sure it's easy when you know how :) Nick On 8 November 2011 19:24, valdhor wrote: > *