You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

juan

Beginner

  • "juan" started this thread

Posts: 20

Date of registration: Dec 11th 2008

  • Send private message

1

Monday, December 15th 2008, 10:40pm

Printer object in Jabaco

Hello again Manuel:
What about Printer object in Jabaco?
Printer.print "Hello world!" ' <- Jabaco return: "... Function or variable not defined!"
Thank-you.

Manuel

Administrator

  • "Manuel" is male

Posts: 256

Date of registration: Jul 16th 2008

Location: Erlangen, Germany

Occupation: Software Developer

Hobbies: Jabaco, game theory, text-mining

  • Send private message

2

Monday, December 15th 2008, 10:43pm

> What about Printer object in Jabaco?

not implemented yet => use the java-function to do that, or better => implement a wrapper for jabaco: http://java.sun.com/docs/books/tutorial/2d/printing/

JCato

Beginner

  • "JCato" is male

Posts: 4

Date of registration: Jan 3rd 2009

Location: Meridian, MS USA

Occupation: Manager

Hobbies: Martial Arts

  • Send private message

3

Wednesday, January 7th 2009, 2:14am

How to use the printer dialog - code.

This worked for me...


Dim p As java#awt#print#PrinterJob = java#awt#print#PrinterJob.getPrinterJob
p.printDialog

Rate this thread
WoltLab Burning Board