Subject: Printing in Squeak - msg#00079
List: lang.smalltalk.squeak.beginners
Hi list!
Someone knows how to send work for more than one printer from a Squeak
image? What I saw until now is if I need to have something printed, I
need to convert to Postscript and then send to the printer. But if I
have a plain text printer? Or if I need to send to a printer in the
network, and not to the local one?
Thanks for the answers.
--
Fábio
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: self executable with squeak -- pause on startup
what I do is dragging an image on the squeak icon or shortcut... and it is fast ;)CÃdrick
_______________________________________________
Beginners mailing list
Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Next Message by Date:
click to view message preview
linux squeak startup
Hi all :)do you know how to make an init.d script to start squeak each time a linux server starts... It's for seaside. For now I use a command line squeak -nodisplay myImage.image but when I close the shell, squeak stops too
Thanks for all :)CÃdrick
_______________________________________________
Beginners mailing list
Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Previous Message by Thread:
click to view message preview
Tables for WideString?
Hello!!!
I have problems with WideString. (realy not with WideString, but
debugger brings me to this class). When I send #beginsWith: message to
WideString, squeak invokes String>>beginsWith: and this method use
String>>findSubstring:in:startingAt:matchTable:
For String matchTables (AsciiOrder CaseInsensitiveOrder
CaseSensitiveOrder) contains 256 bytes.
So when invoked 'matchTable at: myWideChar asciiValue + 1' -- i get
error -- 'subscript is out of bounds'.
How to fix this?
I must create my own huge tables for wide strings?
And another question.
From class definition for WideString
'String variableWordSubclass: #WideString'
What means 'variableWordSubclass' and is it restrict me in some way,
or I can ignore this?
Thanks.
Alex.
_______________________________________________
Beginners mailing list
Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Next Message by Thread:
click to view message preview
linux squeak startup
Hi all :)do you know how to make an init.d script to start squeak each time a linux server starts... It's for seaside. For now I use a command line squeak -nodisplay myImage.image but when I close the shell, squeak stops too
Thanks for all :)CÃdrick
_______________________________________________
Beginners mailing list
Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/mailman/listinfo/beginners