Skip to content

Port embedded sample from Classic to Phoenix#1345

Closed
neurodroid wants to merge 4 commits into
wxWidgets:masterfrom
neurodroid:embedded
Closed

Port embedded sample from Classic to Phoenix#1345
neurodroid wants to merge 4 commits into
wxWidgets:masterfrom
neurodroid:embedded

Conversation

@neurodroid
Copy link
Copy Markdown
Contributor

Partly addresses issue #1336

This produces a working embedded sample application. The main issue at this time is that wx.CallAfter requires wx.GetApp() to return != None, which is not the case in this hybrid C++/Python App. To make the application run at all, it current includes the following ugly hack in l.20 of embedded_sample.py: wx.CallAfter = lambda x, y : (x, y)

@RobinD42
Copy link
Copy Markdown
Member

I've changed and added a few things to this PR. The result is PR #1353. Closing this one.

@RobinD42 RobinD42 closed this Sep 12, 2019
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.

2 participants