← Back to team overview

sikuli-driver team mailing list archive

[Bug 1597639] Re: [request] inputText() should have more options --- fixed 1.1.1 2016-07-03

 

Dear Raiman, thank a lot for improving user experience in this input
tool (and so quick)! I've tested this and found a few problems.

So, this is my test code:

Settings.InputFontSize = 15    # works fine
Settings.InputFontMono = True
a = inputText("Tell your story please!",title="Script request",lines=27,width=18,text="Box for your text.")

It seems lines and width settings have reverse effect on the text box,
so we get 27 symbols width and 18 lines height. Also it is not
documented how to change message text size. It remains the same, very
small. Please, see the attachment.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1597639

Title:
  [request] inputText() should have more options --- fixed 1.1.1
  2016-07-03

Status in Sikuli:
  Fix Committed

Bug description:
  Hi!

  Could it be possible to bring some custumisation options to
  inputText(), that is a rather useful feature in Sikuli? Currently it
  has such disadvantages: very small text in the message as well as
  user's input text, no scrolling and no text line breaking to be
  visible in the box. I know this is a "notepad in Sikuli" :) but what
  if it is easy to bring such options?

  I got acquainted with
  https://answers.launchpad.net/sikuli/+question/240592 similar
  question, but those solution is not as suitable as oneline inputtext()
  in small scripts and for beginners.

  Well, the text should be a bit larger in the inputtext() at least.
  Other options might be less important currently.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1597639/+subscriptions


References