Fabian,

I have found the root cause I think. I am using qx.ui.form.TextArea to view
some information. When I create object 
var CheckInput = new qx.ui.form.TextArea("");
and use setValue() to update message in this case the memory is not
allocated I suppouse. The memory is overwritten and I see trashes in
qx.ui.form.TextArea object moreover application is not stable.
To solve the issue I create the object in following way:
var CheckInput = new qx.ui.form.TextArea("                           \n         
                 
\n");
to let allocate memory for futher message I would like to update.
The issue appears only in build version and application should be a little
bit comlex.

Thanks,
Karol

Hi Karol,

can you give a small code example which demonstrates the problem you 
have? I am not aware of any such problems?

Best Fabian

-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas
Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss,
Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-- 
View this message in context: 
http://www.nabble.com/is-it-bug-or-common-behaviour-of-this.tr%28%29---tp19747104p19869472.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to