You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wxMax
I'm using wxFormBuilder 3 to build my forms and I've noticed that
splitters aren't parsed very well.
AFIK, the only element available inside wxSplitterWindow is a
wxScrolledWindow (I may be wrong here =P), and wxCodeGen does not
recognize that tag.
So, I add a code_gen for the wxScrolledWindow copying the TFBPanel
class and works like a charm ^^
The only thing to change is the types in GetType and GetImport