Search found 6 matches

by jabial
Fri Feb 18, 2005 8:35 am
Forum: General Development
Topic: The menu bar is not redrawn
Replies: 6
Views: 1895

Oops, got confused by gtk-config. Its is built on GTK2, whose version, is 2.6.2-3
by jabial
Fri Feb 18, 2005 8:32 am
Forum: General Development
Topic: The menu bar is not redrawn
Replies: 6
Views: 1895

I must add that this bug never happend in the Windows version, so in my opinion it is linked to the wxWindows on GTK implementation. It may even be a GTK bug, but I rather doubt it - anyway my GTK version is 1.2.10
by jabial
Thu Feb 17, 2005 4:19 pm
Forum: General Development
Topic: The menu bar is not redrawn
Replies: 6
Views: 1895

I finally worked around it by using a timer to SetLabel() on a button to its standard label every second. I really think that this is a wxWindows bug, but I don't have the time to take it further and GDB it.
by jabial
Tue Feb 15, 2005 5:18 pm
Forum: General Development
Topic: The menu bar is not redrawn
Replies: 6
Views: 1895

It's wxPython 2.5.3 on Python 2.3.5 on Debian unstable.

I can't provide the source code as it is a part of a corporate software.
by jabial
Tue Feb 15, 2005 11:21 am
Forum: General Development
Topic: The menu bar is not redrawn
Replies: 6
Views: 1895

Update : if I click on a button that does absolutely nothing (calls a function that does "pass") it will work again!

Very curious bug indeed.
by jabial
Tue Feb 15, 2005 9:50 am
Forum: General Development
Topic: The menu bar is not redrawn
Replies: 6
Views: 1895

The menu bar is not redrawn

I currently have a problem with wxPython. Let me describe it : - randomly, my menu bar becomes "frozen" (NOT with the freeze method, as thaw has no effect) : it is not redrawn - I however still can, using the hints given by the status bar as I move the mouse over the *invisible* menu items...