Skip to content
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

Form Designers #68

Open
tataDan opened this issue Apr 24, 2019 · 3 comments
Open

Form Designers #68

tataDan opened this issue Apr 24, 2019 · 3 comments

Comments

@tataDan
Copy link

tataDan commented Apr 24, 2019

Is it possible to write a wxGo program that reads a glade or xml file created by a form designer (similar to the way the GtkBuilder object works with GTK)?

@Kvaz1r
Copy link

Kvaz1r commented Apr 24, 2019

No, there isn't support for something like this now. I remember similar issue in wxFormbuilder - wxFormBuilder/wxFormBuilder#477 , maybe one day someone fix it.

@Asday
Copy link

Asday commented Apr 24, 2019

wxFormBuilder's save file format is pretty sensible XML. I got half way through writing a custom Python importer that would let one import formbuildersavefile a while back.

And I'm an idiot. I'm sure you go programmers can smash something great out in short order.

@dontpanic92
Copy link
Owner

wxFormBuilder can generate XML format dialog definitions which can be loaded using wx.XmlResourceGet().Load(). For how to use XmlResource you can refer to wx Doc

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

No branches or pull requests

4 participants