Page 1 of 1

About script "input ()" and input box/combo-box font

Posted: 19 Feb 2022 14:47
by kuiwu_zh
Hello.



Question 1:

Code: Select all

input (,,,"e",,1200);
input (,,,"e",,1200,,"A|B|C");
The first script can set the width of the window.
The second script cannot set the width of the window.
Why?
Thank you.
When I use single line input, the default 800 pixels feel that it is not wide enough. I don't want to use multi line input. When I use single line input, I can press enter to execute, which is very convenient.



Question 2:

(Please look at the pictures below.)
Why are these two input boxes/combo-box not Edit Text?
Semicolons and asterisks don't look very clear.
Thank you.


1.png

2.png

3.png

Re: About script "input ()" and input box/combo-box font

Posted: 20 Feb 2022 16:38
by admin
1) A bug. :tup: Fix comes.

2) Mixing fonts here could break the layout. (It might work in the dialog but then there is inconsistency between dropdowns in dialog and in main form.)