• Re: Acorn BBC Mode 7 (viewdata

    From Fred Smith@VERT/BEEBSII to nelgin on Sat Feb 17 22:09:40 2024
    Re: Re: Acorn BBC Mode 7 (viewdata) conrtol codes
    By: nelgin to All on Tue Feb 13 2024 10:28:59

    Hey Nelgin,
    This message is winging its way to you
    from my BBC Micro in the adapted Mode 7msglist.js, I'm having trouble chaning the "from" column width, I have changedthe number for From and To in the max_len section of msglist.js however
    it only seems to change the to
    column...meaning that on a 40 column
    display you cannot see the subject
    (even pressing the different format
    options 0-7 will not display the
    subject). I'd like to reduce each to 10columns so that the subject can also beviewed. I can get it to display to andfrom on one line and the then subject
    underneath...but this looks a little
    messy.
    There's a picture of what I have at themoment at beebs.ddns.net/images/sync/msglist.png as you can see From is takingup a lot of real estate!
    Any thoughts welcome,
    Cheers,
    Fred

    ---
    þ Synchronet þ My Brand-New BBS
  • From nelgin@VERT/EOTLBBS to Fred Smith on Sat Feb 17 17:58:22 2024
    Re: Re: Acorn BBC Mode 7 (viewdata
    By: Fred Smith to nelgin on Sat Feb 17 2024 22:09:40

    Hey Nelgin,
    This message is winging its way to you
    from my BBC Micro in the adapted Mode 7msglist.js, I'm having trouble chaning the "from" column width, I have changedthe number for From and To in the max_len section of msglist.js however

    Well, it's a good start, though the 40 to 80 column might need a bit of work :)

    It looks like setting LEN_ALIAS = 15 or something like that will do what you are wanting. Not sure if that's because max_len isn't working as intended or doing something else.

    Try setting LEN_ALIAS are sbbsdefs.js has been loaded and see if that gets you closer to what you're looking for.

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From Test Bot@VERT/BEEBSII to nelgin on Sun Feb 18 09:57:47 2024
    Re: Re: Acorn BBC Mode 7 (viewdata
    By: nelgin to Fred Smith on Sat Feb 17 2024 17:58:22

    It looks like setting LEN_ALIAS = 15 > something like that will do what you > are wanting. Not sure if that's beca > max_len isn't working as intended or > doing something else.
    Thanks for that I had noticed the
    SBBSdefs.js file but thought it might
    effect something else as well. Changingthat has solved the issue with the Frombut now I can't locate where the size
    of the # column is located, it
    currently has a length of 5, which i'd
    like to change to 4 just t eek out a
    bit more space. At least now you can
    see the message subject, to and from
    all on the same screen!
    Thanks again for your help!

    ---
    þ Synchronet þ My Brand-New BBS
  • From nelgin@VERT/EOTLBBS to All on Sun Feb 18 06:12:46 2024
    On Sun, 18 Feb 2024 09:57:47 +0000
    "Test Bot" (VERT/BEEBSII) <VERT/BEEBSII!Test.Bot@endofthelinebbs.com>
    wrote:
    Re: Re: Acorn BBC Mode 7 (viewdata
    By: nelgin to Fred Smith on Sat Feb 17 2024 17:58:22

    It looks like setting LEN_ALIAS = 15 > something like that will do
    what you > are wanting. Not sure if that's beca > max_len isn't
    working as intended or > doing something else.
    Thanks for that I had noticed the
    SBBSdefs.js file but thought it might
    effect something else as well. Changingthat has solved the issue with
    the Frombut now I can't locate where the size of the # column is
    located, it currently has a length of 5, which i'd
    like to change to 4 just t eek out a
    bit more space. At least now you can
    see the message subject, to and from
    all on the same screen!
    Thanks again for your help!

    ---
    â–  Synchronet â–  My Brand-New BBS
    var digits = format("%u", list.length).length;
    /* Column headings */
    console.add_hotspot(CTRL_S);
    printf("%-*s ", digits, "#");
    though it looks you could try hard setting the format of digits to 4 characters, but be aware that it may not display properly for groups
    with over 9999 messages.
    I've not tried it, but that's my best guess.
    --
    End Of The Line BBS - Plano, TX
    telnet endofthelinebbs.com 23
    ---
    ï¿­ Synchronet ï¿­ End Of The Line BBS - endofthelinebbs.com
  • From Digital Man@VERT to Test Bot on Sun Feb 18 12:41:07 2024
    Re: Re: Acorn BBC Mode 7 (viewdata
    By: Test Bot to nelgin on Sun Feb 18 2024 09:57 am

    Re: Re: Acorn BBC Mode 7 (viewdata
    By: nelgin to Fred Smith on Sat Feb 17 2024 17:58:22

    It looks like setting LEN_ALIAS = 15 > something like that will do what you
    are wanting. Not sure if that's beca > max_len isn't working as intended
    or > doing something else.
    Thanks for that I had noticed the SBBSdefs.js file but thought it might effect something else as well. Changingthat has solved the issue with the

    Changing any values in sbbsdefs.js is definitely *not* recommended.
    --
    digital man (rob)

    This Is Spinal Tap quote #2:
    Nigel Tufnel: Well, this piece is called "Lick My Love Pump".
    Norco, CA WX: 62.9øF, 60.0% humidity, 2 mph WNW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nelgin@VERT/EOTLBBS to All on Sun Feb 18 15:20:54 2024
    On Sun, 18 Feb 2024 12:41:07 -0800
    "Digital Man" (VERT) <VERT!Digital.Man@endofthelinebbs.com> wrote:

    Re: Re: Acorn BBC Mode 7 (viewdata
    By: Test Bot to nelgin on Sun Feb 18 2024 09:57 am

    Re: Re: Acorn BBC Mode 7 (viewdata
    By: nelgin to Fred Smith on Sat Feb 17 2024 17:58:22

    It looks like setting LEN_ALIAS = 15 > something like that will
    do what you
    are wanting. Not sure if that's beca > max_len isn't working
    as intended
    or > doing something else.
    Thanks for that I had noticed the SBBSdefs.js file but thought it
    might effect something else as well. Changingthat has solved the
    issue with the

    Changing any values in sbbsdefs.js is definitely *not* recommended.

    Yes, I should have pointed that out. sbbsdefs.js is not something to
    mess with. That is why I suggested changing LEN_ALIAS after sbbsdefs.js
    had been required, in the actual msglist script.
    --
    End Of The Line BBS - Plano, TX
    telnet endofthelinebbs.com 23
    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From MRO@VERT/BBSESINF to Test Bot on Sun Feb 18 15:37:25 2024
    Re: Re: Acorn BBC Mode 7 (viewdata
    By: Test Bot to nelgin on Sun Feb 18 2024 09:57 am

    Re: Re: Acorn BBC Mode 7 (viewdata
    By: nelgin to Fred Smith on Sat Feb 17 2024 17:58:22

    It looks like setting LEN_ALIAS = 15 > something like that will do what you
    are wanting. Not sure if that's beca > max_len isn't working as intended
    or > doing something else.
    Thanks for that I had noticed the SBBSdefs.js file but thought it might

    pretty sure that's a good way to make your system unstable, dude.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::