Changes between Initial Version and Version 1 of Ticket #41, comment 12


Ignore:
Timestamp:
Jan 26, 2018, 9:18:01 PM (6 years ago)
Author:
Gregg Young
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41, comment 12

    initial v1  
    33Since the windows list never signals lSwitcher that the window is gone the remove code is never called leaving the button. When the buttons are updated the lack of information in the switch list removes the menus, icon etc. I need to determine what is left of the button so I can call the remove code(using the switch list isn't possible). This is probably best done with an enumeration of the button windows. The problems are how to identify the phantom and where to put the enumeration (?timer check every 1 sec?). Repeatedly checking this would be expensive but I don't see what signal I can look for. I could also do this every time the update code runs (also expensive).
    44
    5 The workaround is to add known problem windows (mplayer.exe & cppcheck-gui) to the exclude lists.
     5The workaround is to add known problem windows (mplayer.exe & cppcheck-gui.exe) to the exclude lists.