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] 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

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