Closed GoogleCodeExporter closed 8 years ago
theMonkey is a reference to the currently running FlexMonkey instance (ie, the
FlexMonkey window), so we can't just initialize theMonkey to an instance we
create
statically.
Original comment by stuinbou...@gmail.com
on 17 Nov 2008 at 11:10
But this will keep a unique instance, like it is done now.
Instead of creating the instance using PopupManager.createPopUp(), I initialize
the
static theMonkey (which now is a const, so is not changeable).
Well, this was the way I found to made possible to add event listeners to
theMonkey
Original comment by velo...@gmail.com
on 18 Nov 2008 at 12:14
Done.
Original comment by stuinbou...@gmail.com
on 18 Nov 2008 at 2:16
Original issue reported on code.google.com by
velo...@gmail.com
on 17 Nov 2008 at 1:56