[2.8] WARenderHandler>>componentsNotFound:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[2.8] WARenderHandler>>componentsNotFound:

Boris Popov, DeepCove Labs (SNN)
Should be #signalWith: not #signal: as in,

WARenderHandler>>componentsNotFound: aCollection
        WAComponentsNotFoundError signalWith: 'Components not found
while processing callbacks: ' , aCollection displayString

Cheers!

-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
Reply | Threaded
Open this post in threaded view
|

RE: [2.8] WARenderHandler>>componentsNotFound:

Boris Popov, DeepCove Labs (SNN)
While you're at it, slight misspell in #possibleCauses in form of double
not,

"you do not not implement #children correctly"

Cheers!

-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 Boris Popov
> Sent: Tuesday, July 10, 2007 1:59 PM
> To: Seaside - general discussion
> Subject: [Seaside] [2.8] WARenderHandler>>componentsNotFound:
>
> Should be #signalWith: not #signal: as in,
>
> WARenderHandler>>componentsNotFound: aCollection
> WAComponentsNotFoundError signalWith: 'Components not found
> while processing callbacks: ' , aCollection displayString
>
> Cheers!
>
> -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
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [2.8] WARenderHandler>>componentsNotFound:

Philippe Marschall
In reply to this post by Boris Popov, DeepCove Labs (SNN)
2007/7/10, Boris Popov <[hidden email]>:
> Should be #signalWith: not #signal: as in,
>
> WARenderHandler>>componentsNotFound: aCollection
>         WAComponentsNotFoundError signalWith: 'Components not found
> while processing callbacks: ' , aCollection displayString

I don't have #signalWith: in my Squeak Image. We use #raiseSignal: in
other places, will do this as well?
Thx for the spelling notification.

Philippe

> Cheers!
>
> -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
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: [2.8] WARenderHandler>>componentsNotFound:

Boris Popov, DeepCove Labs (SNN)
Yes, that'll do as well.

Cheers!

-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 Philippe Marschall
> Sent: Wednesday, July 11, 2007 1:24 PM
> To: Seaside - general discussion
> Subject: Re: [Seaside] [2.8] WARenderHandler>>componentsNotFound:
>
> 2007/7/10, Boris Popov <[hidden email]>:
> > Should be #signalWith: not #signal: as in,
> >
> > WARenderHandler>>componentsNotFound: aCollection
> >         WAComponentsNotFoundError signalWith: 'Components not found
> > while processing callbacks: ' , aCollection displayString
>
> I don't have #signalWith: in my Squeak Image. We use #raiseSignal: in
> other places, will do this as well?
> Thx for the spelling notification.
>
> Philippe
>
> > Cheers!
> >
> > -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
> >
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: [2.8] WARenderHandler>>componentsNotFound:

Philippe Marschall
Consider it done.

2007/7/11, Boris Popov <[hidden email]>:

> Yes, that'll do as well.
>
> Cheers!
>
> -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 Philippe Marschall
> > Sent: Wednesday, July 11, 2007 1:24 PM
> > To: Seaside - general discussion
> > Subject: Re: [Seaside] [2.8] WARenderHandler>>componentsNotFound:
> >
> > 2007/7/10, Boris Popov <[hidden email]>:
> > > Should be #signalWith: not #signal: as in,
> > >
> > > WARenderHandler>>componentsNotFound: aCollection
> > >         WAComponentsNotFoundError signalWith: 'Components not found
> > > while processing callbacks: ' , aCollection displayString
> >
> > I don't have #signalWith: in my Squeak Image. We use #raiseSignal: in
> > other places, will do this as well?
> > Thx for the spelling notification.
> >
> > Philippe
> >
> > > Cheers!
> > >
> > > -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
> > >
> > _______________________________________________
> > 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