[Gambas-user] Printing, don't see my mistake

Gregor Burck gregor at ...2441...
Thu Oct 25 10:05:38 CEST 2012


Hi,

I don't understand how to print in gambas3. Even when I look at the example I don't find my mistake, I got always a blank page:

Public Sub AnsichtDrucken()

 If prt.Configure() Then Return

 Me.Enabled = False
 Inc Application.Busy
 prt.Print
 Dec Application.Busy
 Me.Enabled = True

End

 Public Sub prt_Draw()

 Paint.Text("Hello World", 200, 200, 300, 50)

End

I tried out other code with Rectangle and Scale and and and,...
The documentation diddn't help me so long, maybe I don't understand the clue.

Bye

Gregor
--







More information about the User mailing list