Re: Turning off the banner

1999-02-09 Thread Etienne Grossmann


  Hello,

  you may try this :


--- lyx_gui.C.orig  Tue Feb  2 08:30:09 1999
+++ lyx_gui.C   Tue Feb  2 08:30:09 1999
@@ -599,14 +599,14 @@
title_placement = FL_PLACE_GEOMETRY;
}
lyxViews-show(main_placement, FL_FULLBORDER, "LyX");
-   fl_show_form(fd_form_title-form_title, 
-title_placement, FL_NOBORDER, 
-_("LyX Banner"));
-   fl_redraw_form(fd_form_title-form_title);
-   fl_raise_form(fd_form_title-form_title);
+   // fl_show_form(fd_form_title-form_title, 
+   //   title_placement, FL_NOBORDER, 
+   //   _("LyX Banner"));
+   // fl_redraw_form(fd_form_title-form_title);
+   // fl_raise_form(fd_form_title-form_title);
 
// Show the title form at most 7 secs (lowered from 10 secs)
-   fl_set_timer(fd_form_title-timer_title, 7);
+   // fl_set_timer(fd_form_title-timer_title, 7);
 }
 
 
===

  Cheers,

 Etienne

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.



Re: Turning off the banner

1999-02-08 Thread Matthew Ettus

You've got the source...

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.