-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PropertyGridManager event binding not working properly #2596
Comments
This issue also occurs using wxPython 4.2.1 gtk3 (phoenix) wxWidgets 3.2.4 + Python 3.12.3 + Linux Mint 22. I have noticed that in the case where the That is different to some other event types derived from |
If you derive a new class from
and use it in your example instead of I think because the base class |
@GodLike3539 or subclass your property
|
When binding an EVT_PG_CHANGED from a PropertyGridManager the event only gets handled when using
PropertyGridManager.Bind()
but not with
Bind(..., MyPropertyGridManager)
.The EVT_PG_CHANGED is an instance of wx.CommandEvent, so it should work with both ways.
Windows 11 Pro
wx.version(): 4.2.1 msw (phoenix) wxWidgets 3.2.2.1, installed with pip install wxpython
Python 3.12.4, stock
Description of the problem:
Code Example (click to expand)
The text was updated successfully, but these errors were encountered: