Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Gui text stuff (https://forums.graalonline.com/forums/showthread.php?t=66938)

excaliber7388 06-26-2006 12:25 AM

Gui text stuff
 
How would I increase the amount you can type in a text box, add word wrap to said text box, and add a new line character to a string?

Skyld 06-26-2006 12:47 AM

Try a GuiMLTextEditCtrl (multi-line, editable) or a GuiMLTextCtrl (multi-line, static).

Also, a newline is "\n".

excaliber7388 06-26-2006 01:29 AM

Quote:

Originally Posted by Skyld
Try a GuiMLTextEditCtrl (multi-line, editable) or a GuiMLTextCtrl (multi-line, static).

Also, a newline is "\n".

I put "\n" in a string, but it did nothing for it :\
Also, when I use the ML text, it displays \n instead of an enter, even though both are MLText x_x


All times are GMT +2. The time now is 10:02 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.