FW: [pws] SwikiNavigation aand v3.2 gamma

John Voiklis voiklis at redfigure.org
Thu Jun 20 12:48:13 PDT 2002


Hello Michael and everyone,

Here is the response from the Je77 at GATech. Does any one know of a "more
compatible way of getting those images in?"

The complete code can be found here:
http://manatee.cc.gatech.edu:8080/plug-in/SwikiNavigation.st.

Thank you for any help you can offer,

John

-----Original Message-----
From: owner-pws at cc.gatech.edu [mailto:owner-pws at cc.gatech.edu]On Behalf
Of Jochen F. Rick
Sent: Wednesday, June 19, 2002 5:04 PM
To: pws at cc.gatech.edu
Subject: Re: [pws] SwikiNavigation aand v3.2 gamma


Strange. It doesn't seem to want to take in the images at the bottom of
the change set. If you can find some more compatible way of getting those
images in, let me know.

As far as docs, imged, and forward are concerned, I'll try to get them
out this week. I've been busy and probably will not be not busy for quite
a while.

Peace and Luck!

Je77

On Wed, Jun 19, 2002 at 04:18:46PM -0400, John Voiklis wrote:
> I'm trying to use wonderland in the project swiki. Replacing the plugin
> image with the 3.2 image was simple enough, but it seems to choke on the
> SwikiNavigation. I tried filing it in and it gives me a
> "MessageNotUnderstood: reset" error. The guilty block of code seems to be:
>
> formFromStream: aBinaryStream
> 	"Answer a ColorForm stored on the given stream.  closes the stream"
> 	| reader readerClass form  |
>
> 	readerClass _ self withAllSubclasses
> 		detect: [:subclass | aBinaryStream reset. (subclass new on:
aBinaryStream)
> understandsImageFormat]
> 		ifNone: [
> 			(aBinaryStream respondsTo: #close) ifTrue: [ aBinaryStream close ].
> 			^self error: 'image format not recognized'].
> 	reader _ readerClass new on: aBinaryStream reset.
> 	Cursor read showWhile: [
> 		form _ reader nextImage.
> 		reader close].
> 	^ form
>
> Thanks--John




More information about the Squeakland mailing list