draw text inside panel
BlitzMax Forums/BlitzMax Programming/draw text inside panel| 
 | ||
| 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.. | 
| 
 | ||
|  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. | 
| 
 | ||
| Or you can create a canvas instead, and DrawText. | 
| 
 | ||
| Or you can use a textarea which gives you a lot of control over the apeparance of the text in it. |