[Gambas-user] I need simple example

M. Cs. mohareve at ...626...
Sat Jun 25 11:01:04 CEST 2011


Hi,
I know how to print text in G2, but I'd need a simple transcription
for the following G2 code to G3:

PUBLIC SUB ExecutePrint(mytext)

IF Printer.Setup() THEN RETURN
Printer.Resolution = 300
Draw.Begin(Printer)
Draw.Font.Size = 12
Draw.Text(mytext, 564, 457)
Draw.End

END

The examples prepared for the GUI are much too complicated (were also in G2).
"Simplicity!" (Hannibal Lecter)

Thanks!




More information about the User mailing list