Search found 171 matches
- 01 Nov 2025 15:22
 - Forum: Wishes
 - Topic: improvement for inputselect() - icons for nonicon-entries
 - Replies: 2
 - Views: 107
 
Re: improvement for inputselect() - icons for nonicon-entries
 style=1024? Thank you, I did not see this already existing option 1024. I tried 1024 and found out, that 1024 overrides 2048 in "1+1024+2048", so that paths of normal icon-entries will be shown despite of 2048. # Edit (02.11.2025, 11:57): The problem is that the nonicon-items and icon-ite...
					- 31 Oct 2025 13:20
 - Forum: Wishes
 - Topic: improvement for inputselect() - icons for nonicon-entries
 - Replies: 2
 - Views: 107
 
improvement for inputselect() - icons for nonicon-entries
Hello, Dear XYplorer Community! May be, it were good to add a style option (new_style_option in the following example) and / or a syntax option, that would be indicated by "|"-sign (as example) for inputselect() to give user the possibility to show individual defined icons for nonicon-item...
					- 11 Sep 2025 10:59
 - Forum: Bug Reports
 - Topic: gettoken x32
 - Replies: 1
 - Views: 2986
 
gettoken x32
Hello, Dear XYplorer Community!
XYplorer v. 27.10.0800 returns "e.-21.06.25" from gettoken("1-e.-21.06.25",-1,"-e.-");.
Expected: "21.06.25".
Please check.
					XYplorer v. 27.10.0800 returns "e.-21.06.25" from gettoken("1-e.-21.06.25",-1,"-e.-");.
Expected: "21.06.25".
Please check.
- 15 Aug 2025 12:48
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: selfilter "[" or "]"
 - Replies: 1
 - Views: 1755
 
selfilter "[" or "]"
Hello, dear XYplorer Community!
May be, the selfilter does not scroll down to the folder and does not select it,
if the folder has "[" or "]" or both in the folder name?
Here under XYplorer v. 27.10.0500
it does not.
Please check it.
Thank you.
					May be, the selfilter does not scroll down to the folder and does not select it,
if the folder has "[" or "]" or both in the folder name?
Here under XYplorer v. 27.10.0500
Code: Select all
selfilter $folder,4:=1;Please check it.
Thank you.
- 09 Mar 2025 09:29
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: Opening Floating Preview
 - Replies: 13
 - Views: 1404
 
Re: Opening Floating Preview
Today I have found the solution for this problem:
In the end of the 2. script I only replace
with
.
					In the end of the 2. script I only replace
Code: Select all
 renameitem($name_new,$curitem_);
 #178;
Code: Select all
 #178;
 renameitem($name_new,$curitem_);
- 08 Mar 2025 19:41
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: Opening Floating Preview
 - Replies: 13
 - Views: 1404
 
Re: Opening Floating Preview
 ... Trying to find a solution I have experimented a little bit more: I inserted the 2. script into the script file, where the 1. script is and found that the 2. script does not open the Floating Preview from there. So I can only say, that the Floating Preview only opens if it is called by the 2. sc...
					- 08 Mar 2025 18:52
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: Opening Floating Preview
 - Replies: 13
 - Views: 1404
 
Re: Opening Floating Preview
 Can't reproduce... I think there is nothing to search for here using the tool mentioned in your post of 08 Mar 2025 18:22, because the 2. script itself, as this is mentioned in my first post here, works ok and opens the Floating Preview if it is called directly, whithout the 1. script. I can only s...
					- 08 Mar 2025 17:31
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: Opening Floating Preview
 - Replies: 13
 - Views: 1404
 
Re: Opening Floating Preview
 Yeah, without showing the full script so everyone needs to guess how the shown variables are filled^^ This is my script, mentioned here as the 2. script: $ext_____ = "png"; $searchpn = "*.$ext_____"; // search pattern $curitem_ = <curitem>; $curpath_ = <curpath>; $qs______ = &qu...
					- 08 Mar 2025 16:43
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: Opening Floating Preview
 - Replies: 13
 - Views: 1404
 
- 08 Mar 2025 16:06
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: Opening Floating Preview
 - Replies: 13
 - Views: 1404
 
Re: Opening Floating Preview
 But you're working with setting "BackgroundFileOps", 0; ? Inserting setting "BackgroundFileOps",0; or setting "BackgroundFileOps",1; // ...normal script actions... renameitem($name_new,$curitem_); setting "BackgroundFileOps",[0 or 1]; selectitems $path_name_n...
					- 08 Mar 2025 15:45
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: Opening Floating Preview
 - Replies: 13
 - Views: 1404
 
Re: Opening Floating Preview
 selectitems on the renamed item before calling the preview? Inserting selectitems // ...normal script actions... renameitem($name_new,$curitem_); selectitems $path_name_new; // path and the new file name inside : $curpath_."\".$name_new #178; does not work: the result is the aforementione...
					- 08 Mar 2025 14:50
 - Forum: Tips & Tricks, Questions & Answers
 - Topic: Opening Floating Preview
 - Replies: 13
 - Views: 1404
 
Opening Floating Preview
Hello, dear XYplorer Community! I am using XYporer v. 26.90.0205. If running the combination of two scripts as shown underneath // 1. script: // ...normal script actions... if(...){ load "<xyscripts>\Script-2.xys","Rename [ext]-Screenshot-file"; } // "load" is the last ...
					- 16 Dec 2024 12:19
 - Forum: Wishes
 - Topic: verification type in the progress dialog
 - Replies: 2
 - Views: 1306
 
- 13 Dec 2024 16:11
 - Forum: Wishes
 - Topic: verification type in the progress dialog
 - Replies: 2
 - Views: 1306
 
verification type in the progress dialog
Hello, Dear XYplorer Community! I am using copyto/moveto with verification option: moveto $dest,$file,10:=2,11:=1; I think it would be better to add some information about the fact, that the sertain verification type is taking place, in the progress dialog - this would give more safety filling, that...
					- 15 Nov 2024 09:49
 - Forum: Wishes
 - Topic: filter [filterspec], [flags], [filter name] - ?
 - Replies: 2
 - Views: 937
 
Re: filter [filterspec], [flags], [filter name] - ?
Thank you, jupe!
It works in another way for me, no single quotes:
Code: Select all
filter "caption" $db;
 XYplorer Beta Club