ArcadeRenegade / SidebarDiagnostics

A simple sidebar for Windows desktop that displays hardware diagnostic information.
GNU General Public License v3.0
2.31k stars 201 forks source link

Persistent across virtual desktops #11

Closed addrum closed 8 years ago

addrum commented 8 years ago

More of a feature than an issue. In Windows 10 it would be nice to have the option for it to be sticky across virtual desktops (i.e. I move to another virtual desktop and it moves too, staying in the same place).

ArcadeRenegade commented 8 years ago

Could you clarify what you mean by virtual desktop?

MEGAtheguy commented 8 years ago

Windows 10 has a feature where if you hit the keyboard shortcut Ctrl + Win + D, (navigation between desktops is Ctrl + Win + Right/Left Arrow, or by clicking the task view button next to the search bar) it creates virtual desktops. http://i.imgur.com/knRePXC.png http://i.imgur.com/Ytfrfgl.png

ArcadeRenegade commented 8 years ago

Interesting. I'll try to implement it. Not sure if it's possible though. Thanks.

ArcadeRenegade commented 8 years ago

Looks like someone already made a wrapper library for win10 virtual desktop so we are in luck.

https://github.com/Grabacr07/VirtualDesktop

The question is, do you want this to be an innate feature or something that can be toggled in a setting?

addrum commented 8 years ago

Probably toggled in a setting although in the current state you end up with a blank space where the sidebar would sit that is unusable so a feature may be better.

On Fri, 29 Jan 2016 at 00:00 Ryan notifications@github.com wrote:

Looks like someone already made a wrapper library for win10 virtual desktop so we are in luck.

https://github.com/Grabacr07/VirtualDesktop

The question is, do you want this to be an innate feature or something that can be toggled in a setting?

— Reply to this email directly or view it on GitHub https://github.com/ArcadeRenegade/SidebarDiagnostics/issues/11#issuecomment-176488062 .

Adam

ArcadeRenegade commented 8 years ago

I implemented this but it doesn't seem like it's working correctly.

ArcadeRenegade commented 8 years ago

It was a bug with getting the correct OS version. This is implemented and working in version 2.2.1

addrum commented 8 years ago

Cheers, nice work.

addrum commented 8 years ago

FYI getting an error when it first trying to switch VM's but it only happens once. Once the program has been launched it works even after restarts.

image

ArcadeRenegade commented 8 years ago

Thanks. Weird behavior. I'm going to be lazy and throw it into a try catch InvalidOperationException.

ArcadeRenegade commented 8 years ago

I put in an issue with the repo I use to handle virtual desktops. Hopefully they have some insight.