shutup7742
Newbie
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?
"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?