You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am fairly unfamiliar with wx in general and have looked around a decent bit but I am currently have my main application as a wx.Frame and I want to have a popup window where I can edit the settings.
Is the best or most accepted way to do this a wx.Dialog? If so, how should I structure it?
This is what I am currently using and it doesn't feel correct.
To be honest - No. Documentation is definitely a shortage of wxGo. But fortunately, wxGo is no more than a wrapper, so in most cases you can find the answer through reading wxWidgets' doc, having a check on the examples, etc. If you have any questions, welcome to open an issue.
Hello!
I am fairly unfamiliar with wx in general and have looked around a decent bit but I am currently have my main application as a wx.Frame and I want to have a popup window where I can edit the settings.
Is the best or most accepted way to do this a wx.Dialog? If so, how should I structure it?
This is what I am currently using and it doesn't feel correct.
From the save dialog I take the hostCtrl and portCtrl's text fields and save/load them with a JSON file.
The text was updated successfully, but these errors were encountered: