• (Dialog) Attribution identity order sort move up move down option

    From Lars Anders@21:1/5 to All on Tue Feb 15 21:56:45 2022
    I do different attribution lines but each require a new identity.
    Same identity. Different attribution.

    That is ok.
    But how to sort?

    Is there ways to automatically sort the order of identities in
    "Settings => Servers... => Identities => Available"

    Is there Identity "Sort" or "Move Up" & "Move Down" as else where?
    Probably it is not but I asked to maybe I miss it somewhere a key?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bernd Rose@21:1/5 to Lars Anders on Tue Feb 15 22:34:23 2022
    On Tue, 15th Feb 2022 21:56:45 +0100, Lars Anders wrote:

    Is there Identity "Sort" or "Move Up" & "Move Down" as else where?

    Reorder the [IdentityX] section names in settings.ini.

    HTH.
    Bernd

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Anders@21:1/5 to Bernd Rose on Wed Feb 16 12:24:32 2022
    On 15 Feb 2022, Bernd Rose <b.rose.tmpbox@arcor.de> wrote :

    Is there Identity "Sort" or "Move Up" & "Move Down" as else where?

    Reorder the [IdentityX] section names in settings.ini.

    Thank you.
    Dangerous.
    Any 1 mistake make Dialog deletes all of bad [Identity#] section!
    But it work!

    No sort in this GUI.
    "Settings => Servers... => Identities => Available"
    No sort in this GUI also.
    "Settings => Current identity"
    But settings.ini tell Dialog the sort order
    [Identity0]
    [Identity1]
    [Identity2]

    Warning!
    Kill Dialog
    Back up settings.ini <== do it!
    Edit settings.ini <== 1 mistake Dialog delete all of [Identity#] section!
    (ask me how to know)

    Before:
    Dialog "Settings => Servers... => Identities => Available"
    name=My_ID_B
    name=My_ID_C
    name=My_ID_A

    Settings.ini
    [Identity2]
    name=My_ID_A
    ...
    defstandardheaders=||

    [Identity0]
    name=My_ID_B
    ...
    defstandardheaders=||

    [Identity1]
    name=My_ID_C
    ...
    defstandardheaders=||

    After:

    Settings.ini
    [Identity0]
    name=My_ID_A
    ...
    defstandardheaders=||

    [Identity2]
    name=My_ID_C
    ...
    defstandardheaders=||

    [Identity1]
    name=My_ID_B
    ...
    defstandardheaders=||

    Dialog "Settings => Servers... => Identities => Available"
    name=My_ID_A
    name=My_ID_B
    name=My_ID_C

    Success!
    Thank you Bernd!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)