• SlyEdit (ICE Style) problem

    From Nightfox@1:103/705 to Digital Man on Sun Feb 8 18:53:16 2026
    Re: SlyEdit (ICE Style) problem
    By: Digital Man to Nightfox on Sat Feb 07 2026 08:09 pm

    What terminal program are you using? Your terminal program might have
    Ctrl-Q bound to do something else, so it might not be sending the Ctrl-Q
    code to the BBS.

    Ctrl-Q and Ctrl-S are potentially problematic because Ctrl-Q is the XON ASCII control code and Ctrl-S is XOFF. It won't be a problem in most Telnet or other TCP scenarios, but anything going over a serial link that might have "software flow control" enabled might eat those characters. -- digital man (rob)

    yeah.. The message editors that SlyEdit is based on used Ctrl-Q and Ctrl-S; however, SlyEdit also provides alternate means of quoting (/q) and saving (/s) in case Ctrl-Q and Ctrl-S end up being an issue for a user.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nightfox@1:103/705 to RickV on Sun Feb 8 19:56:08 2026
    Re: SlyEdit (ICE Style) problem
    By: RickV to Nightfox on Sun Feb 08 2026 11:13 am

    What terminal program are you using? Your terminal program might have
    Ctrl-Q bound to do something else, so it might not be sending the Ctrl-Q
    code to the BBS.

    But I also see that CTRL-Y
    works too, along with /q. I was wondering when SlyEdit (ICE) opens, is there a way to change the bottom of it to say CTRL-Y (Quote)?

    It already does (though not exactly that text). The bottom border of the edit area (which has the text "Registered to: ...") displays a few of the hotkeys on the right side ("CTRL (A)Abort (Q)Quote (Z)Save"). However, I did some testing after toggling my quot hotkey option and there was a bug where it was always displaying Q there regardless of my setting; also, it wasn't refreshing the hotkey displayed on that line after I changed it. I've made a fix and a merge request. Thanks for getting me to have a look at that. :) I had made it refresh the scren in DCT mode when toggling that but not in Ice mode..

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From RickV@1:154/110 to Nightfox on Mon Feb 9 07:22:12 2026

    Hello Nightfox!

    20 Apr 70 22:03, you wrote to me:

    : SlyEdit (ICE Style) problem
    : RickV to Nightfox on Sun Feb 08 2026 11:13 am

    What terminal program are you using? Your terminal program
    might have Ctrl-Q bound to do something else, so it might not be
    sending the Ctrl-Q code to the BBS.

    But I also see that CTRL-Y
    works too, along with /q. I was wondering when SlyEdit (ICE)
    opens, is there a way to change the bottom of it to say CTRL-Y
    (Quote)?

    It already does (though not exactly that text). The bottom border of
    the edit area (which has the text "Registered to: ...") displays a few
    of the hotkeys on the right side ("CTRL (A)Abort (Q)Quote (Z)Save"). However, I did some testing after toggling my quot hotkey option and
    there was a bug where it was always displaying Q there regardless of
    my setting; also, it wasn't refreshing the hotkey displayed on that
    line after I changed it. I've made a fix and a merge request. Thanks
    for getting me to have a look at that. :) I had made it refresh the
    scren in DCT mode when toggling that but not in Ice mode..

    Nightfox

    Gald I could Help. ;-)

    RickV


    --- SBBSecho 3.36-Linux
    * Origin: Live Wire BBS [livewirebbs.com:1025] (1:154/110)
  • From RickV@1:154/110 to Nightfox on Tue Feb 10 08:01:48 2026
    Hello Nightfox!

    I see you made a update to SlyEdit, 1.92g. I updated my version and when I reply to a message and try and change the settings of SlyEdit (ICE) I get this error.

    ue Feb 10 08:00:07 2026 master/52e1ee602
    term Node 1 <RickV> !JavaScript /sbbs/exec/SlyEdit_Misc.js line 998: TypeError: pSlyEdCfgObj.genColors is undefined

    Any thoughts?

    Thanks,
    RickV


    --- SBBSecho 3.36-Linux
    * Origin: Live Wire BBS [livewirebbs.com:1025] (1:154/110)
  • From Nightfox@1:103/705 to RickV on Tue Feb 10 09:56:06 2026
    Re: SlyEdit (ICE Style) problem
    By: RickV to Nightfox on Tue Feb 10 2026 08:01 am

    I see you made a update to SlyEdit, 1.92g. I updated my version and when I reply to a message and try and change the settings of SlyEdit (ICE) I get this error.

    ue Feb 10 08:00:07 2026 master/52e1ee602
    term Node 1 <RickV>> !JavaScript /sbbs/exec/SlyEdit_Misc.js line 998:
    TypeError: pSlyEdCfgObj.genColors is undefined

    Any thoughts?

    I didn't make any changes that I'd expect to result in that. Also, with some of my recent changes, SlyEdit_Misc.js no longer exists in sbbs/exec. Recently I moved that to sbbs/exec/load/slyedit_misc.js (also, all lowercase). As far as the SlyEdit files, your sbbs/exec should now only include SlyEdit.js. Your sbbs/exec/load should have slyedit_dct_stuff.js, slyedit_ice_stuff.js, and slyedit_misc.js.

    Are you running your BBS on Windows? If so, I'm wondering if it might still be trying to use SlyEdit_Misc.js from sbbs/exec (maybe ignoring the filename case).

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From RickV@1:154/110 to Nightfox on Tue Feb 10 13:47:50 2026

    Hello Nightfox!

    23 Apr 70 12:29, you wrote to me:

    Re: SlyEdit (ICE Style) problem
    By: RickV to Nightfox on Tue Feb 10 2026 08:01 am

    I see you made a update to SlyEdit, 1.92g. I updated my version
    and when I reply to a message and try and change the settings of
    SlyEdit (ICE) I get this error.

    ue Feb 10 08:00:07 2026 master/52e1ee602
    term Node 1 <RickV>> !JavaScript /sbbs/exec/SlyEdit_Misc.js line
    998:
    TypeError: pSlyEdCfgObj.genColors is undefined

    Any thoughts?

    I didn't make any changes that I'd expect to result in that. Also,
    with some of my recent changes, SlyEdit_Misc.js no longer exists in sbbs/exec. Recently I moved that to sbbs/exec/load/slyedit_misc.js
    (also, all lowercase). As far as the SlyEdit files, your sbbs/exec
    should now only include SlyEdit.js. Your sbbs/exec/load should have slyedit_dct_stuff.js, slyedit_ice_stuff.js, and slyedit_misc.js.

    I forgot to mention that I get that error when I try and use the settings on the SlyEdit menu..

    Are you running your BBS on Windows? If so, I'm wondering if it might still be trying to use SlyEdit_Misc.js from sbbs/exec (maybe ignoring
    the filename case).

    Nightfox

    No I'm using Linux.


    RickV


    --- SBBSecho 3.36-Linux
    * Origin: Live Wire BBS [livewirebbs.com:1025] (1:154/110)
  • From Nightfox@1:103/705 to RickV on Tue Feb 10 12:48:34 2026
    Re: SlyEdit (ICE Style) problem
    By: RickV to Nightfox on Tue Feb 10 2026 01:47 pm

    I didn't make any changes that I'd expect to result in that. Also, with
    some of my recent changes, SlyEdit_Misc.js no longer exists in sbbs/exec.
    Recently I moved that to sbbs/exec/load/slyedit_misc.js (also, all
    lowercase). As far as the SlyEdit files, your sbbs/exec should now only
    include SlyEdit.js. Your sbbs/exec/load should have slyedit_dct_stuff.js,
    slyedit_ice_stuff.js, and slyedit_misc.js.

    I forgot to mention that I get that error when I try and use the settings on the SlyEdit menu..

    Did you follow the advice I gave about SlyEdit_Misc.js and the other files that were moved to sbbs/exec/load? Please remove SlyEdit_Misc.js, SlyEdit_DCTStuff.js, and SlyEdit_IceStuff.js from your exec dir and make sure that you have slyedit_misc.js, slyedit_dct_stuff.js, and slyedit_ice_stuff in your exec/load directory, and see if your issue goes away.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From RickV@1:103/705 to Nightfox on Wed Feb 11 05:32:52 2026
    Re: SlyEdit (ICE Style) problem
    By: Nightfox to RickV on Tue Feb 10 2026 12:48 pm

    Did you follow the advice I gave about SlyEdit_Misc.js and the other files that were moved to sbbs/exec/load? Please remove SlyEdit_Misc.js, SlyEdit_DCTStuff.js, and SlyEdit_IceStuff.js from your exec dir and make sure that you have slyedit_misc.js, slyedit_dct_stuff.js, and slyedit_ice_stuff in your exec/load directory, and see if your issue goes away.

    Nightfox

    I did, left Syledit.js in the /exec, and moved the other Slyedit* to /load.

    RickV

    ---
    þ Synchronet þ Live Wire BBS [livewirebbs.com:1025]
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nightfox@1:103/705 to RickV on Wed Feb 11 09:10:52 2026
    Re: SlyEdit (ICE Style) problem
    By: RickV to Nightfox on Wed Feb 11 2026 05:32 am

    Did you follow the advice I gave about SlyEdit_Misc.js and the other
    files that were moved to sbbs/exec/load? Please remove SlyEdit_Misc.js,
    SlyEdit_DCTStuff.js, and SlyEdit_IceStuff.js from your exec dir and make
    sure that you have slyedit_misc.js, slyedit_dct_stuff.js, and
    slyedit_ice_stuff in your exec/load directory, and see if your issue goes
    away.

    I did, left Syledit.js in the /exec, and moved the other Slyedit* to /load.

    And you're still having the same issue? The log message you posted earlier indicated that you didn't have the latest updates for the SlyEdit files - It mentioned SlyEdit_Misc.js (incorret case for the filename, since the new one is all lowercase), and the line number didn't correspond with what's currently in the Synchronet Git repository. So based on the information I have so far, I still say you need to update and ensure you have the latest SlyEdit files where they should be.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From RickV@1:154/110 to Nightfox on Wed Feb 11 13:08:00 2026
    Re: SlyEdit (ICE Style) problem
    By: Nightfox to RickV on Wed Feb 11 2026 09:10 am

    And you're still having the same issue? The log message you posted earlier indicated that you didn't have the latest updates for the SlyEdit files - It mentioned SlyEdit_Misc.js (incorret case for the filename, since the new one is all lowercase), and the line number didn't correspond with what's currently in the Synchronet Git repository. So based on the information I have so far, I still say you need to update and ensure you have the latest SlyEdit files where they should be.

    Nightfox

    I've been working on that now, It's workings as it should. I had to manually get the updates and put this in. I'm not to bright about the symlinks stuff but used ChatCPG for help..

    Thanks again,
    RickV
    --- SBBSecho 3.37-Linux
    * Origin: Live Wire BBS [livewirebbs.com:1025] (1:154/110)
  • From Mortar@1:103/705 to All on Thu Feb 12 14:37:02 2026
    Re: SlyEdit (ICE Style) problem
    By: RickV to Nightfox on Wed Feb 11 2026 13:08:01

    I'm not to bright about the symlinks stuff but used ChatCPG for help..

    That's like saying, "I'm not up on explosives, so I just pulled the red wire."

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)