Prev: moving average code going slow
Next: matrix
From: andandgui isler on 5 Jun 2010 12:41 code is in while(true) loop and in some parts of code - if conditions right - gui will be opened..The code is wait there and after the gui pushbutton selection from user , the code will countinue. anyone knows or any idea how can i do that ?
From: Walter Roberson on 5 Jun 2010 13:26 andandgui isler wrote: > code is in while(true) loop and in some parts of code - if conditions > right - gui will be opened..The code is wait there and after the gui > pushbutton selection from user , the code will countinue. > anyone knows or any idea how can i do that ? see uiwait() and waitfor(). The two are fairly similar; uiwait has the advantage of allowing the programmer to specify a timeout.
|
Pages: 1 Prev: moving average code going slow Next: matrix |