from <manage command - open> i have one command with multiple run like this:
"<xy>" /feed="::runq 'D:\apps\blabla.exe';wait 500;runq 'D:\apps\blabla.exe';wait 500;runq 'D:\blabla.exe';"
now icon is set to default xy ico, but if i want change ico, how to?
i've try with "<D:\image\Globe.ico>" /feed="::runq 'D:\apps\blabla.exe'; .......... but not work....!
ico on manage command - open
-
highend
- Posts: 15005
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: ico on manage command - open
The command is to run XYplorer with arguments (ok, this makes no real sense to feed them back into the running instance but who cares)
and then you replace it with an icon and expect that this works?
Holy cow...
As in most other places an icon is defined in the caption in the usual format
<caption>|<some internal or external icon definition>
It's (as always) explained in the help file part for UDCs...
and then you replace it with an icon and expect that this works?
Holy cow...
As in most other places an icon is defined in the caption in the usual format
<caption>|<some internal or external icon definition>
It's (as always) explained in the help file part for UDCs...
One of my scripts helped you out? Please donate via Paypal
-
swan_x
- Posts: 335
- Joined: 08 Oct 2009 12:27
Re: ico on manage command - open
explanation.... i have this:
"<xy>" /feed="::runq 'D:\apps\blabla.exe';wait 500;runq 'D:\apps\blabla.exe';wait 500;runq 'D:\blabla.exe';"
and this icon: D:\image\Globe.ico
how to assign this ico at this command above??
"<xy>" /feed="::runq 'D:\apps\blabla.exe';wait 500;runq 'D:\apps\blabla.exe';wait 500;runq 'D:\blabla.exe';"
and this icon: D:\image\Globe.ico
how to assign this ico at this command above??
-
RalphM
- Posts: 2123
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: ico on manage command - open
Do a bit of reading in the help file as suggested above...
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
swan_x
- Posts: 335
- Joined: 08 Oct 2009 12:27
Re: ico on manage command - open
i've read the manual, but i've found only section to customized ico to portable file icons...
i don't find specific section to add ico at manage command...
if you do not want to give me an explanation, show me in the manual where i find this section, at least...
it's more complicated (for you and for me) say all these things rather than doing a simple example...
i don't find specific section to add ico at manage command...
if you do not want to give me an explanation, show me in the manual where i find this section, at least...
it's more complicated (for you and for me) say all these things rather than doing a simple example...
-
highend
- Posts: 15005
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: ico on manage command - open
I already gave an example and I (again) already said where it's in the manual.
One of my scripts helped you out? Please donate via Paypal
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: ico on manage command - open
Goto Advanced Topics > Scripting > Script Files for the Advanced. Or run this command:
Then read "Icons, States, and Levels" section which details the structure of menu captions. This is valid wherever a caption is defined.
Code: Select all
::rtfm "idh_scripting.htm#idh_scripting_xysadv";Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
swan_x
- Posts: 335
- Joined: 08 Oct 2009 12:27
Re: ico on manage command - open
tanxs sammay, your suggestion it's appreciated!
anyway i don't understand what is wrong... i've put my file Globe.ico into XY\Data\Icons folder, then on manage commands i've write:
"<Icons\Globe.ico>" /feed="::runq 'D:\blablabla.........
but something is not correct...
anyway i don't understand what is wrong... i've put my file Globe.ico into XY\Data\Icons folder, then on manage commands i've write:
"<Icons\Globe.ico>" /feed="::runq 'D:\blablabla.........
but something is not correct...
-
highend
- Posts: 15005
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: ico on manage command - open
Seriously?
Neither is there any internal variable named <Icons\Globe.ico>
nor is there any global available path Icons (nor any combination)
And how often is it necessary to say that it is the caption that contains an optional icon? oO
Read that 100 times until you understand what you are doing wrong there...The command is to run XYplorer with arguments (ok, this makes no real sense to feed them back into the running instance but who cares)
and then you replace it with an icon
That does NOT exist<Icons\Globe.ico>
Neither is there any internal variable named <Icons\Globe.ico>
nor is there any global available path Icons (nor any combination)
And how often is it necessary to say that it is the caption that contains an optional icon? oO
One of my scripts helped you out? Please donate via Paypal
-
swan_x
- Posts: 335
- Joined: 08 Oct 2009 12:27
Re: ico on manage command - open
ok then it is not possible...
it was no longer easy to say this?
it was no longer easy to say this?
-
highend
- Posts: 15005
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: ico on manage command - open
Yeah, exactly. Everyone tells you the opposite but your logic is <censored by myself>ok then it is not possible...
Does anyone want to have a moderator job? I'm offering mine (it's too much for me...)
One of my scripts helped you out? Please donate via Paypal
-
klownboy
- Posts: 4469
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 25H2 Build 26200.8737 at 100% 2560x1440
XYplorer Beta Club