|
Post by leet on Feb 14, 2020 9:00:01 GMT -8
It's makes sense it doesn't work on Win8 because it currently uses fixed API calls which are only available in Win10
So no: it's not the same error
I'll test the icons you told me about to see what Visual Studio has to say about it.
|
|
|
Post by The Jackal on Feb 14, 2020 12:06:58 GMT -8
It's makes sense it doesn't work on Win8 because it currently uses fixed API calls which are only available in Win10
So no: it's not the same error
Okay, sorry 'bout that. I installed a W10 1709 VM, and it doesn't work in that either. No error, just silent crash. My main system is LTSB 2016, so is it possible that it only doesn't work on these earlier builds? That'd be a shame.
|
|
|
Post by leet on Feb 15, 2020 4:57:12 GMT -8
It's IVirtualDesktopManager. I thought this was an API released in Win10 RTM
I really can't speculate anything without you testing it with Visual Studio. I'm going to try it on a couple more Win10 systems I have to see if I can reproduce it.
|
|
|
Post by The Jackal on Feb 15, 2020 19:44:27 GMT -8
EDIT: Sorted it out. Ignore this post, see the one below.
|
|
veselcraft
Freshman Member
Posts: 46
OS: Windows 10 LTSB
Theme: Win 2k
|
Post by veselcraft on Feb 15, 2020 23:07:55 GMT -8
eeh... that dll is only for software, not needed to register them in system. also, just edit pathes in .csproj file with any text editor, like sublime text or visual studio code
|
|
|
Post by The Jackal on Feb 16, 2020 1:56:08 GMT -8
I figured out why it was crashing for me: I tried building the version you had up on Github, and long story short, it downloaded all kinds of stuff that were needed. Tried to build it, got errors, but the nightly build now works. Sorry for the runaround, I thought I had everything installed already.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Feb 16, 2020 18:20:44 GMT -8
Is this compatible with dual monitor setups?
|
|
|
Post by leet on Feb 16, 2020 22:40:05 GMT -8
I figured out why it was crashing for me: I tried building the version you had up on Github, and long story short, it downloaded all kinds of stuff that were needed. Tried to build it, got errors, but the nightly build now works. Sorry for the runaround, I thought I had everything installed already. No problems! I’ll edit the main post to specify you need the C++ runtime (Imma check what version) AND .NET 4.7.1
|
|
|
Post by leet on Feb 16, 2020 22:41:15 GMT -8
Is this compatible with dual monitor setups? Not fully. Currently it will just display a taskbar on the primary monitor. And the other monitors will just have a standard windows taskbar
|
|
|
Post by daemonspudguy on Feb 25, 2020 17:05:11 GMT -8
What C++ Runtime do you need?
|
|
|
Post by leet on Feb 26, 2020 6:14:26 GMT -8
|
|
Baloo
Freshman Member
Posts: 58
|
Post by Baloo on Mar 6, 2020 8:06:30 GMT -8
Is this currently worth using yet over the ReactOS Taskbar running from AHK scripts? Between the start button overlay and the quick start icons, I've been very pleased with how it works. Granted, I'm also still on Windows 10 1803 though, which I know is going on 2 years old and is getting a little long in the tooth. I don't want to see my explorer menus get destroyed in 1903 though.
|
|
|
Post by leet on Mar 6, 2020 9:19:43 GMT -8
Is this currently worth using yet over the ReactOS Taskbar running from AHK scripts?. No, tray doesnt work yet so I wouldnt use this as a daily driver yet
|
|
|
Post by daemonspudguy on Mar 8, 2020 13:07:11 GMT -8
I can't even launch it. I have VCREDIST and .NET Framework x64 installed and it just crashes silently.
|
|
|
Post by leet on Mar 8, 2020 13:21:22 GMT -8
Well, I can't really help you at all without you debugging in VS yourself. I can't do that for you :/
|
|
|
Post by powerplayer on Mar 30, 2020 6:39:19 GMT -8
Current plans to add the show/hide desktop? add the usewin32clocktrayexperience reghack like startisback is doing now? On another note it is amazing You did more then the reactos developers have done since 2008 they are wankers , maybe send them the code they need to clean up reactos explorer www.windowssiam.com/wp-content/uploads/2016/05/Wireless-Windows-7.png add the win7 wifibar?
|
|
|
Post by leet on Mar 30, 2020 23:27:43 GMT -8
Before doing anything, I need to make whats currently there work better
|
|
|
Post by leet on Apr 25, 2020 8:48:55 GMT -8
Some things actually happened:
1. I edited the project files so that both the x86 and x64 versions can be compiled 2. When SCT Taskbar starts, it automatically changes the screen working area so you don't get a 2px gap 3. I've fixed the system tray, so now it actually works 4. I've fixed most random crashes (also added a crash report dialog) 5. Now, when you select a window on the taskbar the text will become bold and the background will be lighter to indicate that's the selected window
|
|
|
Post by The Jackal on Apr 26, 2020 5:51:18 GMT -8
Some things actually happened: 1. I edited the project files so that both the x86 and x64 versions can be compiled 2. When SCT Taskbar starts, it automatically changes the screen working area so you don't get a 2px gap 3. I've fixed the system tray, so now it actually works 4. I've fixed most random crashes (also added a crash report dialog) 5. Now, when you select a window on the taskbar the text will become bold and the background will be lighter to indicate that's the selected window Just tried it. Massive improvement, I had no issues (except the icons on the taskbar looking a little bit fuzzy). You've done a fantastic job. Keep it up. 👍
|
|
pietr
Freshman Member
Posts: 29
|
Post by pietr on Apr 26, 2020 6:15:51 GMT -8
I dunno, but it doesnt work for me. I have installed all redists with net framework 4.8. edit : if I compile it using Visual Studio it could fix all problems, because I maybe don't have sth installed? Using 20H1.
|
|