Using canvas ?

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

Using canvas ?

Hilaire Fernandes-3
 From a a sub WACompondent with

renderContentOn: html
        html anchor callback: [self addTeacher]; text: 'ajouter'

I go the error:
MessageNotUnderstood: UndefinedObject>>isGet

It is with 2.6b

Do I need to set up something to use the canvas system?

By the canvas/tag API really looks clearer to browse and read.

Hilaire

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Using canvas ?

Damien Cassou-3
2007/3/25, Hilaire Fernandes <[hidden email]>:

>  From a a sub WACompondent with
>
> renderContentOn: html
>         html anchor callback: [self addTeacher]; text: 'ajouter'
>
> I go the error:
> MessageNotUnderstood: UndefinedObject>>isGet
>
> It is with 2.6b
>
> Do I need to set up something to use the canvas system?

Yes, you need to override:

MyComponent>>rendererClass
        ^ WARenderCanvas


--
Damien Cassou
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside