DonationCoder.com Forum

DonationCoder.com Software => Coding Snacks => Post New Requests Here => Topic started by: vevy on October 02, 2020, 04:31 AM

Title: IDEA: Context Menu Buttons (shellex)
Post by: vevy on October 02, 2020, 04:31 AM
Hi,

I have known about this place for years, and a friend advised me that this is a good place to present this request.

I have always wanted something like this:

[ You are not allowed to view attachments ] from this [ You are not allowed to view attachments ]

Instead of a line for each app/function, use the horizontal space!

Something speedy which the user can customize the buttons and command.

Existing examples:
Similar "rows of buttons" exist in other systems, even Office AND I remember a shell extension on Windows that had media control buttons to preview audio files from the context menu. That was a long time ago.
[ You are not allowed to view attachments ] [ You are not allowed to view attachments ] [ You are not allowed to view attachments ]


You can see many shellex efforts out there, for example here (http://www.snapfiles.com/screenshots/acadpvi.htm) and this old tool (https://web.archive.org/web/20060306172644/http://www.mitec.cz/sep.htm) by Michal Mutl (mitec.cz (http://mitec.cz)):

[ You are not allowed to view attachments ] [ You are not allowed to view attachments ]

So, anyone with the chops? (https://www.donationcoder.com/forum/esmileys/gen3/3Smileys/cool.gif)
Title: Re: IDEA: Context Menu Buttons (shellex)
Post by: skwire on October 02, 2020, 10:00 AM
Cool idea and mockup.  :)  Unfortunately, with standard Windows menus like Explorer uses, I do not think this is possible.  Microsoft Office does not use standard Windows menus, hence its ability to do what you see in that screenshot above.
Title: Re: IDEA: Context Menu Buttons (shellex)
Post by: vevy on October 02, 2020, 02:58 PM
Cool idea and mockup.  :)  Unfortunately, with standard Windows menus like Explorer uses, I do not think this is possible.  Microsoft Office does not use standard Windows menus, hence its ability to do what you see in that screenshot above.

Thanks. Yeah, I was just using Office as an example of the concept.

Which part you think is not possible? Shellex items can have different height and contents than regular shell items. Submenus aside, is there really no method or technique for making multiple clickable items in a shell extension object? Sorry if I am out of my depth.

I know memory can play tricks, but I do remember an explorer addon which let you at least play/pause audio from the context menu some 15 years ago.
Title: Re: IDEA: Context Menu Buttons (shellex)
Post by: publicdomain on May 08, 2022, 08:34 PM
This is a case of both gentlemen having a good case!

Since the standard menu has been ruled out, a custom context menu "hooked" to the mouse may prove to be the way :)

Vevy's idea can turn into a very useful release! Definitely deserves having time devoted for a workaround.