Re: Scripting Bugs
Posted: 25 May 2016 15:09
What do you mean? Example?
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
&& Boolean: AND
|| Boolean: OR
And Boolean: AND
Xor Boolean: XOR
Or Boolean: ORCode: Select all
::setting "cachethumbsreadonly", 1; goto <curitem>; wait 3000; setting "cachethumbsreadonly", 'r';
::setting "cachethumbsreadonly", 1, 'p'; goto <curitem>; wait 3000; setting "cachethumbsreadonly", 'r', 'p';
::settingp "cachethumbsreadonly", 1; goto <curitem>; wait 3000; settingp "cachethumbsreadonly", 0;admin 13 Apr 2015 11:13 wrote:Next version you can report those columns via their captions.
Code: Select all
v15.00.0321 - 2015-04-13 16:39
+ SC report: Now you can also report any soft columns present in the current
list, that's any columns you have added via "Add Column...". You simply
refer to them by their captions (case-insensitive).
Example:
text report("{name}: {Dimensions}, {Aspect Ratio}, {Camera Model}<crlf>");
FYI, now you can also refer to the Extra columns and the five hard Custom
Columns via their captions.1) Never said so. It's just about SC report.autocart wrote:That is nice, but 2 bugs: 1) It seems that this does not work in folderreport. 2) Obviously the ccs must be part of the current column layout. If a cc is not part of the current lists layout then it does not work again.
Ok, I see. Must take ur words more literally. Sorry, my bad. Should not happen again.admin wrote:1) Never said so. It's just about SC report.autocart wrote:That is nice, but 2 bugs: 1) It seems that this does not work in folderreport. 2) Obviously the ccs must be part of the current column layout. If a cc is not part of the current lists layout then it does not work again.
2) Said so: "Now you can also report any soft columns present in the current list, ..."
Cannot confirm. Here (Win8.1, latest XY) it returns 0.autocart wrote:for a file with the path/name "C:\path\file.txt" this line
echo exists("C:\path\file.txt\");
returns "1" (despite it having a trailing backslash).
autocart wrote:But this is just feedback. I don't expect this to be taken seriously based on my previous experiences here. Too often there have been some lame excuses (mostly not even of you, Don, but also of you) of why I am supposedly wrong or why its not worth improving XY or so on or bla blah. So, its just feedback. That's it.
And it's the same under Win7, 8 and 10 (x64)...Cannot confirm. Here (Win8.1, latest XY) it returns 0.
TheQwerty wrote:Retrieving the script's icon with Self seems to be broken:Code: Select all
"XYplorer|<xypath>\<xyexe>" Echo Self('icon'); "Auto Refresh|:autorefresh" Echo Self('icon');
Code: Select all
":back|:back" CopyText Self(icon);
":bfop|:bfop" CopyText Self(icon);