Re: [qooxdoo-devel] qx.ui.mobile.page.manager - Hidden Master page

2013-03-01 Thread d2
Bonjour Marc-André, Could you try the develop branch on https://github.com/dcharbonnier/qooxdoo/tree/develop and tell me if this is what you asked for ? manager.setHideMaster(true) // hide the master page manager.setHideMaster(false) // show the master page David -- View this message in cont

Re: [qooxdoo-devel] Lists, models, and binding issue

2013-03-01 Thread michael_polak
I've updated my playground test and see that if I leave off the controller delegate things work as expected. So my problem is with the delegate. It seems to be working but it is having a side-effect. I'll try some more things to see if it a bug or my usage of it. -- View this message in conte

Re: [qooxdoo-devel] Lists, models, and binding issue [RESOLVED]

2013-03-01 Thread michael_polak
Found the problem - I needed to specify a binding property for the model in the delegate: controller.bindProperty("","model",null,item,id); Everything works now as it should. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Lists-models-and-binding-issue-tp7582974p7582976.htm

[qooxdoo-devel] Mustache vs hogan

2013-03-01 Thread d2
Hi, Why not replacing mustache with hogan ? hogan is 100% compatible with mustache but much faster. http://jsperf.com/hadlebars-vs-hogan-vs-mustache/2 Apache 2 for hogan MIT for mustache. If you agree I can work on this and send a pull request. David -- View this message in context: http:/

[qooxdoo-devel] hover Event in table rows

2013-03-01 Thread baskar
Hi all, I want to know, Is there is any way to get/bind hover event on table rows.. I want to display "Action icons" on currently hovered row of a table. -- View this message in context: http://qooxdoo.678.n2.nabble.com/hover-Event-in-table-rows-tp7582977.html Sent from the qooxdoo mailing lis

[qooxdoo-devel] qx.ui.mobile.navigationbar.Button - different layout FF / Safari

2013-03-01 Thread Moritz71
I want to add Icons in the NAvBar Buttons (2nd parameter), but the Layout looks different ... Icon is 20x20px - left (IOS / Safari) >> Icon is displayed without upper distance - right Firefox : OK I'm trying to do it with CSS Styles

[qooxdoo-devel] Form with variable number of widgets and buttons

2013-03-01 Thread Elemer
Hi, I would like to design a form with Qooxdoo Desktop 2.1 to allow the user to insert a variable but small number of items (for example, email addresses). If I use a standard List I will need a TextField for the user to enter the data, a Button to insert the data, a List to contain the items an

[qooxdoo-devel] How to move a Qooxdoo Window over an Applet?

2013-03-01 Thread Frank Schulte
Dear List, I'm scratching my head about moving a Qooxdoo window over an Applet and keep the moving window in sight. Actually the window content of the moving window is behind the Applet but before the other windows things like captionbar. See this solution to the Problem. But I need help to port

Re: [qooxdoo-devel] packages and parts, separate-loader, static class with defer method

2013-03-01 Thread thron7
(Re-post, as the other mail seems to hang). Hi Markus, On 02/28/2013 04:40 PM, Markus Lauer wrote: > Hi list, > > In context of caching optimization I introduced packages to my project: > > "packages" : { > "parts" : { > "boot" : { > "in

Re: [qooxdoo-devel] packages and parts, separate-loader, static class with defer method

2013-03-01 Thread thron7
Hi Markus, On 02/28/2013 04:40 PM, Markus Lauer wrote: > Hi list, > > In context of caching optimization I introduced packages to my project: > > "packages" : { > "parts" : { > "boot" : { > "include" : ["${APPLICATION_MAIN_CLASS}", "${QXT

Re: [qooxdoo-devel] Typo in api of qx.ui.table.selection.Model

2013-03-01 Thread Daniel Wagner
Hi, On 02/27/2013 04:47 PM, Benjamin Dreux wrote: > Hi > When looking at description of selection mode in the api of > qx.ui.table.selection.Model > we can notice at each explanation paragraph there is a number. > > For instance > > > SINGLE_SELECTION > > {int} The selection mode “single”. T