Using dialogs

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

Using dialogs

Jens Pall
Hi

Where can I find examples on using the Seaside dialogs, especially
WALoginDialog?

Just as a try, I put this in go

     self call: WALoginDialog new.

and I get this error:

MessageNotUnderstood: WARenderCanvas>>tableRowWithLabel:column:

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

Re: Using dialogs

Lukas Renggli
> Where can I find examples on using the Seaside dialogs, especially
> WALoginDialog?
>
> Just as a try, I put this in go
>
>      self call: WALoginDialog new.
>
> and I get this error:
>
> MessageNotUnderstood: WARenderCanvas>>tableRowWithLabel:column:

This is a bug, it still uses the old rendering API. With 2.7a we made
the transition to use the new API (canvas and brushes) by default and
not all code (but most of it) has been converted.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside