Hi,
Forgot our implementation :)
Just try this code;
main: function() {
this.base(arguments);
if (qx.core.Variant.isSet("qx.debug", "on")){}
var doc = this.getRoot();
var text1 = new qx.ui.form.TextField();
text1.addListe
Hi,
Forgot our implementation :)
Just try this code;
main: function() {
this.base(arguments);
if (qx.core.Variant.isSet("qx.debug", "on")){}
var doc = this.getRoot();
var text1 = new qx.ui.form.TextField();
text1.addListe
I think that this is simple textbox with validation, isn't it ?
2008/11/24 Alexander Back <[EMAIL PROTECTED]>:
> Hi Taha,
>
> I've just took a quick look at your implementation but I must admit,
> that I do not know for sure what you are trying to accomplish.
> Could you please tell us in short wh
Hi Taha,
I've just took a quick look at your implementation but I must admit,
that I do not know for sure what you are trying to accomplish.
Could you please tell us in short what your intention was to sublcass
the TextField class and what you are trying to achieve?
Maybe we can find a solution
Hi,
We extended qx.ui.form.TextField . We are firing events when pressed key.
But on ie key events not firing after "mouse selection". There is no problem
with firefox.
You can see this problem in videos. (We zipped the screencasts you can
download from this link ;
http://rapidshare.com/files/166
Hello Taha,
to understand you correctly: you select text inside a
qx.ui.form.TextField and when you press any key no key event is fired
any more in IE?
On which elements do you set the event listeners? On the same
TextField? This works for me:
var input4 = new qx.ui.form.TextField("
Hi,
We have a problem with TextField. after selecting the value of text field
with mouse, key events stop firing in internet explorer. There is no problem
with firefox. Could you help us about this problem?
Thanks
-
This SF.N
Hi,
We have a problem with TextField. after selecting the value of text
field with mouse, key events stop firing in internet explorer. There
is no problem with firefox. Could you help us about this problem?
Thanks
-
This SF.