The last known Python and wxPython vesion I am aware of that Boa with run with is:
- Python 2.7
- wxPython2.8-win32-unicode-2.8.12.1
- wxPython2.8-win32-doc-demos-2.8.12.1
I feel it's really important to pass on my knowledge of Boa Constructor so I can move on to more advanced uses of python and wxpython.
How Boa Constructor Helps You Understand wxPython
I feel Boa Constructor plays an import role in helping wxPython users understand:the concept of building wxPython GUI's
widget default settings
wxPyhon code construct
little tricks like building and importing panels as templates for other GUI projects
You will not need to learn how to use every wxPython widget. Listed below are widgets I always use when building and constructing database related applications.
Here is a list of widgets you will learn how to use when building GUI's. So lets get started:
- wx.Frame
- wx.StatusBar
- wx.MenuBar
- wx.Toolbar
- wx.DirDialog
- wxFileDialog
- About Box
- wx.Panel
- wx.BoxSizer
- wx.FlexGridSizer
- wx.StaticText
- wx.TextCtrl
- wx.Choice
- wx.ComboBox
- wx.CheckBox
- wx.RadioButton
- wx.StaticBitmap
- wx.DatePickerCtrl
- wx.Button
- wx.BitmapButton
- wx.ListCtrl
This comment has been removed by a blog administrator.
ReplyDeleteHello, I forked boa-constructor few years ago, and already make it compatible with wx 3.0. Please try it here -- https://bitbucket.org/cwt/boa-constructor
ReplyDelete