Jump to content



Photo
- - - - -

How to resize screen in BASIC


  • Please log in to reply
2 replies to this topic

#1 qwerty841

qwerty841

    Casio Freak

  • Members
  • PipPipPipPip
  • 198 posts
  • Gender:Male
  • Location:vernal

  • Calculators:
    ClassPad 300,TI 83 PSE,TI Voyage 200,Windows Calculator

Posted 19 January 2004 - 06:59 PM

How do you make the output window or the graph screen full screen or switch places from BASIC?

#2 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 19 January 2004 - 10:07 PM

there is no good way to do this at the moment, the only way to have the scren be at full size is to use Pause and prompt the user to click the resize button. on the graph screen you can test if it is in full size or not with something like:

PxlOn 1,1
StrPict tmp
Lbl test
Message "please maximise the graph screen"
RclPict tmp
if PxlTest(1,1)<>0
Then
Goto test
IfEnd

#3 Overlord

Overlord

    Casio Technician

  • Moderator
  • PipPipPipPipPipPip
  • 355 posts
  • Gender:Male
  • Location:Brussels - Belgium
  • Interests:Math Researcher

  • Calculators:
    My head - C300 OS 3.00 - G100 Rom 1.02 - G65 - G60 - G25

Posted 20 January 2004 - 10:19 AM

Do

Message "Click on RESIZE then on |>"
ViewWindow 1,155,0,51,127,0
Text 1,1,"" // to activate the graph screen (i want a full graph screen)
Pause // user must resize the screen here

PlotOn 1,177
If pxlTest(1,1)=1
Then:Break
IfEnd

Message "You haven't resized the screen","ERROR"

LpWhile 1




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users