Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 72:02:25 |
| Calls: | 12 |
| Files: | 12,939 |
| Messages: | 99,283 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
I'm trying to figure out how to place a cursor in a ansi display. I'm using TheDraw and PabloDraw with acouple if different ctrl @. Can't see the find the right one. I've tried PUSHXY, GOTOXY:x,y and CLR2EOL. How do others place a cursor in a display?
Hello All.
I'm trying to figure out how to place a cursor in a ansi display. I'm using TheDraw and PabloDraw with acouple if different ctrl @. Can't see the find the right one. I've tried PUSHXY, GOTOXY:x,y and CLR2EOL. How do others place a cursor in a display?
Re: Placing a cursor
By: Richard Vonzel to All on Wed Jun 11 2025 07:28 am
I'm trying to figure out how to place a cursor in a ansi display.
I'm using TheDraw and PabloDraw with acouple if different ctrl
@. Can't see the find the right one. I've tried PUSHXY,
GOTOXY:x,y and CLR2EOL. How do others place a cursor in a
display?
I haven't used those codes myself, but I think you could do something
like @GOTOXY:1,5@ . But you say it's not working?
Also, I remember TheDraw providing cursor movement via animation.
Years ago I used to make some ANSIs for my BBS with a small cursor movement to place the cursor at a certain location. I know that works
for ANSI, though I'm not certain if that would work if the ANSI is converted to Synchronet attribute codes.
Re: Placing a cursor
By: Richard Vonzel to All on Wed Jun 11 2025 07:28 am
Hello All.
I'm trying to figure out how to place a cursor in a ansi display.
I'm using TheDraw and PabloDraw with acouple if different ctrl @.
Can't see the find the right one. I've tried PUSHXY, GOTOXY:x,y and
CLR2EOL. How do others place a cursor in a display?
Can you further elaborate on what you're trying to achieve? Are you
trying to create a prompt/form input style "ansi display" screen or animated artwork or what?
--
digital man (rob)
Hello Digital.
05 Nov 70 06:03, you wrote to me:
Re: Placing a cursor
By: Richard Vonzel to All on Wed Jun 11 2025 07:28 am
Hello All.
I'm trying to figure out how to place a cursor in a ansi display.
I'm using TheDraw and PabloDraw with acouple if different ctrl @.
Can't see the find the right one. I've tried PUSHXY, GOTOXY:x,y and
CLR2EOL. How do others place a cursor in a display?
Can you further elaborate on what you're trying to achieve? Are you trying to create a prompt/form input style "ansi display" screen or animated artwork or what?
--
digital man (rob)
I created a .ans for one of my external program areaa, and just want to put the cursor at the end of the "choice"
like "make a selection :" Cursor at the colon.
Richard Vonzel wrote to All <=-
Hello All.
I'm trying to figure out how to place a cursor in a ansi display. I'm using TheDraw and PabloDraw with acouple if different ctrl @. Can't
see the find the right one. I've tried PUSHXY, GOTOXY:x,y and CLR2EOL.
How do others place a cursor in a display?
Re: Placing a cursor
By: Richard Vonzel to Digital Man on Wed Jun 11 2025 02:07 pm
Hello Digital.
05 Nov 70 06:03, you wrote to me:
Re: Placing a cursordisplay.
By: Richard Vonzel to All on Wed Jun 11 2025 07:28 am
Hello All.
I'm trying to figure out how to place a cursor in a ansi
@.I'm using TheDraw and PabloDraw with acouple if different ctrl
andCan't see the find the right one. I've tried PUSHXY, GOTOXY:x,y
Are youCLR2EOL. How do others place a cursor in a display?
Can you further elaborate on what you're trying to achieve?
trying to create a prompt/form input style "ansi display"screen or
animated artwork or what?
--
digital man (rob)
I created a .ans for one of my external program areaa, and just
want to put the cursor at the end of the "choice" like "make a
selection :" Cursor at the colon.
Use the @EOF@ code for that purpose. Ctrl-AZ would also work, but
@-codes are usually easier to enter to an editor by hand.
--
digital man (rob)
Richard Vonzel wrote to All <=-
Hello All.
I'm trying to figure out how to place a cursor in a ansi display.
I'm using TheDraw and PabloDraw with acouple if different ctrl
@. Can't see the find the right one. I've tried PUSHXY,
GOTOXY:x,y and CLR2EOL. How do others place a cursor in a
display?
If you want the cursor to be at the end of the display, put @EOF@
where you want it.
Hello All.
I'm trying to figure out how to place a cursor in a ansi display. I'm using TheDraw and PabloDraw with acouple if different ctrl @. Can't see the find the right one. I've tried PUSHXY, GOTOXY:x,y and CLR2EOL. How do others place a cursor in a display?
Thanks,
Rick V