RE: [flexcoders] CursorManager, PopupManager - internal state across module load?

2007-03-19 Thread Alex Harui
: flexcoders@yahoogroups.com Subject: [flexcoders] CursorManager, PopupManager - internal state across module load? Hi, I've run into an issue where, after loading a module, calling CursorManager.setBusyCursor() inside that module causes an exception (Error #1009: Cannot access a proper

Re: [flexcoders] CursorManager, PopupManager - internal state across module load?

2007-03-18 Thread Bjorn Schultheiss
You must load a reference to CursorManager and Popup Manager in your shell. ie in shell main.mxml import mx.managers.CursorManager private m:CursorManager that should fix it regards Bjorn On 17/03/2007, at 3:51 AM, david_mccraw123 wrote: Hi, I've run into an issue where, after load

[flexcoders] CursorManager, PopupManager - internal state across module load?

2007-03-16 Thread david_mccraw123
Hi, I've run into an issue where, after loading a module, calling CursorManager.setBusyCursor() inside that module causes an exception (Error #1009: Cannot access a property or method of a null object reference). The same happens with Alert.show (in PopupManager.createPopup). First I moved the se