[Gambas-user] Report

Rob Kudla sourceforge-raindog2 at ...94...
Tue Jan 17 03:56:14 CET 2006


On Mon January 16 2006 19:14, Marco Gusy wrote:
> I don't know if this could interest you... once i wrote a
> class in VB to create postscript files from simple draw
> instructions. (print, line, newpage) I can convert it to
> gambas easly

It would be great if you could post this.  Maybe we could 
translate it and use it as the basis for a Postscript drawing 
object.

dim ps as PostscriptFile
Draw.Begin(ps)
Draw.Text("Postscript Text",100,100)
Draw.End

Of course, Draw is a gb.qt class so it probably would be more 
complicated than that, but I'd still love to see that VB code.

Thanks
Rob




More information about the User mailing list