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 [hidden email] 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 [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
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 > > [hidden email] > > 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 > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside -- Ken Treis Miriam Technologies, Inc. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Indeed, that was it. D'oh!
-Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] 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. > -----Original Message----- > From: [hidden email] [mailto:seaside- > [hidden email]] On Behalf Of Ken Treis > Sent: Monday, April 16, 2007 4:00 PM > To: Seaside - general discussion > Subject: Re: [Seaside] Swazoo.GIFImage undeclared > > 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 > > > > [hidden email] > > > > 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 > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > -- > Ken Treis > Miriam Technologies, Inc. > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Boris
are you happy with the performance of Swazoo? Did you benchmark it against comanche? stef On 17 avr. 07, at 01:19, Boris Popov wrote: > Indeed, that was it. D'oh! > > -Boris > > -- > +1.604.689.0322 > DeepCove Labs Ltd. > 4th floor 595 Howe Street > Vancouver, Canada V6C 2T5 > http://tinyurl.com/r7uw4 > > [hidden email] > > 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. > >> -----Original Message----- >> From: [hidden email] [mailto:seaside- >> [hidden email]] On Behalf Of Ken Treis >> Sent: Monday, April 16, 2007 4:00 PM >> To: Seaside - general discussion >> Subject: Re: [Seaside] Swazoo.GIFImage undeclared >> >> 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 >>> >>> [hidden email] >>> >>> 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 >>> [hidden email] >>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> >> -- >> Ken Treis >> Miriam Technologies, Inc. >> >> _______________________________________________ >> Seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |