I have this code:
Thread thread = new Thread(null, vieworders, \"MagentoBackground\"); thread.start(); m_progressDialog = ProgressDialog.show(SoftwarePassion
You are trying to get this for the enclosing class, which would work if you were inside an anonymous class, but I'm guessing this is not the case.
this
Please read http://mindprod.com/jgloss/this.html