PikeNote / taskbar-groups-pike-beta

Lightweight application that lets users create and pin groups to the Windows taskbar och desktop
MIT License
126 stars 9 forks source link

Exe File Missing #20

Closed bbacle closed 1 year ago

bbacle commented 2 years ago

The main exe file is missing from the project & is not in the zip file.

JohnLGalt commented 2 years ago

The .ZIP file under releases is the Source code - in other words, use that to compile it yourself. If you want the application, download the .exe file.

bbacle commented 1 year ago

Tell me where the releases folder is, because it is not there. And I have run the .exe file, but all it does is sit in my bottom right hand place next to my time & date. Then when I right click on it, all there is is an exit.

PikeNote commented 1 year ago

https://github.com/PikeNote/taskbar-groups-pike-beta/releases

The .exe that runs in the background does that.

bbacle commented 1 year ago

What does it do? I haven't seen anything that it does. Maybe I'm stupid or something, but I can't get it to do anything.

PikeNote commented 1 year ago

In releases, the main .exe allows you to create the groups/shortcut groups as described by the pictures/program. The background .exe facilitates that by actually showing the groups that you made when you click on a shortcut the program makes.

To make a group, click create group on the main application .exe in that release and add shortcuts/programs you want. Then click on the group (outside the edit group button) to open the file location of the shortcut it generates. Pin it anywhere you want and when you click it, a shortcut group should pop up.

bbacle commented 1 year ago

Nothing comes up on my screen to do any of that. All I have is the icon in the bottom lower right & nothing more. I haven't been able to get it to work properly. So I can't create anything. Thanks for responding.

From: Bob Bacle @.**@.>


From: Pike @.> Sent: Monday, December 12, 2022 7:54 PM To: PikeNote/taskbar-groups-pike-beta @.> Cc: bbacle @.>; Author @.> Subject: Re: [PikeNote/taskbar-groups-pike-beta] Exe File Missing (Issue #20)

In releases, the main .exe allows you to create the groups/shortcut groups as described by the pictures/program. The background .exe facilitates that by actually showing the groups that you made when you click on a shortcut the program makes.

To make a group, click create group on the main application .exe in that release and add shortcuts/programs you want. Then click on the group (outside the edit group button) to open the file location of the shortcut it generates. Pin it anywhere you want and when you click it, a shortcut group should pop up.

— Reply to this email directly, view it on GitHubhttps://github.com/PikeNote/taskbar-groups-pike-beta/issues/20#issuecomment-1347591007, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABHVGBYXRU62UTBILRT3EADWM7CMRANCNFSM5TRGCQ5Q. You are receiving this because you authored the thread.Message ID: @.***>

PikeNote commented 1 year ago

Open up a new issue and detail your system specifications and PC. May help to narrow it down. Also specify if you are on a x32 or x64 system.

You can find all the information in Windows Key -> System Information

JohnLGalt commented 1 year ago

Windows 11 22H2 - if I use last year's Alpha release the main program window loads every time. But since I started testing the newly compiled one you gave me about 50% of the time I click on the executable and all I get is a system tray icon as well. I have to kill it and click on the executable again.

I think the main program window is simply not displaying correctly on the Windows 11 desktop.

Windows 11 Pro x64 22H2 (OS Build 22621.900)

PikeNote commented 1 year ago

That is odd. Testing the linked build I gave above seems to work fine on Windows 11 for me without the tray issue. Windows 11 Home x64 Version 10.0.22621 (22H2) Build 22621.

JohnLGalt commented 1 year ago

I wonder if it is something else interfering then.

Since you gave the new build in the other issue thread, I'll test with that and report back here on this particular issue.