Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: LogFile Q X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message Date: Fri, 24 May 2002 14:54:32 +1000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: "Gary R. Van Sickle" , "Cygwin-Apps" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g4O4scs06132 OH, and resizable pages would be wonderful :}. Rob > -----Original Message----- > From: Gary R. Van Sickle [mailto:g DOT r DOT vansickle AT worldnet DOT att DOT net] > Sent: Friday, May 24, 2002 2:34 PM > To: Cygwin-Apps > Subject: Rob: LogFile Q > > > In LogFile::exit() there's code like this: > > if (exit_msg) > note (NULL, exit_msg); > > note() (among other duties) pops up a MessageBox() with the > text of the exit_msg at the end of the install. I'm trying > to eliminate the trailing "Install complete" popup, and > anyway it doesn't seem to be the best practice to be popping > up dialogs this deep in non-UI code. OK if I begin a process > of hoisting this out, maybe with a note_nobox() on successful > install initially? > > -- > Gary R. Van Sickle > Brewer. Patriot. > >