On Wednesday 23 October 2002 10:08 am, Rob Lahaye wrote:
> BTW: there are two more issues with the BibTeX dialog.
> 1) I added Restore/OK/Apply/Cancel button group to this
> dialog. Apply is needed to activate the input without closing
> the dialog. But the Apply button is always inactive. Is that
> also at your end? Do you know why that is? (Apply is an "OK",
> without hiding the dialog, isn't it?)

Ok. The policy should be changed (Dialogs_impl.h) to 
OkApplyCancelReadOnlyPolicy

> The Restore is (probably) needed for the next point. Read on...

Fine.

I've made the dialog a little bigger so that it looks good with my 
larger-than-yours system fonts. Screenshot attached.

You can go too far with this small-is-beautiful thing. Remember 
our German cousins and the fact that the xforms dialogs don't 
resize themselves automagically to make the wording fit.

Incidentally, you seem to have got the hang on the xforms 
resizing stuff, even with tabfolders? Here I can now resize the 
About LyX dialog and its tabfolders (diff attached) but not the 
browsers on the tabs. Care to have a go?

Angus
Index: src/frontends/xforms/FormAboutlyx.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormAboutlyx.C,v
retrieving revision 1.18
diff -u -p -r1.18 FormAboutlyx.C
--- src/frontends/xforms/FormAboutlyx.C	22 Oct 2002 15:00:45 -0000	1.18
+++ src/frontends/xforms/FormAboutlyx.C	23 Oct 2002 09:20:53 -0000
@@ -32,7 +32,7 @@ using std::string;
 typedef FormCB<ControlAboutlyx, FormDB<FD_aboutlyx> > base_class;
 
 FormAboutlyx::FormAboutlyx()
-	: base_class(_("About LyX"), false)
+	: base_class(_("About LyX"))
 {}
 
 

<<attachment: bibtex.png>>

Reply via email to