我有这个代码:Threadthread=newThread(null,vieworders,"MagentoBackground");thread.start();m_progressDialog=ProgressDialog.show(SoftwarePassionView.this,"Pleasewait...","Retrievingdata...",true);这会产生以下编译错误:NoenclosingInstanceofthetypeSoftwarePassionViewisaccessibleinscope这是怎么引起的,我该如何解决? 最佳答