Re: [qooxdoo-devel] Theming

2015-05-04 Thread Tom Saddul
I wish there is an easier way to integrated that in my app too but I would need to find a way of adding that "transition" property to the modern theme without editing the source. Too bad I'm not a javascript/css/html guy so I would have to stick with the basic modern theme for now. -- View thi

Re: [qooxdoo-devel] Theming

2015-05-04 Thread Phyo Arkar
I think we should start a Qooxdoo extension project. Current Contrib is not organized and people rarely keep maintinaing. How about we, the community do things that core qooxdoo do not have , but all keep in a same repo (something like https://github.com/borisyankov/DefinitelyTyped) There we will

Re: [qooxdoo-devel] Random default option selected for qx.ui.form.virtualselectbox on google chrome

2015-05-04 Thread paragasu
Hi Richard & Mustafa, I finally found out the problem. It has to do with the sort() as in the playground code below. The function behave differently in google chrome. http://tinyurl.com/kn3zdxy Regards, paragasu On Tue, Apr 28, 2015 at 4:33 PM, Mustafa Sak wrote: > Hi, > > > > first of all,

Re: [qooxdoo-devel] get list of visible column in qx.ui.table.table()

2015-05-04 Thread paragasu
Thank you mustafa. It works Regards, jeffry On Tue, Apr 28, 2015 at 4:26 PM, Mustafa Sak wrote: > Hi, > > > > did you already tried to use getVisibleColumns() [1]? > > > > var columns = table.getTableColumnModel().getVisibleColumns(); > > > > [1] > http://demo.qooxdoo.org/current/apiviewer/#q

Re: [qooxdoo-devel] Table vertical alignment

2015-05-04 Thread Johan
Hi, Ok, thanks ! But if a better solution exist... Johan Le 30/04/2015 16:58, Vincent Vandenschrick a écrit : Hi Johan, I just had the same issue yesterday and I couldn't find anything else than overriding the cell renderer and adding a "padding-top" additional style using the overridden _g