Traveler_3994
Traveler_3994

Reputation: 347

WxFormBuilder warning - First ID is less than 5999

WxFormBuilder, version 4.2.1 and WxPython 4.2.2

After upgrading from earlier versions of WxPython and WxFormBuilder, I loaded in a previously building and working project. When I click on 'Generate Code' (F8), the generator pops up an error message "First ID is less than 5999." My code does not set any ID values. What could be causing this to happen?

I am building a Python GUI application, and it is based on a Frame with a menu bar and a base panel into which all of the widgets are added using WxFormBuilder to create the framework.

The framework tool creates: class MainFrame(wx.Frame).

Upvotes: 0

Views: 30

Answers (0)

Related Questions