CodeWalrus

Development => Calculators => Calculator News, Coding, Help & Talk => Topic started by: SiphonicSugar on October 01, 2015, 10:33:05 PM

Title: Input Command on Graph Screen
Post by: SiphonicSugar on October 01, 2015, 10:33:05 PM
Does anyone know of a way to use the Input command on the graph screen, instead of on the usual home screen?
Title: Re: Input Command on Graph Screen
Post by: Snektron on October 01, 2015, 10:35:00 PM
I dont think its possible. You'll have to make your own input routine with getKey^r
Title: Re: Input Command on Graph Screen
Post by: Dream of Omnimaga on October 02, 2015, 03:05:06 AM
Yeah sadly I don't think you can do that. In TI-BASIC the closest thing you can do is set the calc in Horiz/Horizonal/Split-screen mode. It will show half of the graph screen and half of the home screen. In Axe you probably need to do as Cumred says.
Title: Re: Input Command on Graph Screen
Post by: SJCubed on October 02, 2015, 03:12:39 AM
Using getKey would unfortunately be the only way.

http://tibasicdev.wikidot.com/custominput (http://tibasicdev.wikidot.com/custominput)

I think you can use something like this technique.