Allow to start our App several times

Brauchen wir, da sich die GDE meistens sträubt, sich richtig zu
zeichnen. Hiermit kann man mehrmals auf "Run" drücken, bis es
funktioniert.
This commit is contained in:
Jonny007-MKD 2013-11-29 00:53:56 +01:00
parent 4a7530d4a8
commit e244248d12

View file

@ -220,9 +220,9 @@ void CGDE_3View::OnButtonzoomfit()
void CGDE_3View::OnStartButton()
{
theApp.m_stopflag=FALSE;
if(theApp.vw->uthread==NULL)
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////if(theApp.vw->uthread==NULL)
theApp.vw->uthread = AfxBeginThread(StartGDE, &theApp, THREAD_PRIORITY_NORMAL);
else AfxMessageBox("User_main is already running\n",MB_OK);
//else AfxMessageBox("User_main is already running\n",MB_OK);
}
void CGDE_3View::OnStopButton()