• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps no enclosing instance of the type

Please help me out I have this code and it keeps giving me this error :

"No enclosing Instance of the type SoftwarePassionView is accessible in scope"
here is the code its giving me the error on:

Thread thread = new Thread(null, vieworders, "MagentoBackground");
thread.start();
m_progressDialog=ProgressDialog.show(SoftwarePassionView.this,
"Please wait...", "Retrieving data...", true);
I think this is more of a Java problem from what I have been reading. Is there a quick fix?
 
Back
Top Bottom