In wxFormBuilder v3.5 - beta
When a toolbar is added to a frame object, the approriate toolbar object is not created in C++, python and PHP code. There is only an empty line where I expect the creation of the toolbar.
In Lua code the creation of the toolbar seems to be ok.
It works for me without any problem (tested on Ubuntu 14.04 with wxFB 3.5 and 3.5-RC1). Could you provide me with more details (OS, ...) and your project file? Try to re-install the wxFB completely.
Sorry for the missing infos, OS is Win 7.
Uninstalling and reinstalling wxFB doesn't solve the problem.
The problem seems to be related to the (.fbp) project file.
When I create a new project file add a toolbar works fine,
but not with my existing project file.
BTW, the same is true for the issue with the textctrl and the wxTE_RICH flags.
I will try to track down the problem.
I tracked down the problem:
As my fbp file is an older project, and it has been converted to the new wxFB (by wxFB of course) versions, the value in <property name="aui_managed"></property> is empty. It's right next to <object class="" expanded="1">.
When I set the property to 0 (<property name="aui_managed">0</property>) the toolbar can be created.
This is true at least on Win 7.
(Seems to be that I can't reopen this issue :-( )
Robert
</object>