Anonymous | Login | 2022-06-26 02:30 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000689 | OMNeT++ | runtime / Tkenv | public | 2013-11-18 16:26 | 2013-12-11 15:47 | ||||
Reporter | andras | ||||||||
Assigned To | andras | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 4.3.1 | Fixed in Version | 4.4 | ||||||
Summary | 0000689: Tkenv UI glitches on OS X 10.8 | ||||||||
Description | There are glitches when starting a Tkenv simulation from the terminal: - the Tkenv window comes up in the background and has no focus, it has to be brought to foreground manually - in the initial 'Choose Inifile Configuration' dialog, the OK button vibrates (is constantly re-drawn); this doesn't occur with any other dialog, nor even with the same dialog when invoked later during the program | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000828) andras (administrator) 2013-11-18 16:44 |
Observations: - adding the "raise ." command to the Tkenv startup code doesn't help - neither does "after idle {raise .}" or "after 10000 {raise .}" - the flashing of the OK button is also connected to this issue: if you delay creating the dialog (i.e. invoke it from "after 10000 ...") until the main Tkenv window is on top, the button will appear normally and will not keep flashing |
(0000841) rhornig (administrator) 2013-12-06 15:10 |
The solution is to set the window attributes to "always on top" and then remove it after a while. |
(0000854) rhornig (administrator) 2013-12-06 17:12 |
The window is no raised using the always on top attribute. |
![]() |
|||
Date Modified | Username | Field | Change |
2013-11-18 16:26 | andras | New Issue | |
2013-11-18 16:44 | andras | Note Added: 0000828 | |
2013-12-06 15:10 | rhornig | Note Added: 0000841 | |
2013-12-06 17:12 | rhornig | Note Added: 0000854 | |
2013-12-06 17:12 | rhornig | Status | new => resolved |
2013-12-06 17:12 | rhornig | Fixed in Version | => 4.4 |
2013-12-06 17:12 | rhornig | Resolution | open => fixed |
2013-12-06 17:12 | rhornig | Assigned To | => rhornig |
2013-12-11 15:47 | rhornig | Assigned To | rhornig => andras |
Copyright © 2000 - 2022 MantisBT Team |