Savesettings bugs?

Things you’d like to miss in the future...
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: 416
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.
Win10, Win11 @100% 2560x1440 22H2

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: 1932
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 22H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)

Post Reply