Ticket #13251 (closed defect: fixed)
wxExecute generates additional icon in Alt+Tab process list
| Reported by: | joim | Owned by: | vadz |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9.5 |
| Component: | wxMSW | Version: | 2.9-svn |
| Keywords: | wxExecute | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
I start from my wx program an external program with the wxExecute function (with the wxEXEC_SYNC default parameter).
When I press Alt+Tab while the external program is still running, there are two icons for my wx program in the process list shown by the windows operating system.
I am using Windows XP.
I think this comes from the dummy window "winActive"
in the function void *wxGUIAppTraits::BeforeChildWaitLoop()
in the file src/msw/app.cpp
on line 191
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

