joedf / Qonsole

A Quake-like Console Emulator written in AutoHotkey.
http://qonsole-ahk.sourceforge.net/
MIT License
87 stars 15 forks source link

Windows Taskbar #3

Closed gkaravidas closed 7 years ago

gkaravidas commented 7 years ago

Hello! I'm using a lot your Qonsole and I really like the ease it gives me on my work, though I have a small problem and I don't know if it should be written here, as an issue, or elsewhere.

Anyway, the thing is that I am used to position the windows taskbar on the top of the screen and not on the bottom, as it is by default. For this reason the Qonsole is behaving a bit strange. Maybe a good solution would be to have a setting where to choose the margin from the top/bottom of the screen. In that way I could position the Qonsole immediately under the taskbar and problem solved! What do you think?

Thanks for your time

joedf commented 7 years ago

So a "vertical margin" option? I could add that, no issue. :) If you could also provide a screenshot, it would be easier for me to visualise it. 👍

gkaravidas commented 7 years ago

Well of course I can give a screenshot, though it's not very clear what the problem is. If you notice, you can see the taskbar covering part of the Qonsole on the top.

screenshot 1

joedf commented 7 years ago

I see qonsole seems to appear behind the taskbar... Usually, it is in front of it (set as AlwaysOnTop). Hmm...

joedf commented 7 years ago

Hopefully, this new release is satisfactory. :)

Qonsole v1.4.4

gkaravidas commented 7 years ago

It's not perfect, or well polished, f.e. the animation in the beginning makes the qonsole pass in front of the taskbar, since it starts from the top of the screen and it looks a bit ugly, but it does the trick and it works fine.

Thanks joedf!