Oct. 22, 2011
9:33 a.m.
Schwab,Wilhelm K wrote:
I still get the error handling failure when attempting
HtmlParser parse:Clipboard default clipboardText readStream.
Again, the expression is wrong, but it should give only a walkback, not the preceding error.
Oh I can reproduce this one easily: Just do this: | buf out | buf := ByteArray new: 1024. out := NullStream new. (ZLibWriteStream on: out) nextPutAll: buf. (the 'out' stream should have been binary in order for the code to be correct) -- View this message in context: http://forum.world.st/ANN-1-3-One-Click-13315-tp3918441p3927851.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.