Re: [qooxdoo-devel] Get the current content of virtual selectbox

2012-02-03 Thread Benjamin Dreux
After a while i thought that i can listen to the input event of the textField, and there i will get the current content of the texte field. Regards Le 1 février 2012 14:50, Benjamin Dreux a écrit : > After i while i thought about accessing the child control (the > textefield) and set the liveUpd

Re: [qooxdoo-devel] Get the current content of virtual selectbox

2012-02-01 Thread Benjamin Dreux
After i while i thought about accessing the child control (the textefield) and set the liveUpdate property of the textField. Here i what my widget looks like : qx.Class.define("XXX",{ extend:qx.ui.form.VirtualComboBox, construct:function(){ this.base(arguments); this.setLab