Could not reproduce any flicker. Neither with fresh. My test script in "After browsing a folder":
Code: Select all
if (<newpath> Like "*\Program Files\*") {
sortbylist "Readme.txt|License.txt|*.exe", "|";
}
Could not reproduce any flicker. Neither with fresh. My test script in "After browsing a folder":
Code: Select all
if (<newpath> Like "*\Program Files\*") {
sortbylist "Readme.txt|License.txt|*.exe", "|";
}
Code: Select all
//test
echo "wait a bit to see the folder content";
if (<newpath> Like "*\Program Files\*") {
sortbylist "Readme.txt|License.txt|*.exe", "|";
}I made a mistake with the script. Echo should have been in the if section.
Code: Select all
//test
if (<newpath> Like "*\Program Files\*") {
echo "wait a bit to see the folder content";
sortbylist "Readme.txt|License.txt|*.exe", "|";
}LittleBiG, if I understand correctly, you expect that the list, that is visible behind the echo-dialog should be empty.LittleBiG wrote: ↑09 Dec 2020 18:46[... pictures ...]Code: Select all
//test if (<newpath> Like "*\Program Files\*") { echo "wait a bit to see the folder content"; sortbylist "Readme.txt|License.txt|*.exe", "|"; }
confirmedkuiwu_zh wrote: ↑10 Dec 2020 02:26 "Double-click on white in folder tree" is set to "Go up" and "Double-click on white in file list" is set to "Go up".
snap_screen_20201210091615.png
Click "OK" to close the configuration dialog box. Then open the configuration dialog box, "Double-click on white in file list" is set successfully, "Double-click on white in folder tree" is not set successfully.
snap_screen_20201210091643.png
Do you have such problems?
Thank you.
There might have been 2 factors:
I agree that it is not a lot of space. Like I wrote before: I am sure that there could be a better solution, but do you have one? Why did you not share it with us?
Because it can be no good for the other tabs. Sigh. Ok, I show now.