Corey Womack
Corey Womack
I was wondering why I couldn't get air to work properly on my Windows PC. @makiuchi-d Thanks, that's a decent workaround for now. Had to change mine from `full_bin =...
I just recently tried making an Installer though I'm having trouble getting the file associations set. When you set a default program for a file type (eg: .jpg) it seems...
There's the `-taskbarIcon` command which you can use as a launch argument or custom action. If you make a custom action you can either bind it to a button or...
Those parameters are correct and should work. Does it work if you go to settings, create a custom action with that parameter then activate it with the context menu /...
I don't have a machine with Windows 7 on it so I wouldn't be able to test it. The project's open source so you could have a go if you...
Nice! Maybe when adding the fix there should be a OS check so it only does those extra commands if on Windows 7 or older. Something like this: ```c# bool...
Yeah, that's something that's possible. How would multiple images work though? wouldn't the backgrounds start to stack? One way I can think of is that there would need to be...
I've been using Windows 11 for a while and haven't encountered any problems with vimage. Not sure about the issue with a non-admin user. I've never tested as a non-admin...
I did some googling and it seems like this issue might not have to due with that dll not being found; but rather one of it's dependencies. I used [this...
I tried replacing the sfml dlls in the repo with the SFML.Net nuget package. There were some errors due to changes so I fixed them as well. https://github.com/Torrunt/vimage/compare/master...sfml-nuget See if...