Re: [qooxdoo-devel] the problem about create a window through a event notify

2006-09-29 Thread Wenhua.Li
nction not through the event , and it will work correctly. -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Sebastian Werner 发送时间: 2006年9月26日 18:20 收件人: qooxdoo Development 主题: Re: [qooxdoo-devel] the problem about create a window through a event notify Hi Wenhua! Please te

Re: [qooxdoo-devel] the problem about create a window through a event notify

2006-09-29 Thread Andreas Junghans
Hi, Am 29.09.2006 um 11:13 schrieb Edmond Lee: >>> qx.OO.defineClass("AtWebIM", qx.core.Object, >>> function () { >>> qx.core.Object.call(this); >>> qx.ui.core.ClientDocument.getInstance().addEventListener >>> ("createlogineve >>> nt",function(event){ >>> alert("test alert!!"); >>> var

Re: [qooxdoo-devel] the problem about create a window through a event notify

2006-09-29 Thread Edmond Lee
Hi,Sebastian Werner: I already paste all the js code in the previous mail, I just want know when I dispatch a event to notify my program to load a function in order to create a new window, but it's fail, I don't know why, pls tell me, and you can run the js code. If we load the function not throu

Re: [qooxdoo-devel] the problem about create a window through a event notify

2006-09-26 Thread Sebastian Werner
Hi Wenhua! Please tell us some details about the error. And please try a much simpler example first. What's about to modify a small qooxdoo demo regarding to your question? Cheers, Sebastian [EMAIL PROTECTED] schrieb: > Hi,folks > Can anyone tell me why this error would happen? Is this the b