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

Things you’d like to miss in the future...
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
Post Reply
kuiwu_zh
Posts: 42
Joined: 24 May 2018 15:38

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

Post 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
1.png (6.3 KiB) Viewed 718 times

2.png
2.png (18.81 KiB) Viewed 718 times

3.png
3.png (17.46 KiB) Viewed 718 times

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

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

Post 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.)

Post Reply