Georg Baum wrote: >> Question is, how does the interface "feel" to you? > > Without looking at the code: It feels good! Maybe we can even drop the > Alert? This would be consistent with the length validators that we > already have. The drawback of the Alert is that it can pop up and get > focus while still typing, and this can be confusing.
Mmmmm, but the Alert provides the user with non-intuitive information and it pops up once only. (I think it should stay in other words.) What would be nice would be a way of telling Qt to ensure that the Graphics dialog remained on top of the main LyX window when the Alert pops up, so that the Alert is on top of the Graphics dialog is on top of the main window. Currently, the Alert is on top of the main window is on top of the Graphics dialog :( > In order to compile it I needed to add > > #include "support/std_ostream.h" > #include <sstream> > > to validators.C. Thanks, Georg. I think that I need add similar functionality to the External dialog, to the Include dialog and to the "Add BibTeX database" dialog. Do I miss any? -- Angus