wxpython window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shuf
    New Member
    • Mar 2007
    • 8

    #1

    wxpython window

    Hello,

    I am running python 2.4.4 with wxpython 2.6 on Fedora 6. I am just playing around with the splitterwindow, and I noticed some strange behavior when resizing the window using the cursor (using the example here). When I try to resize the window horizontally the sash will remain "ghosted" until I move the splitter up or down. I have been able to reduce the ghosting effect by changing the gravity and the size, but I cannot eliminate it (I also changed the redraw settings, but I had no luck). Any suggestions are greatly appreciated.

    Thanks in advance,
    Stephen
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by shuf
    Hello,

    I am running python 2.4.4 with wxpython 2.6 on Fedora 6. I am just playing around with the splitterwindow, and I noticed some strange behavior when resizing the window using the cursor (using the example here). When I try to resize the window horizontally the sash will remain "ghosted" until I move the splitter up or down. I have been able to reduce the ghosting effect by changing the gravity and the size, but I cannot eliminate it (I also changed the redraw settings, but I had no luck). Any suggestions are greatly appreciated.

    Thanks in advance,
    Stephen
    The first thing that I would do is get the latest version of wxPython.
    That would be 2.8.1. This is exactly the type of thing that get fixed in new releases.

    Hope that helps.

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by bartonc
      The first thing that I would do is get the latest version of wxPython.
      That would be 2.8.1. This is exactly the type of thing that get fixed in new releases.

      Hope that helps.
      Then I'd check GTK2 version.

      Comment

      Working...