0

I would appreciate a piece of advice. I have a GUI application. I am able to listen to events (answers from a geodetic instrument) when there is a process running in my application (e.g. measurement). But how to listen to events when the application is idle (no matlab activity currently active, no function running, no button pressed). Is there a function (to where write definition of listening to events) which is active when aplication window rises (program starts) and active until it is closed?

4

1 に答える 1

0

答えは、リスナーをハンドル構造に保存する必要があるということです。次に、イベントのリッスンは、関数内だけでなく、アプリケーションでアクティブなプロセスがない場合の「関数間」でもアクティブになります。これが誰かに役立つことを願っています。

于 2013-08-21T14:33:53.417 に答える