[flexcoders] Flex and Flash 9 movies in Firefox

2008-06-18 Thread Michelle Grigg
Hi guys! I'm perplexed. I have a Flex 2 application that runs a little Flash 9 movie within it at one point. This SWF requires user interaction in the form of typing a letter into a textbox. Strange things occur in Firefox when, once you get to the frame with the textbox (focus is set to it so

[flexcoders] Re: RangeError on SWFLoader

2007-04-17 Thread Michelle Grigg
on the SWFLoader. You won't be able to trap the error as it occurs in an event handler. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michelle Grigg Sent: Monday, April 16, 2007 6:37 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: RangeError on SWFLoader

2007-04-16 Thread Michelle Grigg
the error in a try block. You should be listening for error events on it instead. From: Michelle Grigg [EMAIL PROTECTED] Date: 2007/04/13 Fri AM 09:05:56 CDT To: flexcoders@yahoogroups.com Subject: [flexcoders] RangeError on SWFLoader Greetings, I have been haunted by these fricken

[flexcoders] Re: RangeError on SWFLoader

2007-04-16 Thread Michelle Grigg
to be able to catch the error in a try block. You should be listening for error events on it instead. From: Michelle Grigg [EMAIL PROTECTED] Date: 2007/04/13 Fri AM 09:05:56 CDT To: flexcoders@yahoogroups.com Subject: [flexcoders] RangeError on SWFLoader Greetings, I have been

[flexcoders] Re: RangeError on SWFLoader

2007-04-16 Thread Michelle Grigg
contentHolder. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michelle Grigg Sent: Monday, April 16, 2007 4:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RangeError on SWFLoader Okay, I stand corrected. I added

[flexcoders] RangeError on SWFLoader

2007-04-13 Thread Michelle Grigg
Greetings, I have been haunted by these fricken #2006 RangeErrors since the start of my project though I've been able to fix all but one. I have a SWFLoader throwing a RangeError, and I can't seem to catch the damn thing. The irritating thing is that it's also a very intermittent bug so I have

[flexcoders] togglebuttonbar and styles

2007-01-08 Thread Michelle Grigg
Greetings, I have a toggle button bar where some buttons need to be styled one way, and the rest styled another (ie, first 4 in a bar of 10 must have a blue background, while the rest should be yellow). The problem is, even though these styles are getting applied to the button (I've verified

[flexcoders] commands and delegates

2007-01-02 Thread Michelle Grigg
Hi all, I have an app that will need to send some candidate responses back to the server upon completion of a test. This functionality needs to be as robust as possible, and handle such problems as timeouts if the network comms can't access the server etc. In the event of such things, I'd like

[flexcoders] Login Example - Cairngorm 2.1?

2006-11-15 Thread Michelle Grigg

[flexcoders] A navigation question.. best practise?

2006-11-06 Thread Michelle Grigg
Greetings, I am having a bit of a problem working out exactly how to navigate through my application which will be using the Cairngorm 2 architecture. It currently has the following views: a Login page, a Task List, a Task and a Finish page. The task list can have any where up to 8 tasks