Open Maximus5 opened 9 years ago
Thought, you may disable "Show on taskbar" checkbox on "Tabs" page.
Reported by ConEmu.Maximus5
on 2012-08-06 18:56:40
Confirmed with 120803 x64.
I disabled "Show on taskbar" and restarted ConEmu. The same behaviour occurs.
Reported by friendbobcat
on 2012-08-06 19:41:22
This is probably bug in 'Vista Switcher'. Standard Windows Alt/Win-Tab don't have this
issue.
Reported by inmate66
on 2012-08-07 18:35:59
True, the standard Alt-Tab mechanism doesn't have this problem. But I've been using
Vista Switcher for a while now, and I haven't found any other programs that experience
this problem. Also, why would the problem go away when I set and then unset ConEmu's
'Always on top' option?
Reported by friendbobcat
on 2012-08-07 18:53:10
Probably there is a bug in both apps. I think Vista Switcher developer must also be
informed about this problem.
Reported by inmate66
on 2012-08-08 16:12:53
I have reported this problem to author
http://www.ntwind.com/forum/viewtopic.php?f=4&t=2973&sid=731f2b5db9a27b91aa6025022105f6de
Reported by ConEmu.Maximus5
on 2012-08-10 05:38:30
As the Vista Switcher author didn't seem to take any action - would it be feasable to
add a ConEmu option to work around this Vista Switcher bug (e.g. by automatically doing
the "Always on top" toggle workaround)?
Reported by thecybershadow
on 2012-10-19 08:14:42
It will be possible, if I'll know the source of the problem. But I don't.
Reported by ConEmu.Maximus5
on 2012-10-19 08:44:37
Forums are currently under construction! Please use email for support: alexander@ntwind.com
Reported by ConEmu.Maximus5
on 2012-10-19 08:51:13
I don't know the source of the problem, but I know the solution:
enum ID_ALWAYSONTOP = 0xABC5;
SendMessage(h, WM_SYSCOMMAND, ID_ALWAYSONTOP, 0);
SendMessage(h, WM_SYSCOMMAND, ID_ALWAYSONTOP, 0);
You probably won't like it, but it works for me :)
Reported by thecybershadow
on 2012-10-19 17:41:06
Check new build 121124?
Reported by ConEmu.Maximus5
on 2012-11-25 01:43:39
Sorry, not fixed.
The above fix didn't always work. I added a Sleep(100) between the SendMessage calls,
and since then it's worked all the time.
Reported by thecybershadow
on 2012-11-27 01:17:09
still happens in 130104
very annoying
Reported by oleglbch
on 2013-01-06 18:18:58
Here is the program I use to work around this issue:
http://dump.thecybershadow.net/29677ee1803f640773fc6543043ce138/conemu_vistaswitcher_fixer.exe
Source: https://gist.github.com/4469536
You can put it in your startup. Note that it needs to be run as administrator to work
on ConEmu instances launched as administrator.
Reported by thecybershadow
on 2013-01-06 19:09:35
Issue 776 has been merged into this issue.
Reported by ConEmu.Maximus5
on 2013-01-22 22:44:28
Some changes was made in sources (svn updated).
Build and check, please :)
Reported by ConEmu.Maximus5
on 2013-01-22 22:45:41
Accepted
Still the same bug with 130120.
Reported by oleglbch
on 2013-01-25 19:17:11
Where I've said it was fixed in 130120?
Reported by ConEmu.Maximus5
on 2013-01-25 20:19:02
aren't dev builds based on "Some changes was made in sources (svn updated)." ?
Reported by oleglbch
on 2013-01-25 20:28:08
"svn updated" is an invitation to people who [can] build ConEmu from source to do so
and test.
Reported by thecybershadow
on 2013-01-25 20:29:04
Obviously, Dev build CAN'T provide fix that was made AFTER it was builded :D
Reported by ConEmu.Maximus5
on 2013-01-25 20:30:15
> Build and check, please :)
Seems to work, thanks!
Reported by thecybershadow
on 2013-01-25 20:36:13
New build arrived to public testing )
130128
Reported by ConEmu.Maximus5
on 2013-01-28 22:48:37
Started
Originally reported on Google Code with ID 667
Reported by
friendbobcat
on 2012-08-06 13:14:54