Georg Baum wrote: > Angus Leeming wrote: > >> Here's an unchecked implementation of the idea. Frontend only. No hooks >> from the core. However, I'm sure that you'll be able to turn this into >> working code ;-) > > I'll try to do that later. > > Thanks!
My pleasure. One refinement. It probably makes a lot of sense to reset the button controller to "enabled" when the dialog is show()n. Ie, if (heaven forbid) you forget to reset an invalid position, then closing and reopening the dialog will at least allow you to continue. -- Angus