This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's TI-BASIC subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. TI-Basic => TI-BASIC
United-TI Archives -> TI-Basic
 
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Author Message
SnugenZ


Advanced Newbie


Joined: 20 Nov 2003
Posts: 52

Posted: 29 Nov 2003 11:52:31 pm    Post subject:

So far I have 4 outputs on a screen 7 I want to include text so it goes right in the middle but it always ends up showing the graphing lines ... so, is it possible to put the text in the middle along with outputs -- and is it possible to not have the graph line sshow up -- note this is all in a program -- common sense!
Back to top
JacobdeHaan


Member


Joined: 10 Jul 2003
Posts: 165

Posted: 30 Nov 2003 05:11:41 am    Post subject:

Are you just looking to turn off the Axis? (2nd+zoom, axesoff)
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 30 Nov 2003 07:08:50 am    Post subject:

You can't have Output( and Text( 's displayed on one screen, there's the homescreen (big characters) where you can use Output( and the graph screen (small characters) where you can use Text(.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 30 Nov 2003 11:13:08 am    Post subject:

You could do Text(-1,row,column,"text") to have big text on the graph screen.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 30 Nov 2003 11:21:52 am    Post subject:

Ah, yes, but only if you have a Ti83plus.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 30 Nov 2003 11:25:01 am    Post subject:

So get one!
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 30 Nov 2003 12:11:34 pm    Post subject:

Quit getting off-topic!
Back to top
SnugenZ


Advanced Newbie


Joined: 20 Nov 2003
Posts: 52

Posted: 30 Nov 2003 12:48:12 pm    Post subject:

Well I wnated to have thankyou in the middle of my screen in small letters but unfortunatly its not possible =[ -- this makes me very angered!
Back to top
Basjuh


Advanced Newbie


Joined: 19 Nov 2003
Posts: 56

Posted: 30 Nov 2003 12:58:23 pm    Post subject:

set a pause command after it, because how you describe it looks like you have ClrDraw directly after it...
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 30 Nov 2003 01:51:14 pm    Post subject:


Code:
AxesOff
ClrDraw
Text(29,32,"Thank you!
Pause
ClrDraw
Back to top
SnugenZ


Advanced Newbie


Joined: 20 Nov 2003
Posts: 52

Posted: 30 Nov 2003 02:03:35 pm    Post subject:

How can I put "AxesOff" In the code of my program -- I know you can hit 2nd Zoom, but other than that I don;t know how I can icorporate it with the code of the program ...
Back to top
SnugenZ


Advanced Newbie


Joined: 20 Nov 2003
Posts: 52

Posted: 30 Nov 2003 02:07:14 pm    Post subject:

Im dumb, I found it in the Catalog -- Props on your next post Robin -- It will be your 300th!
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 30 Nov 2003 02:15:13 pm    Post subject:

It would have been the 200th. I still have a long way to go until my 300th post.

What exactly don't you like about 2nd Zoom? If you're in the program editor, it will allow you to paste the command in. Catalog is slower, probably [Catalog][B][up][up][enter].

Edit: [Catalog][B][up][up][up][enter]. Forgot about a+bi


Last edited by Guest on 01 Dec 2003 04:07:32 pm; edited 1 time in total
Back to top
SnugenZ


Advanced Newbie


Joined: 20 Nov 2003
Posts: 52

Posted: 30 Nov 2003 03:12:19 pm    Post subject:

yes, I know I am terribly sorry about the typo
Back to top
SnugenZ


Advanced Newbie


Joined: 20 Nov 2003
Posts: 52

Posted: 30 Nov 2003 03:18:49 pm    Post subject:

Sorry I had to make another post for this =[ .... but I just noticed with that code, even after you prss enter, you ahve to get clear to show my "outputs" screen ... is there a way around this?
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 30 Nov 2003 04:01:11 pm    Post subject:

Is there a DispHome function? If not, you could just Output(1,1," (no space).
Back to top
SnugenZ


Advanced Newbie


Joined: 20 Nov 2003
Posts: 52

Posted: 30 Nov 2003 05:00:00 pm    Post subject:

A-ha ... thats perfect -- Either you guys have a lot of common sense, or are extremely smart -- =D
Back to top
Spyderbyte


Advanced Member


Joined: 29 May 2003
Posts: 372

Posted: 30 Nov 2003 10:25:44 pm    Post subject:

Sir Robin wrote:
Is there a DispHome function? If not, you could just Output(1,1," (no space).

Just a plain Disp displays the homecreen. I don't think it erases the "Done" though, so Output(1,1," is probably still better.

Spyderbyte
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 01 Dec 2003 12:24:35 pm    Post subject:

SnugenZ wrote:
Sorry I had to make another post for this =[

You don't have to, try the 'edit' button.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 01 Dec 2003 04:10:13 pm    Post subject:

Spyderbyte wrote:
Just a plain Disp displays the homecreen. I don't think it erases the "Done" though, so Output(1,1," is probably still better.

Spyderbyte

Actually, I think doing

Code:
:Disp
:"

would display the homescreen without a 'Done' and would be smaller. It's a tiny bit slower, but I don't think anyone would worry about that at the end of the program.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Page 1 of 2 » All times are UTC - 5 Hours

 

Advertisement