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

Re: [Gambas-user] Bug in Gambas2 packager

2010-05-31 Thread EA7DFH
El 31/05/10 17:19, EA7DFH escribió: > El 31/05/10 00:11, Benoît Minisini escribió: >>> ouch old bug from the ubuntu staff... tell them >>> >> >> Yes. The name of a package is "gambas2" followed by the name of the >> component, >> the points being replaced by dashes. >> >> So: gb.db.sqlite3 => gam

[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

Re: [Gambas-user] Bug in Gambas2 packager

2010-05-31 Thread EA7DFH
El 31/05/10 00:11, Benoît Minisini escribió: >> ouch old bug from the ubuntu staff... tell them >> > > Yes. The name of a package is "gambas2" followed by the name of the > component, > the points being replaced by dashes. > > So: gb.db.sqlite3 => gambas2-gb-db-sqlite3. > > Without following t