thank you Sebastien for answer. Yes there was problem in versions. I've used
1.0

Has anyone tested 1.2.v on IE6 with SP1? Very terrible view.

Tokeiito

On 20/03/07, Sébastien Gruhier <[EMAIL PROTECTED]> wrote:

Hi

I tried your code, it works like a charm :)
Are you sure you use the latest version. onShow in the constructor
was added in 1.2 I think
Seb

On Mar 20, 2007, at 2:20 PM, Tokeiito wrote:

> I'm trying to add onShow and onClose observers in window
> constructions function:
>
> create: function(id,newID) {
>         return new Window(id, {
>             className: 'dialog',
>             width: 600,
>             height: 300,
>             minWidth: 220,
>             minHeight: 100,
>
>             onShow: function() {
>                 alert('a');
>             },
>             onClose: function() {
>                 alert('b');
>             }
>         });
>     },
>
> but it doesn't work. Where is the problem?
> _______________________________________________
> Javawin mailing list
> [email protected]
> http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com


_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to