Re: [qooxdoo-devel] Data binding question

2012-11-27 Thread angelo
I guess you're right, I shouldn't try to rush the question through and hope someone can solve it from little scraps. I'll put it in the playground tonight. Angelo -- View this message in context: http://qooxdoo.678.n2.nabble.com/Data-binding-question-tp7582102p7582143.html Sent from the qooxdo

Re: [qooxdoo-devel] Data binding question

2012-11-27 Thread Martin Wittemann
There is still no array. Why don't you just put together a little sample in the qoxdoo playground where everybody can se the problem in code? http://demo.qooxdoo.org/current/playground/ Am 26.11.2012 um 13:01 schrieb angelo mailto:ang...@delphino-consultancy.nl>>: My bad... the structure shoul

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

2012-11-27 Thread Christopher Zündorf
I think, you just want to hide the master container, do you? Please open a bug for this, as it sounds little a exciting idea to provide a method to page manager for this use case. Greetz Christopher Am 27.11.2012 um 15:47 schrieb Marc-André Dubois: Hi, I’m searching a method to do something

Re: [qooxdoo-devel] vetoing a selection change in a tree

2012-11-27 Thread Michael
Am 27.11.2012 15:36, schrieb thron7: > > I think you are mixing independent concerns here. > > One is the question of the tree selection, and I (as a user) would > expect that if I change a selection this change will be honored > eventually (YMMV). I copied this behavior from some config dial

Re: [qooxdoo-devel] qx.ui.mobile.page.manager - Back button display on master page in protrait mode

2012-11-27 Thread Marc-André Dubois
But if you check Native Mail Application on a iPad, navigation button is enable on master page in portrait mode. Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Christopher Zündorf [mailto:christopher.zuend...@1und1.de] Envoyé : 27 novembre 2012 09:45 À : qooxdoo Development Ob

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

2012-11-27 Thread Marc-André Dubois
Hi, I’m searching a method to do something special with master page. In landscape mode, I want to have a button in master page header. When the button is clicked, Master Page is hidden and a button is displayed in header like portrait mode. When this second button is clicked, Master page is d

Re: [qooxdoo-devel] qx.ui.mobile.page.manager - Back button display on master page in protrait mode

2012-11-27 Thread Christopher Zündorf
This is not a bug. It is part of the MasterDetail Logic. The MasterView is thought to be the "Overview" or "Menu" of the whole application. Just have a look at the documentation: http://manual.qooxdoo.org/current/pages/mobile/mobile_tablet_switch.html Greetz Christopher Am 27.11.2012 um 15:

Re: [qooxdoo-devel] vetoing a selection change in a tree

2012-11-27 Thread thron7
On 11/27/2012 02:28 PM, Michael wrote: > Am 27.11.2012 13:53, schrieb Michael: >> Hi, >> >> I have the following: >> the selection-data in a tree (left) is copied into a table (right) and >> can be edited there. If the data in the table is changed, I want to show >> a dialog when another folder/en

[qooxdoo-devel] qx.ui.mobile.page.manager - Back button display on master page in protrait mode

2012-11-27 Thread Marc-André Dubois
Hi, When tablet mode is enabled in qx.ui.mobile.page.manager, if master page is in portrait mode, Back button isn't displayed. Is it I don’t seen something in the doc or it’s a bug? Thank you and have a nice day? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description :

Re: [qooxdoo-devel] vetoing a selection change in a tree

2012-11-27 Thread Michael
Am 27.11.2012 13:53, schrieb Michael: > Hi, > > I have the following: > the selection-data in a tree (left) is copied into a table (right) and > can be edited there. If the data in the table is changed, I want to show > a dialog when another folder/entry of the tree is selected (to remind to > sav

[qooxdoo-devel] vetoing a selection change in a tree

2012-11-27 Thread Michael
Hi, I have the following: the selection-data in a tree (left) is copied into a table (right) and can be edited there. If the data in the table is changed, I want to show a dialog when another folder/entry of the tree is selected (to remind to save the changes) and maybe cancel the click in the tr

Re: [qooxdoo-devel] CheckBox fields and readOnly

2012-11-27 Thread Dietrich Streifert
Thank you for your answer Florian, But as I wrote before it's all solved form me, but I'm trying to convince others that this is a use case and may be implemented in the core ui. I've additionally created decorators which visualize the readonly state for textarea, textfield, combobox etc. to a

Re: [qooxdoo-devel] CheckBox fields and readOnly

2012-11-27 Thread Florin Jurcovici
I don't know if this works, but IMO you could try it. Why don't you simply not bother with editable/readonly at the level of each individual form element, and just put a blocker with opacity == 0 on top of the form when it has to be read-only? IMO this also provides a nicer separation of concerns/s