When I add the miner to the stage and display it, I am finding it covers the whole screen, for example when I show the console. Then I am not able to click on anything else in my application.
I would love to have the miner open, with the console open, but possibly in a secondary window (popup or native window). This way I can still use my application, and watch the miner at the same time. How do I do this?
Currently, in my main application/window I am doing this (per the instructions on the site):
theMiner = new TheMiner();
stage.addChild(theMiner);