-
After updating to gtk 2.12.9 this warning appears when running a wx application:
Gtk-WARNING **: gtkwidget.c:8547: widget class `GtkPizza' has no property named `row-ending-details'
The side effect is notebook tabs not updating correctly.
OS: linux slackware 12.1
wxPython: 2.8.7.1
GTK: 2.12.9.
2008-04-23 22:05:32 UTC in wxWidgets
-
Currently using wxPython 2.8.7.1.
It happens with earlier versions of the 2.8 series as well.
2007-12-04 14:28:38 UTC in wxWidgets
-
After hiding/minimizing the frame and then reshowing it, the status bar text looks dimmed (gray) until the text changes.
The mailing list report:
> Hi all,
> I have the following problem with wxStatusBar:
> - The status bar has 3 fields (default + 2)
> - The text for the last 2 cells changes infrequently
> - After hiding the app and then reshowing it the text in those cells looks dimmed...
2007-12-03 20:45:04 UTC in wxWidgets
-
Hi,
I'm refering to AUI docking window manager.
Since 2.8.3 maximizing a pane that is docked to the top/bottom causes serious drawing problems.
The pane never maximize (it's size is barely half of the managed frame) and the rest of the area doesn't draw.
You can test the demo to reproduce the problem (tested on MSW)
2007-03-27 21:17:42 UTC in wxWidgets
-
Hi,
In my app I have lots of dialogs/frames and all have accelerator tables so they would get closed when pressing the ESC key (wxWXK_ESCAPE).
It worked until 2.6, but doesn't work in 2.7 and 2.8.
More info:
- It doesn't work even when binding EVT_MENU
to the frame, using the id used in the accelerator table.
- Dialogs only get closed when there is a EVT_CANCEL bind (then there is no...
2007-01-12 10:40:03 UTC in wxWidgets
-
Fix:
file: ABC/Actions/all.py
class: ChangePriority
method: addToMenu
add after bindto.Bind(wx.EVT_MENU, self.action, id = id)
these lines:
if sys.platform[:5] == "linux":
priomenu.Bind(wx.EVT_MENU, self.action, id = id)
2006-12-09 17:18:28 UTC in Tribler
-
Clicking on "ok" when the date have never been
changed (automatically today's date) gives the
following traceback:
File "C:\Python25\Lib\site-packages\wx-2.7.1-msw-
unicode\wx\_controls.py",line 6408, in GetValue
return _controls_.DatePickerCtrl_GetValue(*args,
**kwargs)
wx._core.PyAssertionError: C++
assertion "m_date.IsValid() == dt.IsValid() && (!
dt.IsValid(...
2006-11-05 21:38:56 UTC in wxWidgets
-
Logged In: YES
user_id=1111143
Don't think bittornado will support DHT soon, fast
extentions and encryption are the next targets.
About taking the code from BT itself:
1. mainline BitTorrent does not support Azureus DHT, it
has its own DHT (it seems like you want AZ's DHT).
2. This will force you to change license, not sure if you
want to use the BitTorrent license.
I wrote the code...
2006-10-20 09:14:41 UTC in Tribler
-
Logged In: YES
user_id=1111143
Hi Arno :)
About PEX: If I'm not mistaken (I night be) Azurues will
change its PEX support soon to the one suppoted by
uTorrent (using the extention protocol). uTorrent PEX is
supported by LH-ABC (latest SVN version), you may want to
take a look:
http://code.google.com/p/lh-abc/source
I would love to see DHT support in the future.
Bests,
roee88.
2006-10-19 18:35:56 UTC in Tribler
-
when using wxMenuItem.SetBitmap -->
At the first time one pops up the menu everything is
ok, But afterwards the menu is getting somewhat
bigger and all menus' wxITEM_RADIO disappear.
(It affects all new menus, not just the one that has
the bitmaps)
wxMSW specific.
Please refer to similar bug as well
http://sourceforge.net/tracker/index.php?...
2006-08-17 19:24:37 UTC in wxWidgets