Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3695

Can't print to Comer brand printer

$
0
0

My apps do label printing under Windows OS the usual way, i.e.

g = PrinterSetup.OpenPrinter(MySetupString)

and then g.DrawText or g.DrawPicture.

This works fine for Dymo LabelWriters and for Jadens printers.

The Jadens has insufficient resolution, however, and Dymos without DRM are expensive and becoming rare, so I want to use a 300DPI Comer CX418HD.

After installing the manufacturer’s driver I can successfully print a test page to the Comer using the Windows control panel, but when I try to print from my Xojo apps (after having done Page Setup to initialize my setup string) nothing at all happens. The code executes, OpenPrinter returns a Graphics object, but the printer makes no indication of having received any data when I call DrawPicture or DrawText.

Why he no work?

10 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 3695

Trending Articles