From: Patrick K. O'B. <po...@or...> - 2001-07-11 14:53:17
|
Yes, I am not getting the subsequent dialogs. Turning off auto closing definitely helps. Thanks. --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: Riaan Booysen [mailto:riaan@e.co.za] Sent: Wednesday, July 11, 2001 8:44 AM To: po...@or... Cc: Boa Constructor Users Subject: Re: [Boa Constr] CVS woes Hello, After the CVS Process dialog possibly two other dialogs should be shown, the first the response on stderr shown as an warning dialog. Second the results of the cvs operation (stdout) shown in a wxScrolledMessageDialog. Your dialogs are not showing for some reason. It is expected for the CVS progress dialog to close when finished. As a temporary measure you may turn off auto closing. In CVSExplorer.CVSController.doCvsCmd, add the following named arg: CVSPD = ProcessProgressDlg.ProcessProgressDlg(self.list, cmd, 'CVS progress...', autoClose = false) ^^^^^^^^^^^^^^^^^^^ |