PaulSquires / WinFBE

FreeBASIC Editor and Visual Designer for Windows
https://www.planetsquires.com
GNU General Public License v3.0
152 stars 39 forks source link

Maximum Numer Of Characters In TextBox #7

Closed Hoffenbar closed 5 years ago

Hoffenbar commented 5 years ago

Regardless of what combination of properties I configure (MaxLength 32000), I never can enter more characters (lines) in the textbox than possible within the visible view. No scrolling happens. There must be something that I missed.....

Hoffenbar commented 5 years ago

An addition: In the last visible line, nothing happens if i press enter...

PaulSquires commented 5 years ago

You will need to download the latest WinFormsX code files from https://github.com/PaulSquires/WinFormsX and overwrite the ones that ship in WinFBE ( \WinFBE_Suite\FreeBASIC-1.06.0\inc\WinFormsX )

When you load your project, ensure that the TextBox property "AcceptsReturn" is set to true. The code generation may not be triggered so change a couple of properties or move the control on the form to ensure that the Form gets saved and code gets regenerated.

PaulSquires commented 5 years ago

Closed