I am making an information page in Gecko where application information is shown, but there is the problem pictured below that has been giving me headaches. What should I do?
I could sware that i've cammed across a dll for that, tiled as "outlook like tab menu" or something similar, in one of my before i got divorced web searches...
Form.DrawString and Form.FDrawString also support multiline strings:
B4X:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
form1.DrawString("This is a long sentence.", 14, 10, 10, 100, 200, cRed)
End Sub