Re: minimize button on a delphi created mainwindow not working on an XP system
- From: "Phil Scadden" <p.scadden@^Spamtrap-remove^gns.cri.nz>
- Date: Thu, 28 Jun 2007 09:22:52 +1200
Have you tried catching _only_ the SC_MINIMIZE message and not all
system command messages (as I think you are).
Since it calls inherited, and I can see from the statusbar message that
application.minimize
IS called when I press the minimize button, I am not sure this is relevant.
I only put this
code in to see for sure that application.minimize was called.
What are you doing that causes the effect at formshow.
This seems to be the culprit. formshow can be a lengthy routine. I am trying
moving all of its
slow stuff into another thread and see what happens.
.
- Follow-Ups:
- References:
- Re: minimize button on a delphi created mainwindow not working on an XP system
- From: alanglloyd@xxxxxxx
- Re: minimize button on a delphi created mainwindow not working on an XP system
- Prev by Date: Re: TWebbrowser plugin support
- Next by Date: Re: minimize button on a delphi created mainwindow not working on an XP system
- Previous by thread: Re: minimize button on a delphi created mainwindow not working on an XP system
- Next by thread: Re: minimize button on a delphi created mainwindow not working on an XP system
- Index(es):