wxBasic 3.0 and 3.1, depending on platform and stability on that platform The full changes list follows:
Updated / Changed / Completed
- M1 native support on macOS
- In App resource integrate lib with odbc drivers
- use wx 3.0.5
- BUGFIX in wxDatabaseLayer.mysql-client
- BUGFIX in wx 3.0.5 wxDateTime and wxGetOsDescription
- depending on wx version:
- * wxAuiNotebookXmlHandler, wxCollapsiePaneXmlHandler, wxSpinCtrlDoubleXmlHandler, wxDataViewXmlHandler
- * wxLocale_GetInfo(wxLOCALE_DATE_TIME_FMT)
- * wxBitmapFromEmbedded
- * wxImageFromEmbedded
- * wxAuiPaneButton
- * wxPaintEvent
- * wxNcPaintEvent
- extend wxPlatformInfo
- extend wxAuiTabArt
- add wxThemeStatusBar
- add wxThemeToolBarArt
- BUGFIX: free up memory comment: dim f as wxFrame = wxFrame (w/o NEW if no further action) but use dim f as wxFrame = new wxFrame if events are handled "Sub OnClose(ev) Handles f.closeWindow"
- wxTimeSpan::Format supports now given format string
- wxImageFromEmbedded(const char* base64string) added
- wxBitmapFromEmbedded(const char* base64string) added
- use wxDataTime from 3.1.3, as wx-3.0.4 has performance problems
- wx312
- wxbWorbench Win/Mac
- wxDisplay extended