Hamburger - the new tool

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Filehero
Posts: 2645
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Hamburger - the new tool

Post by Filehero »

Hi,

I need to resurrect this.

Shouldn't

Code: Select all

popupnested("::Hi;echo 'hi'|::Ho Ha;echo 'ho'");
and

Code: Select all

  $param = <<<MENU
            ::Hi;echo 'hi'
            ::Ho Ha;echo 'ho'
  MENU;
  popupnested($param);
be equivalent and therefore show exactly the same label text?

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

Re: Hamburger - the new tool

Post by admin »

You mean the ::? Yes, looks like I have some work there...

Filehero
Posts: 2645
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Hamburger - the new tool

Post by Filehero »

admin wrote: 05 Jan 2019 19:39You mean the ::?
Yep.

May I add a wish to support custom icons for scripts? I have a lot of scripts where a custom icon is much more indicative than the default script play icon.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Hamburger - the new tool

Post by highend »

May I add a wish to support custom icons for scripts
Where?
One of my scripts helped you out? Please donate via Paypal

Filehero
Posts: 2645
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Hamburger - the new tool

Post by Filehero »

highend wrote: 05 Jan 2019 23:36Where?
In the menu popupnested descriptor, like for the 'normal" data option 'Caption;Data;Icon;State'.

Code: Select all

  $param = <<<MENU
            ::Hi;echo 'hi';<xy>
            ::Ho Ha;echo 'ho';<xy>
  MENU;
  popupnested($param);

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

Re: Hamburger - the new tool

Post by admin »

Can you give an example?

Filehero
Posts: 2645
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Hamburger - the new tool

Post by Filehero »

admin wrote: 06 Jan 2019 17:13 Can you give an example?
See previous post where I try to reference XYplorer.exe as the icon resource.

Actually I want to define the following descriptor

Code: Select all

Caption;Script;Icon;(State);
. Maybe the script block could be terminated with another '::' (or something like that)?

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

Re: Hamburger - the new tool

Post by admin »

This is a major wish, and I'm not even sure if it's a good idea. :) Actually I think it's good that a script always clearly looks like script, and cannot hide behind some other icon...

Filehero
Posts: 2645
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Hamburger - the new tool

Post by Filehero »

Hi Don,

ok, thanks for consideration.
admin wrote: 06 Jan 2019 17:54 This is a major wish, and I'm not even sure if it's a good idea. :) Actually I think it's good that a script always clearly looks like script, and cannot hide behind some other icon...

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

Re: Hamburger - the new tool

Post by admin »

You probably know that: In the Catalog you can assign icons to scripts.

Filehero
Posts: 2645
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Hamburger - the new tool

Post by Filehero »

admin wrote: 07 Jan 2019 08:59 You probably know that: In the Catalog you can assign icons to scripts.
Yes. :wink:

Filehero
Posts: 2645
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Hamburger - the new tool

Post by Filehero »

admin wrote: 06 Jan 2019 17:54 Actually I think it's good that a script always clearly looks like script, and cannot hide behind some other icon...
What's the internal id of the script icon ("play button")? I was looking for something like ":script" ...

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Hamburger - the new tool

Post by highend »

Code: Select all

text toolbar(, , 1);
doesn't list this one so either it has no internal name or only Don knows it :mrgreen:
One of my scripts helped you out? Please donate via Paypal

Filehero
Posts: 2645
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Hamburger - the new tool

Post by Filehero »

highend wrote: 08 Jan 2019 22:39 ..... or only Don knows it :mrgreen:
:whistle: :whistle: :whistle:

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

Re: Hamburger - the new tool

Post by admin »

Yes, it's ":script".

Post Reply