Re: [Gambas-user] Gambas3:draw.begin(printer)

2010-06-02 Thread Leonardo Miliani
Il giorno mar, 01/06/2010 alle 13.15 +0200, Fabien Bodard ha scritto: > 2010/6/1 Leonardo Miliani : > > Il giorno lun, 31/05/2010 alle 18.51 +0200, Fabien Bodard ha scritto: > >> 2010/5/31 charlesg : > >> > > >> > Hi > >> > > >> > Converting Gambas2 to Gambas3 using QT. > >> > > >> > draw.begin(pri

Re: [Gambas-user] Gambas3:draw.begin(printer)

2010-06-01 Thread BenoƮt Minisini
> Thanks Fabien for your reply. After much struggle I still cannot get a > result and include the following for the amusement of all. :) > > prnter is not aware of events begin and draw. Rsult is T and thus a > failure. The program does spit an empty sheet from the printer. If someone > could corr

Re: [Gambas-user] Gambas3:draw.begin(printer)

2010-06-01 Thread charlesg
Thanks Fabien for your reply. After much struggle I still cannot get a result and include the following for the amusement of all. :) prnter is not aware of events begin and draw. Rsult is T and thus a failure. The program does spit an empty sheet from the printer. If someone could correct the cod

Re: [Gambas-user] Gambas3:draw.begin(printer)

2010-06-01 Thread Fabien Bodard
2010/6/1 Leonardo Miliani : > Il giorno lun, 31/05/2010 alle 18.51 +0200, Fabien Bodard ha scritto: >> 2010/5/31 charlesg : >> > >> > Hi >> > >> > Converting Gambas2 to Gambas3 using QT. >> > >> > draw.begin(printer) now says that printer is 'not a drawable object' >> > printer.name reports correct

Re: [Gambas-user] Gambas3:draw.begin(printer)

2010-06-01 Thread Leonardo Miliani
Il giorno lun, 31/05/2010 alle 18.51 +0200, Fabien Bodard ha scritto: > 2010/5/31 charlesg : > > > > Hi > > > > Converting Gambas2 to Gambas3 using QT. > > > > draw.begin(printer) now says that printer is 'not a drawable object' > > printer.name reports correctly. > yes it's true as printer do not

Re: [Gambas-user] Gambas3:draw.begin(printer)

2010-05-31 Thread Fabien Bodard
2010/5/31 charlesg : > > Hi > > Converting Gambas2 to Gambas3 using QT. > > draw.begin(printer) now says that printer is 'not a drawable object' > printer.name reports correctly. yes it's true as printer do not use, draw any now, but paint. so you have to draw the page in the _draw event of the pr

[Gambas-user] Gambas3:draw.begin(printer)

2010-05-31 Thread charlesg
Hi Converting Gambas2 to Gambas3 using QT. draw.begin(printer) now says that printer is 'not a drawable object' printer.name reports correctly. Grateful any help or pointer to the documentation I can't find! rgds -- View this message in context: http://old.nabble.com/Gambas3%3Adraw.begin%2