From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2008-11-10 22:22:15
|
On Tue, 4 Nov 2008 16:36:51 +0000, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX wrote: > On Mon, 3 Nov 2008 17:46:10 -0800, "Morgan Venable" <ve...@gm...> wrote: > > > It appears to be impossible to get a StaticText widget to render in > > front of a BitmapCanvas. I need to use some bitmapcanvases to show > > colored areas behind my interface. No matter what the order of the > > items is in the resource file, the static text ALWAYS renders behind > > the BitmapCanvas. > > Other widgets like buttons, gauges etc all render fine, according to > > order in the file. > > > > Bug or Feature? > > Could be a bug. I can place StaticText over a BitmapCanvas without any issues on XP, but on my old OpenBSD box (Python 2.4 + wxPython > 2.6.3) I see the same problem, plus I cannot change the background colour of the StaticText component. Maybe a GTK2 issue? There's an old entry in the bugtracker (1043690) that reports the following: "I have a card with a background image (as an image rather than a background property). I need to change the background image at run time. Under PythonCardPrototype 0.7 (2?), this worked. Under PythonCard 0.8 the image insists on being at the frontmost layer - ie hiding any buttons, text fields etc on the page." This looks like the same issue. -- XXXXXXXXXXX |