Show Cursor in InKeyStr

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
fingus
Posts: 269
Joined: Fri Sep 16, 2011 9:53 am

Show Cursor in InKeyStr

Post by fingus »

Please add a table like "showcursor = true" for InKeyStr.

Maybe also blinking to see that there an Input awaits.
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Show Cursor in InKeyStr

Post 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
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Show Cursor in InKeyStr

Post by airsoftsoftwair »

Well, maybe :)
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Show Cursor in InKeyStr

Post by Allanon »

:D
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Show Cursor in InKeyStr

Post 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 
User avatar
fingus
Posts: 269
Joined: Fri Sep 16, 2011 9:53 am

Re: Show Cursor in InKeyStr

Post by fingus »

Thank you Andreas!
Post Reply