News, Dec. 2021

wxBasic 3.0 and 3.1, depending on platform and stability on that platform

The full changes list follows:

Updated / Changed / Completed

    3.0.5.50 (2021-12-14)
    3.1.5.50
  • M1 native support on macOS
  • In App resource integrate lib with odbc drivers
  • 3.0.5.50 (2021-01-01)

  • 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
  • 2021-08-03

  • extend wxPlatformInfo
  • extend wxAuiTabArt
  • add wxThemeStatusBar
  • add wxThemeToolBarArt
  • 3.0.4.49 (2019-11)

  • 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
  • 2020-03-29:

  • use wxDataTime from 3.1.3, as wx-3.0.4 has performance problems
  • 3.1.2.47 (2019-02/03)

  • wx312
  • wxbWorbench Win/Mac
  • wxDisplay extended