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
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)?
The text was updated successfully, but these errors were encountered:
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.
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.
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
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)?
The text was updated successfully, but these errors were encountered: