textareas

BlitzMax Forums/BlitzMax Programming/textareas

splinux(Posted 2006) [#1]
I'm programming a chat program with BMax, but i'm having some problems:
1)how could i write colored text into a textarea?
2)how, if the text in the textarea is longer than its height, could i make it showing the lowest part?

Can someone help me, please?


splinux(Posted 2006) [#2]
2)using addtextareatext(textarea, text) works for the second question.
but how could i do for the first?


assari(Posted 2006) [#3]
Check the MaxGUI tutorials: Tutorial 16: The TextArea Gadget


splinux(Posted 2006) [#4]
Ok.
with some modifications it worked.
Thank you very much.