On 8/11/07, <b class="gmail_sendername">Bill Schwab</b> &lt;<a href="mailto:BSchwab@anest.ufl.edu">BSchwab@anest.ufl.edu</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Another thing that scares me a bit is printing.&nbsp;&nbsp;I simply have not<br>investigated it in Squeak, but will need to do so.<br></blockquote></div><br>When you do start looking, start with TextPrinter.&nbsp; I&#39;ve done a few things with printing (all on Windows, and with much older versions of the code), and it works pretty well.&nbsp; Of course, I&#39;ve mostly been printing graphs/diagrams, which really doesn&#39;t use much of TextPrinter, just some of the low level stuff.&nbsp; Basically, if you want, you can just write to the printer form and push it to the printer itself.
<br><br>Note exactly a very rich tools right now, but sufficient, and workable if you need more complex stuff built on top of it.<br>