Re: [Gambas-user] R: Can't print in Gambas 3 [solved]

2012-05-17 Thread Ru Vuott
No. You must specify the event name if you want to catch the events raised by the Printer object. -- Benoît Minisini ...Oh, yes, Benoît. I forgot that it's an object ! Well, so: Private mijnprinter As New Printer Public Sub Form_Open() Object.Attach(mijnprinter, Me,

Re: [Gambas-user] R: Can't print in Gambas 3 [solved]

2012-05-17 Thread Benoît Minisini
Le 17/05/2012 10:36, Ru Vuott a écrit : No. You must specify the event name if you want to catch the events raised by the Printer object. -- Benoît Minisini ...Oh, yes, Benoît. I forgot that it's an object ! Well, so: Private mijnprinter As New Printer Public Sub

Re: [Gambas-user] R: Can't print in Gambas 3 [solved]

2012-05-16 Thread Johny Provoost
Hey man, that simple? Thanks now I can getting further. Going to sleep well now, Thanks Johny Op 16-05-12 23:13, Ru Vuott schreef: Uhmmm but... I do not used: Private mijnprinter As New Printer but I put on form a Printer-object ! Well, now I tried to use: Private mijnprinter As

Re: [Gambas-user] R: Can't print in Gambas 3 [solved]

2012-05-16 Thread Ru Vuott
Ok, Johny, but the mistery is: why Private mijnprinter As New Printer doesn't work ? ...a bug, maybe ? --- Mer 16/5/12, Johny Provoost johny.provo...@skynet.be ha scritto: Da: Johny Provoost johny.provo...@skynet.be Oggetto: Re: [Gambas-user] R: Can't print in Gambas 3

Re: [Gambas-user] R: Can't print in Gambas 3 [solved]

2012-05-16 Thread Benoît Minisini
Le 16/05/2012 23:36, Ru Vuott a écrit : Ok, Johny, but the mistery is: why Private mijnprinter As New Printer doesn't work ? ...a bug, maybe ? No. You must specify the event name if you want to catch the events raised by the Printer object. -- Benoît Minisini