Re: [Gambas-user] Printing and Drawing in GB3

2012-11-20 Thread Fabien Bodard
maybe i can help you 2012/11/20 Rolf-Werner Eilert > > > Am 20.11.2012 11:45, schrieb Charlie Reinl: > > Am Dienstag, den 20.11.2012, 10:58 +0100 schrieb Rolf-Werner Eilert: > >> Hi, > >> > >> just to make sure I haven't overseen anything... In GB2 I could use Draw > >> to draw into a DrawingAr

Re: [Gambas-user] Printing and Drawing in GB3

2012-11-20 Thread Rolf-Werner Eilert
Am 20.11.2012 11:45, schrieb Charlie Reinl: > Am Dienstag, den 20.11.2012, 10:58 +0100 schrieb Rolf-Werner Eilert: >> Hi, >> >> just to make sure I haven't overseen anything... In GB2 I could use Draw >> to draw into a DrawingArea or Picture or Printer object. In GB3 for a >> Printer, I have to u

Re: [Gambas-user] Printing and Drawing in GB3

2012-11-20 Thread Charlie Reinl
Am Dienstag, den 20.11.2012, 10:58 +0100 schrieb Rolf-Werner Eilert: > Hi, > > just to make sure I haven't overseen anything... In GB2 I could use Draw > to draw into a DrawingArea or Picture or Printer object. In GB3 for a > Printer, I have to use Paint instead, and Printer is completely event

[Gambas-user] Printing and Drawing in GB3

2012-11-20 Thread Rolf-Werner Eilert
Hi, just to make sure I haven't overseen anything... In GB2 I could use Draw to draw into a DrawingArea or Picture or Printer object. In GB3 for a Printer, I have to use Paint instead, and Printer is completely event driven (_Begin, _Draw, _End)? This would mean re-writing my printer-preview a