Hi
Are you sure that the listener is correctly called when you select an
item of the list.
The placeholder of the textArea will only be updated if you call
textArea.setPlaceholder(), otherwise if you want to change the value
of the textarea that is effectivly the setValue method wich must be
calle
Hi all,
I have a qx.ui.form.List populated with some ListItem's and a
qx.ui.form.TextArea with a placeholder which updates with some value when
one of the list items is selected. I have a listener that does a
textArea.setValue(...), but the changes do not render. When I debug the
application using