Re: [qooxdoo-devel] Image update problem in table header cell

2015-02-27 Thread Peter Schneider
Hi, in case you haven't come to a solution on your side: In the provided playground code you can see that (and how) it works. The 'myproject.Header' class just stores the reference to a created HeaderCell and forwards the set 'setButtonSearchVisibility' functionality. I hope you see what I've d

Re: [qooxdoo-devel] Image update problem in table header cell

2015-02-02 Thread kirra5
Hi I call it like this: this.setButtonSearchVisibility(true); but "this._showChildControl("buttonSort")" and "this._excludeChildControl("buttonSort")" have no effect. I even tried this, but it was not working either: this.getChildControl("buttonSearch").setVisibility("visible"); and this.getC

Re: [qooxdoo-devel] Image update problem in table header cell

2015-01-30 Thread Aleksandar Josipovic - Vertec AG
the icon. -Ursprüngliche Nachricht- Von: kirra5 [mailto:darja.drofen...@gmail.com] Gesendet: Freitag, 30. Januar 2015 15:29 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] Image update problem in table header cell Hi I am trying to add a new image to the heade

[qooxdoo-devel] Image update problem in table header cell

2015-01-30 Thread kirra5
Hi I am trying to add a new image to the header, under the sort image that is already implemented. But once the header is rendered and the icon is visible, how can I make it disappear or make it visible again? The header won't update even if I exclude the icon. What am I doing wrong? My HeaderCe