rojarsmith / TrayToolbar

Provide the replacement of add new toolbar function that was cancelled in windows 11
81 stars 1 forks source link

When i click on a file nothing Happens #3

Closed Grisu70 closed 2 years ago

Grisu70 commented 2 years ago

Hi, i click on the tray icon, i see the menu, but nothing happens when i click on any file whatever type it is. if i click on the folder, the folwer will open.

Fabrizio

rojarsmith commented 2 years ago

May you try click the .txt file ? Not work ?

I click the readme.txt and the 3rd party software open the .txt file.

rojarsmith commented 2 years ago

There is few type file that not supported currently : .vhdx encrypted by bitlocker

Grisu70 commented 2 years ago

Hi, I try to open rdp files..  or lnk file.

I created a .txt file and it does not open as well

Fabrizio

Il 28/10/2021 07:56, Rojar Smith ha scritto:

There is few type file that not supported currently : .vhdx encrypted by bitlocker

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rojarsmith/TrayToolbar/issues/3#issuecomment-953525256, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFHWYTISJMN2RZODQTE6XMTUJDQXFANCNFSM5G3FVO2Q. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

rojarsmith commented 2 years ago

"I created a .txt file and it does not open as well"

Please try this according your description :

Open Command Prompt, typing "cmd" to test the command work fine or not :

Screenshot 2021-10-28 190858
Grisu70 commented 2 years ago

Hi, i confirm that from cmd i can open directly .ini files .lnk files .txt files .rdp file

but i have understood the problem ... if the path or file contains any space it does not work

so for example C:\TrayToolbar!!FreeLaunch\Programmi\New text document.txt is not working while C:\TrayToolbar!!FreeLaunch\Programmi\Newtextdocument.txt is working

when you try to run it from code ... probably you need to run with " " "C:\TrayToolbar!!FreeLaunch\Programmi\New text document.txt"

B. regards Fabrizio

Il 28/10/2021 13:12, Rojar Smith ha scritto:

"I created a .txt file and it does not open as well"

Please try this according your description :

Open Command Prompt, typing "cmd" to test the command work fine or not :

Screenshot 2021-10-28 190858 https://user-images.githubusercontent.com/10322636/139244470-757a11f6-c4e0-44db-ae75-7020fc506d49.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rojarsmith/TrayToolbar/issues/3#issuecomment-953745161, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFHWYTLLVCWY3QEUIIFZDQ3UJEVZZANCNFSM5G3FVO2Q. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

rojarsmith commented 2 years ago

Wow, space bug ?! I will check it. Thanks !

rojarsmith commented 2 years ago

Fixed.