Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Hot_Dog on June 06, 2011, 03:56:02 pm

Title: Input with Axe
Post by: Hot_Dog on June 06, 2011, 03:56:02 pm
So far, no matter what I try, the keyword Input displays a blank screen with a blinking cursor, even after I use Disp.

For example:

Disp "PASSWORD", i
Input

The user will not see the word PASSWORD.  The screen is completely cleared.

Is there a solution besides creating my own input routine?
Title: Re: Input with Axe
Post by: Ashbad on June 06, 2011, 04:19:47 pm
Interesting.  I just tested it with Axe version 0.5.2, and it seems to work like it's supposed to.  What version are you using?
Title: Re: Input with Axe
Post by: Hot_Dog on June 06, 2011, 04:40:34 pm
I'm using 0.5.3.
Title: Re: Input with Axe
Post by: Hot_Dog on June 06, 2011, 05:36:56 pm
Sorry for my double post...I should probably point out that

Disp "PASSWORD", i
Input

comes after routines displaying graphics.  Is it possible that anything involving graphics would mess up the way Input works?