Author Topic: Input with Axe  (Read 1913 times)

0 Members and 1 Guest are viewing this topic.

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Input with Axe
« 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?

Ashbad

  • Guest
Re: Input with Axe
« Reply #1 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?

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Input with Axe
« Reply #2 on: June 06, 2011, 04:40:34 pm »
I'm using 0.5.3.

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Input with Axe
« Reply #3 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?