Drag & drop dialog fields
-
On 23/08/2014 at 10:08, xxxxxxxx wrote:
In my dialog I have various text fields in a certain sequence.
Now I want to be able to change the order of the text fields, by using drag&drop.
So click one dialog field and then drag it to another place.I thought I saw an example on the forum from a long time ago, but I can't find it anymore.
I also see that the oldest post on this forum is now from feb 2013.
Are the older ones deleted? -
On 25/08/2014 at 15:26, xxxxxxxx wrote:
Your best bet is probably the TreeView class, but it's not very well document and I haven't had much luck with it. In a similar situation I just added up/down buttons next the the textfield which allows users to reorder, although not as easily as with a drag/drop.
-
On 26/08/2014 at 08:26, xxxxxxxx wrote:
I now use the user area which is more flexible then a dialog.