[Seaside] Swazoo.GIFImage undeclared

Boris Popov boris at deepcovelabs.com
Mon Apr 16 22:45:28 UTC 2007


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.



More information about the Seaside mailing list