Vibex / qt

A minimalistec, plugin based WM written in AHK.
20 stars 1 forks source link

Explorer plugin stops working #2

Open xMez opened 10 years ago

xMez commented 10 years ago

The explorer plugin only works one time, after that the taskbar stays displayed.

Vibex commented 10 years ago

Did you add the toggleBar(Position, Size) command to your config file? It properly works on my end.

xMez commented 10 years ago

Yea, I've added that. toggleBar(2, 20)

Vibex commented 10 years ago

I just retested it on my system, using a fresh downloaded version, not the beta one, and it works fine. Try re-downloading it and see if that works.

xMez commented 10 years ago

Nope, still doesn't work. I can use the hotkey once but after that it doesn't do anything.

Vibex commented 10 years ago

Is your taskbar the windows 7 taskbar, or the windows Classic taskbar? I only ever tested it on a windows classic taskbar, so there might be a difference.

xMez commented 10 years ago

It's the windows Classic taskbar.

Vibex commented 10 years ago

I'll keep looking into it, but I can't seem to replicate the bug on my end.

xMez commented 10 years ago

I tried to replicate the bug myself on my desktop but I wasn't able to, It only happenes on my laptop.

Vibex commented 10 years ago

Can you use the window spy util (right click on the qt tray icon) and click on your taskbar and tell me what it says the ahk_class is. It should say Shell_TrayWnd.

xMez commented 10 years ago

Yup, Shell_TrayWnd.

Vibex commented 10 years ago

I have no idea why it wouldn't work on your laptop. I'll keep trying to figure it out, but I'm running out of ideas.

xMez commented 10 years ago

Made a ghetto fix by creating two new files one for show and one for hide and launched them from the original Explorer plugin. It works and I have no idea why. EDIT: Just noticed that it only works as long as you haven't done anything else. EDIT2: Kind of fixed it by putting the hotkey directly in the main.ahk and not importing the settings from the configs and instead just writing them in directly. The hotkeys still lauch separate scripts though.

Vibex commented 10 years ago

That will work for now, but I'll keep looking for a less janky fix.