Hi!
I am trying to use PreferencesEditor on mac. There is unittest files with example usage and I tried to copy-paste it with my own wxFrame class. But it’s just shows nothing.
Maybe anyone have experience with it?
Thanks!
Hi!
I am trying to use PreferencesEditor on mac. There is unittest files with example usage and I tried to copy-paste it with my own wxFrame class. But it’s just shows nothing.
Maybe anyone have experience with it?
Thanks!
Just figured out why it’s not shown. It working when running it right before app.MainLoop() but not from event handler. Looks like it’s destroyed. Attaching PreferencesEditor object to Application instance working fine.
понедельник, 1 февраля 2016 г., 23:43:16 UTC+5 пользователь Svyatoslav Bulbakha написал:
Hi!
I am trying to use PreferencesEditor on mac. There is unittest files with example usage and I tried to copy-paste it with my own wxFrame class. But it’s just shows nothing.
Maybe anyone have experience with it?
Thanks!