March 25th, 2011, 07:44 PM
|
#1 (permalink)
|
|
Junior Member
Join Date: Feb 2011
Location: here
Posts: 15
Device(s): Droid
Thanks: 0
Thanked 0 Times in 0 Posts
|
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(SoftwarePassi onView.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?
|
|
|