Comment 4 for bug 1597639

Revision history for this message
Alex Lunyov (lunyov-av) wrote : 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.