• File Auto Pause

    From Adam B@VERT to All on Wed Jan 7 17:58:00 2009
    Hello everyone. I am setting up a BBS system and am currently customizing it. When a user creates an account I am having the caller contract displayed. Its a rather big file, more than 25 lines. Is there an easy way to have the file auto-pause when it is being diplayed? Or will I just have to create a routine in my javascript file to do this?

    Thanks!

    -Adam

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Adam B on Thu Jan 8 13:40:00 2009
    Re: File Auto Pause
    By: Adam B to All on Wed Jan 07 2009 10:58 pm

    Hello everyone. I am setting up a BBS system and am currently customizing it. When a user creates an account I am having the caller contract displayed. Its a rather big file, more than 25 lines. Is there an easy way to have the file auto-pause when it is being diplayed? Or will I just have to create a routine in my javascript file to do this?

    What JS method are you using to display the file? The console.printfile() method will automatically pause for each screen, normally.

    digital man (xbox-live: digitlman)

    Snapple "Real Fact" #11:
    Flamingos are pink because they eat shrimp.
    Norco, CA WX: ---øF, ---% humidity, NaN mph --- wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Corey@VERT/TSGC to Digital Man on Thu Jan 8 14:43:00 2009
    Re: File Auto Pause
    By: Digital Man to Adam B on Thu Jan 08 2009 06:40 pm

    Re: File Auto Pause
    By: Adam B to All on Wed Jan 07 2009 10:58 pm

    Hello everyone. I am setting up a BBS system and am currently customizing it. When a user creates an account I am having the caller contract displayed. Its a rather big file, more than 25 lines. Is there an easy wa to have the file auto-pause when it is being diplayed? Or will I just hav to create a routine in my javascript file to do this?

    What JS method are you using to display the file? The console.printfile() method will automatically pause for each screen, normally.

    digital man (xbox-live: digitlman)

    Snapple "Real Fact" #11:
    Flamingos are pink because they eat shrimp.
    Norco, CA WX: ---øF, ---% humidity, NaN mph --- wind, 0.00 inches rain/24hrs


    I once knew a guy who could not program a line of code untill after he had his java... lol

    Caput meum major podice meo.
    This message has ended, go in peace...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv
  • From Adam B@VERT to Digital Man on Thu Jan 8 21:41:00 2009
    Re: File Auto Pause
    By: Digital Man to Adam B on Thu Jan 08 2009 06:40 pm

    What JS method are you using to display the file? The console.printfile() method will automatically pause for each screen, normally.

    Thanks for the reply. I am using:

    console.printfile( "/sbbs/text/contract.txt", P_NONE );

    I also tried it with no 2nd argument. No pause.

    Any ideas?

    Thanks! - Adam

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT/SYNCNIX to Adam B on Fri Jan 9 05:52:00 2009
    Re: File Auto Pause
    By: Adam B to Digital Man on Fri Jan 09 2009 02:41 am

    What JS method are you using to display the file? The
    console.printfile() method will automatically pause for each screen, normally.

    console.printfile( "/sbbs/text/contract.txt", P_NONE );

    Any ideas?

    Do you have "Screen Pause" turned off in your user config?

    ---
    Synchronet - Jump on the Web 0.2 bandwagon!

    ---
    þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)
  • From Digital Man@VERT to Adam B on Fri Jan 9 08:35:00 2009
    Re: File Auto Pause
    By: Adam B to Digital Man on Fri Jan 09 2009 02:41 am

    Re: File Auto Pause
    By: Digital Man to Adam B on Thu Jan 08 2009 06:40 pm

    What JS method are you using to display the file? The
    console.printfile() method will automatically pause for each screen, normally.

    Thanks for the reply. I am using:

    console.printfile( "/sbbs/text/contract.txt", P_NONE );

    I also tried it with no 2nd argument. No pause.

    Any ideas?

    Things to try:

    1. Verify that none of the lines in the file are > 79 chars in length.
    2. Add the code "@pon@" (uppercase the PON part) to the top off the file.

    digital man (xbox-live: digitlman)

    Snapple "Real Fact" #113:
    The fastest recorded speed of a racehorse was over 43 mph.
    Norco, CA WX: ---øF, ---% humidity, NaN mph --- wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Adam B@VERT to Deuce on Mon Jan 12 16:05:00 2009
    Re: File Auto Pause
    By: Deuce to Adam B on Fri Jan 09 2009 10:52 am

    Do you have "Screen Pause" turned off in your user config?

    Well, there is no logged in user when this is shown. The user is in the craeation process. This might be why.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Adam B@VERT to Digital Man on Mon Jan 12 16:05:00 2009
    Re: File Auto Pause
    By: Digital Man to Adam B on Fri Jan 09 2009 01:35 pm

    2. Add the code "@pon@" (uppercase the PON part) to the top off the file.

    The PON macro worked! Thanks!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net