06-30-2008 08:41 AM
06-30-2008 09:52 AM
07-01-2008 01:23 AM
07-01-2008 05:28 AM
07-01-2008 06:05 AM
Ok, it was a bit misleading.
That it jumps in 6 second intervals is ok, its just as information. And the stop button shall only stop the current process (stabilizing) and return the application to the wait state.
The Problem is, that during the process it "locks" th whole interface, so i cant use any text boxes, click any drop down menus, i cant even use the x button from the window, and, what the main problem is, i cant click the stop button.
07-01-2008 06:13 AM
07-01-2008 06:16 AM
07-01-2008 06:23 AM
07-01-2008 06:26 AM
Yes, i said already that i couldnt reproduce the problem in the smaller example. I just posted it that you have an idea of the architecture im using.
Do you have any ideas what it could be other than the things in this example ?
07-01-2008 07:16 AM
Ok, i was able to reproduce the problem now in the smaller program. I used an event structure to start it. Seeing this now, i may be able to bypass the problem, nevertheless it would interest me why it doesnt work this way, or maybe if im the only one where it doesnt works. Attached is the new version of the test application.