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

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
kuiwu_zh
Posts: 59
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

2.png

3.png
To see the attached files, you need to log into the forum.

admin
Site Admin
Posts: 66631
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