RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-02 Thread Mark Ingram
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 02 November 2007 16:08 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cannot convert Event to ResizeEvent It might be that if you set up those listeners in MXML, it is generating the wrong code. Can you make a mini-test case

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-02 Thread Alex Harui
@yahoogroups.com Subject: RE: [flexcoders] Cannot convert Event to ResizeEvent Hmm, there are no resize listeners on the system manager. There are a couple listening on the stage, but they all expect an event:Event parameter. Like I say, even when the code bases are the same, it does't work on my

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-02 Thread Mark Ingram
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 01 November 2007 18:34 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cannot convert Event to ResizeEvent You would do a search for resize not resizeEvent. It appears

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Alex Harui
Is anything listening for a resize event in either swf? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, November 01, 2007 7:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cannot convert Event to

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Mark Ingram
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 01 November 2007 16:09 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cannot convert Event to ResizeEvent Is anything listening for a resize event in either swf

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cannot convert Event to ResizeEvent Nope, I've done a search for the term ResizeEvent in all projects and I don't get a single match. I've tested it on a colleague's computer (which works fine) and the only difference between our dev boxes