Search found 3 matches

by 759852125
30 May 2023 03:00
Forum: Bug Reports
Topic: Savesettings bugs?
Replies: 4
Views: 711

Re: Savesettings bugs?

Custom event action for `after browsing folder` Executing Savesettings() in a script reselects the first item of the list There is no problem without execution https://s3.bmp.ovh/imgs/2023/05/29/abb13403378e58c0.png function eventAfterFolder() { setcolumns(, 24); savesettings(); } eventAfterFolder(...
by 759852125
28 May 2023 20:22
Forum: Bug Reports
Topic: Savesettings bugs?
Replies: 4
Views: 711

Re: Savesettings bugs?

Norn wrote: 28 May 2023 20:19 Execute directly, no need to put it in function. . .

Code: Select all

 setcolumns(, 16);
 savesettings;
Tools - Customize List - Autosize Columns
Configuration | General | Startup & Exit | Save Settings
No matter how it is executed, the problem still exists
by 759852125
28 May 2023 19:26
Forum: Bug Reports
Topic: Savesettings bugs?
Replies: 4
Views: 711

Savesettings bugs?

Custom event action for `after browsing folder` Executing Savesettings() in a script reselects the first item of the list There is no problem without execution https://s3.bmp.ovh/imgs/2023/05/29/abb13403378e58c0.png function eventAfterFolder() { setcolumns(, 24); savesettings(); } eventAfterFolder()...