: 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
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
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
3 matches
Mail list logo