I'm wondering if there's a way to make a child window "always on top"? I
found this post:
http://aspn.activestate.com/ASPN/Mail/Message/2265118
The gist:
"There isn't a solution to this in the current release or what is checked
into cvs. PythonCard doesn't have an optional attributes field for
specifying alternative style flags. Your options are to subclass
model.Background for your child window and change __init__ to use the style
flags you want. Since you'll basically be copying and pasting theBackground
__init__ method, that isn't too bad."
I've never done this and can't seem to get it to work, does anyone have any
hints?
|