Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Printer / Drucker

    How can I print the results on a printer? I found nothing about it.

    Wie kann ich Ergebnisse ausdrucken? Ich habe nichts dazu gefunden.
    --
    MfG Werner Warweg
    mailto:werner.warweg@kdv-dt.de, [url]http://www.kdv-dt.de[/url]

    Werner Warweg Guest

  2. Similar Questions and Discussions

    1. Win32::Printer::Enum::Printer($server)
      Has anyone ever managed to get Win32::Printer::Enum::Printer($server) to enumerate printers on a server? I've tried $server with a plain server...
    2. Looking for a printer....
      <JohnO@adobeforums.com> wrote in message news:2cd0a5cc.25@webx.la2eafNXanI... Turns out their annual minimum is way over our maximum. Great...
    3. printer
      Have a windowsxp2003---cannot get Lexmark printer to print
    4. Which Printer ???????????
      Hi, Wonder if anyone could offer any printer advice?? I have a Canon S820 at the moment - I've been really happy with the results until the...
    5. HELP ON PRINTER
      When I install the network printer on a winxp home client, it seems to work ok. Then when the client is restarted the winxp home client can't print...
  3. #2

    Default Re: Printer / Drucker

    Werner Warweg wrote:
    > How can I print the results on a printer? I found nothing about it.
    >
    > Wie kann ich Ergebnisse ausdrucken? Ich habe nichts dazu gefunden.
    On what system?
    If your results are plain text you could use the system commands (lp, lpr, print or what ever you
    command shell uses.)

    If you're using some kind of Windowing system, then you might like to check your Ruby library
    (FXRuby or whatever you're using...)

    Hope that helps...

    Happy Rubying!

    Stephan

    Stephan Kämper Guest

  4. #3

    Default Re: Printer / Drucker



    Stephan Kämper schrieb:
    > Werner Warweg wrote:
    >
    >> How can I print the results on a printer? I found nothing about it.
    >>
    >> Wie kann ich Ergebnisse ausdrucken? Ich habe nichts dazu gefunden.
    >
    >
    > On what system?
    > If your results are plain text you could use the system commands (lp,
    > lpr, print or what ever you command shell uses.)
    >
    > If you're using some kind of Windowing system, then you might like to
    > check your Ruby library (FXRuby or whatever you're using...)
    >
    > Hope that helps...
    >
    > Happy Rubying!
    >
    > Stephan
    >
    Ich habe bereits an Jeroen geschrieben, hier seine Antwort:

    On Wednesday 12 November 2003 09:56 am, you wrote:
    >> Hello, Jeroen,
    >>
    >> as the first I ask for excuse for my bad English.
    >>
    >> I am a Ruby's newcomer and would also like to print with the editor. How
    >> this goes?
    >>
    >> I am grateful for an answer or a reference.
    This is currently not implemented. The print dialog is used only for
    selecting the printer; it isn't actually responsible for the text
    rendering itself.

    The editor (Adie) is still under development, and I hope to be able to
    address this topic in the upcoming version (after I get the new syntax
    coloring going).

    - Jeroen

    --
    MfG Werner Warweg
    mailto:werner.warweg@kdv-dt.de, [url]http://www.kdv-dt.de[/url]

    Werner Warweg Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139