[wxPython-dev] Latest Preview Build...
Robin Dunn
robin at alldunn.com
Wed Sep 27 23:06:29 PDT 2006
Andrea Gavana wrote:
> Hello NG,
>
> I thought to report a couple of problems I encountered with the
> latest (23/09) wxPython pre-release.
>
> 1) Sizers Demo: by choosing, for example, the "Grid with Alignment"
> demo, the frame that appears shows up only one box labeled "nine". No
> trace of the boxes from "one" to "eight". By manually resizing the
> frame, the 9 boxes show up but, again, there is 1 box labeled "one"
> and 8 boxes labeled "nine". I found that a possible solution would be
> to move the line:
>
> self.sizer.Fit(p)
>
> *after* the line:
>
> p.SetSizer(self.sizer)
Thanks.
> 2) wxAUI FrameManager Demo, default startup: by disabling the options
> "Transparent Hint", "Transparent Hint Fade-In" and "Transparent Drag"
> (as if I didn't have transparent support in my platform), the XOR hint
> boxes are not correctly refreshed: if you undock a pane and then let
> one hint box appear (without docking) and then you move away from the
> dock position passing over the hint box, part of the box is erased but
> the rest is still visible.
> No idea about fixing this, sorry...
The AUI guys are aware of this. I'm not sure though if anybody is
working on it.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-dev
mailing list