[Seaside] WAComponent class>>applicationClass fix

Boris Popov boris at deepcovelabs.com
Sat Jun 30 19:18:12 UTC 2007


expiryPathFor:

Cheers!

-Boris
(Sent from a BlackBerry)

----- Original Message -----
From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org>
To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
Sent: Sat Jun 30 09:16:57 2007
Subject: Re: [Seaside] WAComponent class>>applicationClass fix

2007/6/29, Boris Popov <boris at deepcovelabs.com>:
> Looks like #applicationClass wasn't called anymore to allow subclasses
> to override the application, so changed hardcoded WAApplication to a
> call site here,
>
> applicationNamed: aString
>  | application |
>  application := self applicationClass named: aString.
>  application configuration addAncestor: WARenderLoopConfiguration new.
>  application preferenceAt: #rootComponent put: self.
>  ^application
>
> This is based on VisualWorks 2.7b1.5.1, it might be fixed in the Squeak
> stream already.

This is not the case. I remember having seen this patch before but we
rejected it because we saw no need tying a component to an application
and for subclassing applications. Can you elaborate what you need
application subclasses for?

Cheers
Philippe

> Cheers!
>
> -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
>
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070630/bed92170/attachment.htm


More information about the Seaside mailing list