Custom button: Command with caption (e.g. "Recent";#539) not running directly anymore. How to fix/update the syntax?

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Custom button: Command with caption (e.g. "Recent";#539) not running directly anymore. How to fix/update the syntax?

Post by cadu »

Hi.
Considering a "custom button", after recent XYplorer update, the syntax I was used to applying ins't running directly anymore when the button is pressed.
For instance:

Code: Select all

"Recent";#539
After a recent XYplorer update, pressing the button with the command above (following screen-recording), there is a pop-up list with the command caption instead, from which I need to perform a second mouse click to run the command.

Before, using the mentioned syntax would trigger the command directly, without the pop-up list.

If I remove the caption "Recent", leaving only #539, the command runs directly.

Code: Select all

#539
But I do like to use captions.

I imagine some internal change has happened in XYplorer "custom button" syntax.

Is there a new syntax I could use to run directly a command (1 mouse click), keeping the caption typed beside a command?

Thank you!

Custom button - Command with caption not running directly anymore.gif
To see the attached files, you need to log into the forum.

admin
Site Admin
Posts: 66631
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Custom button: Command with caption (e.g. "Recent";#539) not running directly anymore. How to fix/update the syntax?

Post by admin »

Just add a final ";": "Recent";#539;

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: Custom button: Command with caption (e.g. "Recent";#539) not running directly anymore. How to fix/update the syntax?

Post by cadu »

admin wrote: 03 May 2022 09:52 Just add a final ";": "Recent";#539;
Solved!
Thank you very much 👍

Post Reply