[Seaside] Swazoo.GIFImage undeclared

Ken Treis ken at miriamtech.com
Mon Apr 16 22:59:49 UTC 2007


Sorry Boris, this was probably a result of a change I made to move  
the GIF support out of the Swazoo namespace. Do you have a  
Seaside.GIFImage class?


Ken

On Apr 16, 2007, at 3:45 PM, Boris Popov wrote:

> Michel,
>
> Since my version of Swazoo does not include GIFImage class, I had to
> make the following two mods to get the latest to load. Should I be
> considering upgrading to newer version of Swazoo instead? One I  
> have is
> 1.1,
>
> SeasidePlatformSupport>>gifImageClass
> 	^self isWebToolkit
> 		ifTrue: [VisualWave.GIFImage]
> 		ifFalse: [#{Swazoo.GIFImage} valueOrDo: [nil]]
>
> WAWebDesignerLibraryMaintainer>>initialize
> 	| library |
> 	library := WAWebDesignerStyle new.
> 	Pictures := Dictionary new.
> 	#(#download #view #delete #newMember) do:
> 			[:each |
> 			self gifImageClass
> 				ifNotNil: [:cls | Pictures at: each put:
> (cls from: (library perform: each))]]
>
> Thanks!
>
> -Boris
>
> -- 
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> boris at deepcovelabs.com
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message
> header. Unless otherwise indicated, it contains information that is
> private and confidential. If you have received it in error, please
> notify the sender and delete the entire message including any
> attachments.
>
> Thank you.
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

--
Ken Treis
Miriam Technologies, Inc.



More information about the Seaside mailing list