#2256 closed defect (fixed)
Disable interactive button
Reported by: | Martin Sjölund | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: | Willi Braun |
Description
The interactive simulation button is shadowed out on the current builds, which is bad (it suggests it is possible to do interactive simulations).
Also, on OSX the tab is not even shadowed out!
Change History (13)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Not disable. Should not be visible until it is enabled. It takes up tons of space and people wonder how to enable it...
follow-up: 5 comment:4 by , 12 years ago
I thought we wanted to reactivate „interactive simulation“ instead of hide the button. Willi said in the last OMDev meeting it is working as before …?!
Or is the integration not finished and interactive simulation is only working in command line mode? But there was already an (more or less) working interactive simulation integration in OMEdit, or not?
comment:5 by , 12 years ago
Replying to lochel:
I thought we wanted to reactivate „interactive simulation“ instead of hide the button. Willi said in the last OMDev meeting it is working as before …?!
Or is the integration not finished and interactive simulation is only working in command line mode? But there was already an (more or less) working interactive simulation integration in OMEdit, or not?
The last time I checked interactive simulation was not working even from command line. I sent an email to Willi about it but never heard anything back from him. However, even if it is working we still need time to add a support for it in OMEdit.
comment:7 by , 12 years ago
Cc: | added |
---|
follow-up: 13 comment:8 by , 12 years ago
We even test the interactive simulation on both Linux and Windows as far as I know, so I don't know why the button is disabled. Have you tried recently Adeel?
comment:9 by , 12 years ago
No we don't. It was disabled because the tests never lined up properly. It needs 100% chance of success if we should have it.
comment:11 by , 12 years ago
Oh I tried to fix it, and then killed it in r15385 as it just would not work on all machines. The messages do not arrive in the same order every time.
comment:12 by , 12 years ago
But that's fine as that's classic to threading.
Is hard to test, however, it does seem to work just fine.
comment:13 by , 12 years ago
Replying to adrpo:
We even test the interactive simulation on both Linux and Windows as far as I know, so I don't know why the button is disabled. Have you tried recently Adeel?
Just tried it with the trunk version and the result is same. It halts after 1 second. We should fix it first before supporting it in the GUI.
The tab is disabled. MainWindow.cpp:193.
It could be the Qt issue. I can't do anything else to make is disable.