Page 2 of 2

Re: PRINT Subsystem

Posted: Fri Oct 23, 2009 4:22 pm
by mol
Roberto Lopez wrote: The important question is: With the original LaserJet 2100 driver and using print command (instead functions) the print is ok?

I want to know if the issue is related to a specific driver or the preprocessor.

Anyway, please, coonsider that _hmg_printer_* functions are INTERNAL and are not intended to be used directly, so if the commands works ok, there is no a true problem.

Regards,
Roberto.
command:
@ prow, pcol PRINT
always works good.

command
_HMG_ ...
works good on some printers.

about LJ2100: original driver doesn't work properly for _HMG_ function, but works good for @ prow,pcol PRINT command

PS. I can change my code to conditionally use @ prow,pcol PRINT command.
It's not prime topic to me.

Re: PRINT Subsystem

Posted: Fri Oct 23, 2009 4:51 pm
by Roberto Lopez
mol wrote:
Roberto Lopez wrote: The important question is: With the original LaserJet 2100 driver and using print command (instead functions) the print is ok?

I want to know if the issue is related to a specific driver or the preprocessor.

Anyway, please, coonsider that _hmg_printer_* functions are INTERNAL and are not intended to be used directly, so if the commands works ok, there is no a true problem.

Regards,
Roberto.
command:
@ prow, pcol PRINT
always works good.

command
_HMG_ ...
works good on some printers.

about LJ2100: original driver doesn't work properly for _HMG_ function, but works good for @ prow,pcol PRINT command

PS. I can change my code to conditionally use @ prow,pcol PRINT command.
It's not prime topic to me.
Thanks.

I'll do the 'propertization' ASAP.

Regards,

Roberto.

Re: PRINT Subsystem

Posted: Tue Jan 26, 2010 6:33 am
by mol
Hi Roberto!
I want to reefresh problem of 'propertization' printing subsystem....
ASAP, of course :-)

Re: PRINT Subsystem

Posted: Tue Jan 26, 2010 10:23 am
by Roberto Lopez
mol wrote:Hi Roberto!
I want to reefresh problem of 'propertization' printing subsystem....
ASAP, of course :-)
Don't worry, it is still in top of my TODO list :)

Re: PRINT Subsystem

Posted: Wed Jan 27, 2010 12:10 pm
by mol
I'm glad!