Page 1 of 1

Show Cursor in InKeyStr

Posted: Sat Jul 14, 2018 2:56 pm
by fingus
Please add a table like "showcursor = true" for InKeyStr.

Maybe also blinking to see that there an Input awaits.

Re: Show Cursor in InKeyStr

Posted: Sat Sep 15, 2018 12:01 pm
by Allanon
Ops... I'm late here :)
I think it is a great addition to InKeyStr(),I've several inout requester routines that uses it but the user does not have the ability to see where is the cursor. Surely I can code it, but an inbuilt support wuold be awesome :D

Re: Show Cursor in InKeyStr

Posted: Sun Sep 16, 2018 10:36 pm
by airsoftsoftwair
Well, maybe :)

Re: Show Cursor in InKeyStr

Posted: Wed Sep 19, 2018 10:35 am
by Allanon
:D

Re: Show Cursor in InKeyStr

Posted: Mon Dec 10, 2018 3:47 pm
by airsoftsoftwair

Code: Select all

- New: InKeyStr() supports an additional optional argument now which allows you to enable a cursor;
  if this argument is set to TRUE, InKeyStr() will show a cursor and you will also be able to move
  the cursor by pressing the left and right cursor keys; this also allows you to insert new characters
  at arbitrary positions within the string; additionally, it's also possible to delete characters at
  arbitrary positions by pressing DEL when InKeyStr() is in cursor mode 

Re: Show Cursor in InKeyStr

Posted: Mon Jan 14, 2019 2:51 pm
by fingus
Thank you Andreas!