I have 2 trouble with Phoenix bulild:
1: I would copy/paste a text via clipboard, but failed. When retrieving the content, wx.TheClipboard.GetData() always returns ‘False’.
2: I use wx’s logging classes. It is fine by default, a dialog will pop up to show the log message. When I change the log target by calling wx.Log.SetActiveTarget(wx.Stderr()), I can’t see the log message shown on the console. Trying wx.Log.SetActiveTarget(wx.LogTextCtrl(ptextctrl)), there is also no message shown on my text widget.
I switched back to using a classic build and both above work fine.