Multiline TextBox Issue in Windows 10 1809

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 4 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
FfmNet
Posts: 3
Last visit: Tue Dec 08, 2020 5:43 am

Multiline TextBox Issue in Windows 10 1809

Post by FfmNet »

To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: lastest Version
32 or 64 bit version of product: 64bit
Operating system: Windows 10 1809
32 or 64 bit OS: 64bit

*** Please add details and screenshots as needed below. ***
Is there any possibility to fix the issue with multiline Textboxes with Windows 10 1809 ?

One of my customers uses this Windows 10 1809 version and it is not possible to get a 1803 version, an the most of my gui scripts uses multiline textboxes.

Many Thx

DO NOT POST LICENSES, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM
User avatar
Alexander Riedel
Posts: 8488
Last visit: Tue Apr 16, 2024 8:42 am
Answers: 20
Been upvoted: 37 times

Re: Multiline TextBox Issue in Windows 10 1809

Post by Alexander Riedel »

That's not really a PowerShell Studio issue, but a Windows issue that should be directed at Microsoft.

A possible work around is to give yourself some vertical breathing room on your controls, get the font of the edit control when the form is created
and size any multi-line edit control vertically so that it is a full multiple of the font height. If you have a horizontal scrollbar, you need to take that height into account as well.
That would simply avoid the issue.
Alexander Riedel
SAPIEN Technologies, Inc.
This topic is 4 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.