<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] WAComponent class&gt;&gt;applicationClass fix</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>expiryPathFor:<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: Seaside - general discussion &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Sat Jun 30 09:16:57 2007<BR>
Subject: Re: [Seaside] WAComponent class&gt;&gt;applicationClass fix<BR>
<BR>
2007/6/29, Boris Popov &lt;boris@deepcovelabs.com&gt;:<BR>
&gt; Looks like #applicationClass wasn't called anymore to allow subclasses<BR>
&gt; to override the application, so changed hardcoded WAApplication to a<BR>
&gt; call site here,<BR>
&gt;<BR>
&gt; applicationNamed: aString<BR>
&gt;&nbsp; | application |<BR>
&gt;&nbsp; application := self applicationClass named: aString.<BR>
&gt;&nbsp; application configuration addAncestor: WARenderLoopConfiguration new.<BR>
&gt;&nbsp; application preferenceAt: #rootComponent put: self.<BR>
&gt;&nbsp; ^application<BR>
&gt;<BR>
&gt; This is based on VisualWorks 2.7b1.5.1, it might be fixed in the Squeak<BR>
&gt; stream already.<BR>
<BR>
This is not the case. I remember having seen this patch before but we<BR>
rejected it because we saw no need tying a component to an application<BR>
and for subclassing applications. Can you elaborate what you need<BR>
application subclasses for?<BR>
<BR>
Cheers<BR>
Philippe<BR>
<BR>
&gt; Cheers!<BR>
&gt;<BR>
&gt; -Boris<BR>
&gt;<BR>
&gt; --<BR>
&gt; +1.604.689.0322<BR>
&gt; DeepCove Labs Ltd.<BR>
&gt; 4th floor 595 Howe Street<BR>
&gt; Vancouver, Canada V6C 2T5<BR>
&gt; <A HREF="http://tinyurl.com/r7uw4">http://tinyurl.com/r7uw4</A><BR>
&gt;<BR>
&gt; boris@deepcovelabs.com<BR>
&gt;<BR>
&gt; CONFIDENTIALITY NOTICE<BR>
&gt;<BR>
&gt; This email is intended only for the persons named in the message<BR>
&gt; header. Unless otherwise indicated, it contains information that is<BR>
&gt; private and confidential. If you have received it in error, please<BR>
&gt; notify the sender and delete the entire message including any<BR>
&gt; attachments.<BR>
&gt;<BR>
&gt; Thank you.<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Seaside mailing list<BR>
&gt; Seaside@lists.squeakfoundation.org<BR>
&gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt;<BR>
_______________________________________________<BR>
Seaside mailing list<BR>
Seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>