Re: [Gambas-user] Paint.Begin() and printer.print

2013-02-16 Thread Benoît Minisini
Le 12/02/2013 00:07, Benoît Minisini a écrit : > Le 11/02/2013 21:19, Charlie Reinl a écrit : >> >> Sorry, but do you have news about that! >> The example is attached on the mail sent 15.01.2013. >> > > Sorry, I didn't mark your mail as important, so I forgot to look at it... > OK, I looked at you

Re: [Gambas-user] Paint.Begin() and printer.print

2013-02-11 Thread Benoît Minisini
Le 11/02/2013 21:19, Charlie Reinl a écrit : > > Sorry, but do you have news about that! > The example is attached on the mail sent 15.01.2013. > Sorry, I didn't mark your mail as important, so I forgot to look at it... -- Benoît Minisini

Re: [Gambas-user] Paint.Begin() and printer.print

2013-02-11 Thread Charlie Reinl
Am Dienstag, den 15.01.2013, 12:01 +0100 schrieb Karl Reinl: > Am Mittwoch, den 09.01.2013, 11:18 +0100 schrieb Benoît Minisini: > > Le 09/01/2013 11:11, Charlie Reinl a écrit : > > > Am Dienstag, den 08.01.2013, 22:50 +0100 schrieb Benoît Minisini: > > >> Le 08/01/2013 22:46, Karl Reinl a écrit :

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-15 Thread Karl Reinl
Am Mittwoch, den 09.01.2013, 11:18 +0100 schrieb Benoît Minisini: > Le 09/01/2013 11:11, Charlie Reinl a écrit : > > Am Dienstag, den 08.01.2013, 22:50 +0100 schrieb Benoît Minisini: > >> Le 08/01/2013 22:46, Karl Reinl a écrit : > >>> Salut, > >>> > >>> is that logical? > >>> For Paint.Begin() I n

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-09 Thread Charlie Reinl
Am Mittwoch, den 09.01.2013, 11:18 +0100 schrieb Benoît Minisini: > Le 09/01/2013 11:11, Charlie Reinl a écrit : > > Am Dienstag, den 08.01.2013, 22:50 +0100 schrieb Benoît Minisini: > >> Le 08/01/2013 22:46, Karl Reinl a écrit : > >>> Salut, > >>> > >>> is that logical? > >>> For Paint.Begin() I n

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-09 Thread Benoît Minisini
Le 09/01/2013 11:11, Charlie Reinl a écrit : > Am Dienstag, den 08.01.2013, 22:50 +0100 schrieb Benoît Minisini: >> Le 08/01/2013 22:46, Karl Reinl a écrit : >>> Salut, >>> >>> is that logical? >>> For Paint.Begin() I need a device object. >>> But if i start a printer with .print, Paint hijacks the

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-09 Thread Charlie Reinl
Am Dienstag, den 08.01.2013, 22:50 +0100 schrieb Benoît Minisini: > Le 08/01/2013 22:46, Karl Reinl a écrit : > > Salut, > > > > is that logical? > > For Paint.Begin() I need a device object. > > But if i start a printer with .print, Paint hijacks the printer as > > device. > > Had some day with bl

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-09 Thread Rolf-Werner Eilert
Am 09.01.2013 10:03, schrieb Benoît Minisini: > Le 09/01/2013 08:59, Rolf-Werner Eilert a écrit : >> >> >> Am 08.01.2013 22:46, schrieb Karl Reinl: >>> Salut, >>> >>> is that logical? >>> For Paint.Begin() I need a device object. >>> But if i start a printer with .print, Paint hijacks the printer

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-09 Thread Benoît Minisini
Le 09/01/2013 08:59, Rolf-Werner Eilert a écrit : > > > Am 08.01.2013 22:46, schrieb Karl Reinl: >> Salut, >> >> is that logical? >> For Paint.Begin() I need a device object. >> But if i start a printer with .print, Paint hijacks the printer as >> device. >> Had some day with blanc pages, while se

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-09 Thread Rolf-Werner Eilert
Am 08.01.2013 22:46, schrieb Karl Reinl: > Salut, > > is that logical? > For Paint.Begin() I need a device object. > But if i start a printer with .print, Paint hijacks the printer as > device. > Had some day with blanc pages, while setting Paint.Begin() in > printer_Begin(). > What worked when

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-08 Thread Benoît Minisini
Le 08/01/2013 22:46, Karl Reinl a écrit : > Salut, > > is that logical? > For Paint.Begin() I need a device object. > But if i start a printer with .print, Paint hijacks the printer as > device. > Had some day with blanc pages, while setting Paint.Begin() in > printer_Begin(). > What worked when p

[Gambas-user] Paint.Begin() and printer.print

2013-01-08 Thread Karl Reinl
Salut, is that logical? For Paint.Begin() I need a device object. But if i start a printer with .print, Paint hijacks the printer as device. Had some day with blanc pages, while setting Paint.Begin() in printer_Begin(). What worked when project is started as executable, but not when used as lib