BGGoodBadChart in SeaChart package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

BGGoodBadChart in SeaChart package

John Pierce-2
Hi all,

I'm just not seeing something here and need some assistance.

The Seaside package called SeaChart on SqueakSource appears to require some capability from ByteArray. Specifically, asMIMEDocument is being sent to an instance of ByteArray and that's not in my new image with all the latest Seaside, Scriptalicous, and SeaChart software installed.

Check out BGGoodBadChart#updateRoot:

It puts these byte arrays into some instance variables that ultimate the client web browser comes back around and requests. Then at that time, Squeak gets mad as it trys to convert the ByteArrays into MIMEDocuments and my image has no such conversion.

Any ideas?

John

--
It's easy to have a complicated idea. It's very very hard to have a simple idea. -- Carver Mead
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: BGGoodBadChart in SeaChart package

Ramon Leon
> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf
> Of John Pierce
> Sent: Tuesday, March 28, 2006 1:15 PM
> To: The Squeak Enterprise Aubergines Server - general discussion.
> Subject: [Seaside] BGGoodBadChart in SeaChart package
>
> Hi all,
>
> I'm just not seeing something here and need some assistance.
>
> The Seaside package called SeaChart on SqueakSource appears
> to require some capability from ByteArray. Specifically,
> asMIMEDocument is being sent to an instance of ByteArray and
> that's not in my new image with all the latest Seaside,
> Scriptalicous, and SeaChart software installed.
>
> Check out BGGoodBadChart#updateRoot:
>
> It puts these byte arrays into some instance variables that
> ultimate the client web browser comes back around and
> requests. Then at that time, Squeak gets mad as it trys to
> convert the ByteArrays into MIMEDocuments and my image has no
> such conversion.
>
> Any ideas?
>
> John

My image has that, it's an extension from Pier-Seaside.  Might want to
let the author know about that dependency.  It looks like this, if you
just want to hack it for now...

asMIMEDocument
        ^ MIMEDocument content: self
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: BGGoodBadChart in SeaChart package

Philippe Marschall
In reply to this post by John Pierce-2
> Any ideas?
Oops, my bad. It should be fixed in the latest CSSBarGraph-pmm.4

Cheers
Philippe
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside