• screen server implimentation

    From MRO@VERT/BBSESINF to All on Wed Aug 5 22:55:26 2026
    So i have a screensaver that i want to kick in when the users is inactive for x minutes.

    The only way i got this to impliment correctly is to have an animated prompt and it has a counter that then fires off the ss after a certain count.

    Is there a better way to execute this script when the user times out?

    I tried having it launch in text.dat but the results were not favorable.
    It seems like my animated prompt approach works better.

    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"


    President of BBS Sysop's Union +++ https://bbses.info/union
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to MRO on Wed Aug 5 23:45:03 2026
    Re: screen server implimentation
    By: MRO to All on Wed Aug 05 2026 10:55 pm

    So i have a screensaver that i want to kick in when the users is inactive for x minutes.

    The only way i got this to impliment correctly is to have an animated prompt and it has a counter that then fires off the ss after a certain count.

    Is there a better way to execute this script when the user times out?

    I could add a user inactivity module.

    I tried having it launch in text.dat but the results were not favorable.

    It does seems like you could have a script executed via @-code from the AreYouThere string. That's what you tried?

    It seems like my animated prompt approach works better.

    I'm not usre what animation has to do with it. If you want to do your own input timeout, then you you need to call inkey() rather than getkey() basically. You don't need to animate anything.
    --
    digital man (rob)

    Steven Wright quote #35:
    If your car could travel at the speed of light, would your headlights work Norco, CA WX: 68.0øF, 85.0% humidity, 0 mph WNW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Digital Man on Fri Aug 7 22:25:53 2026
    Re: screen server implimentation
    By: Digital Man to MRO on Wed Aug 05 2026 11:45 pm

    It seems like my animated prompt approach works better.

    I'm not usre what animation has to do with it. If you want to do your own input timeout, then you you need to call inkey() rather than getkey() basically. You don't need to animate anything.

    Yeah, but i did. And it runs inkey to get input or keep going.
    I made that script like 24 years ago so that was the next thing i tried.
    I knew i could do it that way because i ran other bbs utilities with it.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"


    President of BBS Sysop's Union +++ https://bbses.info/union
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::