8000 add ``PY_WX_INSPECT`` command by gswifort · Pull Request #325 · CEXT-Dan/PyRx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add PY_WX_INSPECT command #325

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

Merged
merged 2 commits into from
May 17, 2025
Merged

add PY_WX_INSPECT command #325

merged 2 commits into from
May 17, 2025

Conversation

gswifort
Copy link
Collaborator

Added PY_WX_INSPECT command to display inspection frame for wxpython.

It was also necessary to change the initialization of wx App. Before calling Ap.Application.wxApp() it is necessary to call wx.App() so that wx.GetApp() (and therefore also Ap.Application.wxApp()) returns the wx.App object instead of wx._core.PyApp, otherwise e.g. wx.CallAfter does not work, which is used e.g. during initialization of InspectionFrame.

@gswifort gswifort linked an issue May 17, 2025 that may be closed by this pull request
@gswifort gswifort changed the title add PY_WX_INSPECT command add PY_WX_INSPECT command May 17, 2025
@gswifort gswifort merged commit ce86f9a into main May 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wx inspection
1 participant
0