My mileage on that particular style was that it just moved the minimized
representation from a button on the taskbar to a collapsed window on the
desktop! (XP sp1 classic theme, Python 2.2.1 wxPython 2.4.1.2) Funky.
Bruce
···
-----Original Message-----
From: Cliff Wells [mailto:clifford.wells@comcast.net]
Sent: Thursday, September 09, 2004 2:47 PM
To: gmail@ixokai.net
Cc: wxpython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] Creating a frame/window that doesn't show
inthe taskbar
On Thu, 2004-09-09 at 10:02, IxokaI wrote:
Hello all,
I need to create a wxFrame that does not show up in the windows
taskbar. Basically, I only want my top-level window to be down there,
and all of the about a dozen other possible windows it may have up at
a given time to not be shown.This is on Windows, but when the program run son Linux/MacOSX i'd
like similar behavior. Is it possible?
Add wx.FRAME_NO_TASKBAR to your frame style argument.
--
Cliff Wells <clifford.wells@comcast.net>
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org