This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Fwd: [PATCH] Setup.exe dialog boxes losing focus after download of ini/packages]


Christopher Faylor wrote:
> 
> On Fri, Oct 26, 2001 at 04:57:34PM +0200, Pavel Tsekov wrote:
> >Christopher Faylor wrote:
> >> >There are other 's too but since this is a very simple
> >> >program I dont think its worth discussing.
> >>
> >> ChangeLog?
> >
> >No - something like description ... perhaps .. Actually
> >the idea behind the patch is to remove the the behaviour
> >described like "setup.exe going to background".
> 
> We need a ChangeLog with patches.  See http://cygwin.com/contrib.html
> 
> cgf

Ok :)

* geturl.cc (init_dialog): Remove usage of SetForegroundWindow.
This prevents the progress dialog to gain control over the 
application and fixes the "setup.exe going to background" problem.
(is_local_install): New static variable. Controls whether the
progress dialog and the supporting thread will be created.

* install.cc (init_dialog): Remove usage of SetForegroundWindow.
This prevents the progress dialog to gain control over the 
application and fixes the "setup.exe going to background" problem.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]