Sebastian,
do you have any idea about any workaround i can use to solve this
problem?
I have really no idea...
SOS!
Thanks in advance for any help,
alex.d
It seems to be a general problem:
a textfield in the second window like this:
var text = new qx.ui.form.TextField;
text
It seems to be a general problem:
a textfield in the second window like this:
var text = new qx.ui.form.TextField;
text.addEventListener(qx.constant.Event.KEYPRESS, function(e){
this.debug(e.getKeyCode());
});
win2.add(text);
will also produce no debug
Hi,
Sorry for mailing all too often O:-) , but i'm currently at a loss:
I have following situation: two windows(win2 in win1) and a simple
qx.ui.form.List with three Items in win2. The Problem is that the List
in the second window doesn't respond to any key events because it is
constant out of t