draw text inside panel

BlitzMax Forums/BlitzMax Programming/draw text inside panel

Keith Gilbert(Posted 2009) [#1]
hi all,
I have created one panel , i need to draw some text inside that panel.
Is it possible to draw text inside panel.
If possible please guide me how to do so..


SebHoll(Posted 2009) [#2]
I have created one panel

Do you mean a MaxGUI panel? I.e. created using CreatePanel()?

If so, you can use CreateLabel() to draw text labels inside the panel.


Brucey(Posted 2009) [#3]
Or you can create a canvas instead, and DrawText.


sswift(Posted 2009) [#4]
Or you can use a textarea which gives you a lot of control over the apeparance of the text in it.