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
> 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
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
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
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
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
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