Menu

#155 No toolbar object is created

v1.0_(example)
closed-invalid
nobody
None
5
2015-04-10
2015-03-23
No

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.

Discussion

  • Michal Bližňák

    • status: open --> closed-invalid
     
  • Michal Bližňák

    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.

     
  • Robert Kraske

    Robert Kraske - 2015-03-31

    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.

     
  • Robert Kraske

    Robert Kraske - 2015-04-10

    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>
     
MongoDB Logo MongoDB