Joubarbe wrote:1. When you move an item to a parent, it makes a copy. Besides the fact that I think the default behavior should be a move (and press CTRL to copy), that action creates another item with the same name, and that's a problem for DialogGadget().
That's the default behaviour of PB (no button -> copy, additional SHIFT -> move), to be true, I never found out how to change that, let's keep it as is for now.
Second part: I would expect the user from changing the ID and/or name himself after copying.
And as you can see it is no problem for DD, you can use the same Names, IDs all over the place and it will not crash.
Sure, in the end, it will be a problem of your app, but I think I can expect some brain action from the customer also, no?
Joubarbe wrote:2. It would be good to have a confirm popup when you quit without saving. In less than two hours I've managed to make the mistake of closing the window and losing my progress... (users are stupid!)
O.k. I personally hate programs which let me confirm any little fart, that's the reason I usually try to not use them.
But I can see your point, I've added it but optional.
I didn't upload it yet, maybe you can recreate that nasty bug somehow.