Savesettings bugs?

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
759852125
Posts: 3
Joined: 13 Jun 2022 02:02

Savesettings bugs?

Post by 759852125 »

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
Image
function eventAfterFolder() {
setcolumns(, 24);
savesettings();
}
eventAfterFolder();


Image

video:
https://drive.google.com/file/d/11XrWXd ... sp=sharing

Norn
Posts: 508
Joined: 24 Oct 2021 16:10

Re: Savesettings bugs?

Post by Norn »

Execute directly, no need to put it in function. . .

Code: Select all

 setcolumns(, 24);
 savesettings;
Tools - Customize List - Autosize Columns
Configuration | General | Startup & Exit | Save Settings
Last edited by Norn on 28 May 2023 20:39, edited 1 time in total.
Windows 11 24H2 @100% 2560x1440

759852125
Posts: 3
Joined: 13 Jun 2022 02:02

Re: Savesettings bugs?

Post by 759852125 »

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

759852125
Posts: 3
Joined: 13 Jun 2022 02:02

Re: Savesettings bugs?

Post by 759852125 »

759852125 wrote: 28 May 2023 19:26 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
Image
function eventAfterFolder() {
setcolumns(, 24);
savesettings();
}
eventAfterFolder();


Image

video:
https://drive.google.com/file/d/11XrWXd ... sp=sharing
@admin

RalphM
Posts: 2113
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Savesettings bugs?

Post by RalphM »

And you expect more responses by quoting your whole post from yesterday?
Good luck :whistle:
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

Post Reply