[flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-20 Thread wiley_jacobs1
I have spent the last two days working on this issue. I have narrowed it down that the SystemManager isn't able to register the application. It runs the preloader fine in both the release player and the debug, although when it tries to pass this: document = app = topLevelWindow =

[flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-17 Thread wiley_jacobs1
I do get compiler warnings...just no type declaration for several things: Severity and DescriptionPathResourceLocation Creation Time Id 1008: parameter 'txt_str' has no type declaration. metasoft.console_7- 15/src/productsView ProductFilterPanel.mxml line 967

[flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-16 Thread wiley_jacobs1
I'm having he same issue, it's been going on for 6 months. For me, the loader doesn't even come up with the regular player, it's just the blue background background. Does anybody have a solution for this? The debug player works fine although that would be mean that I have to make sure that

Re: [flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-16 Thread Tom Chiverton
On Wednesday 16 Jul 2008, wiley_jacobs1 wrote: I'm having he same issue, it's been going on for 6 months. For me, the loader doesn't even come up with the regular player, it's just the blue background background. Does anybody have a solution for this? The debug player works fine And there

RE: [flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-16 Thread Tracy Spratt
Also have you tried any of the suggestions folks have made? Starting by putting an Alert.show in the Application initialize event? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, July 16, 2008 6:05 AM To:

Re: [flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-16 Thread Sherif Abdou
I don't know what this thread is exactly on since my i cant find the first message but I have gotten this a couple of times, Basically it is either a loop that never finishes or you keep calling any of the invalidation methods over and over again. For example, for some reason i over ridden the

Re: [flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-06-25 Thread Tom Chiverton
On Friday 20 Jun 2008, Alex Harui wrote: Another approach is to comment out code until you get the app to appear and see what the code made the difference. Or scatter Alert.show() through out the code and find out when they stop appearing. This is one case where having the most recent Alert on

[flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-06-20 Thread julian.leach
We are experiencing the same issue. We don't get errors when viewing in the standalone debug player, the screen is blank in the standard player. Andrea: did you get to the bottom of your problem? Any other suggestions gratefully received. Thanks in advance Julian --- In

RE: [flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-06-20 Thread Alex Harui
Another approach is to comment out code until you get the app to appear and see what the code made the difference. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of julian.leach Sent: Friday, June 20, 2008 10:27 AM To:

[flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-06-05 Thread Tracy Spratt
If it is a security problem, It will work fine under Flex Builder on your dev machine, but not when served from a webserver, like when tested on a coworker's machine. My suggestion is to be sure your have run it from a Web server, using a debug player, which is the only way to see the security