Show wxDialog without taskbar/task switch icon from hidden
wxFrame?
Fabian Cenedese
Cenedese at indel.ch
Tue Oct 16 08:31:51 PDT 2007
At 17:16 16.10.2007 +0200, Volker Bartheld wrote:
>Hi!
>
>Subject says it all. As a kind of "progress notification" my app operates
>a hidden wxFrame. Depending on its state, this frame shows a stacked pile
>of "bare" dialogs growing from the right bottom of the screen. See below [1]
>for some source code.
>
>Problem is, that I can't keep the default icons from being shown in the task
>switch popup (wxMSW, ALT-TAB) - 10 in case of the sample.
>
>Is there a way to have a hidden app and show a window that is neither listed
>in the taskbar nor with the task switch menu?
Maybe you shouldn't use a dialog/frame, just a normal window.
Like tool tip windows, they don't show up in the taskbar either.
bye Fabi
More information about the wx-users
mailing list