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?
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
What JS method are you using to display the file? The console.printfile() method will automatically pause for each screen, normally.
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?
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?
Do you have "Screen Pause" turned off in your user config?
2. Add the code "@pon@" (uppercase the PON part) to the top off the file.
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 578 |
Nodes: | 8 (0 / 8) |
Uptime: | 28:58:36 |
Calls: | 10,736 |
Calls today: | 1 |
Files: | 5 |
Messages: | 443,190 |
Posted today: | 1 |