Samples & Demos
The Sample List:
- minimal
- wxEditor
- editor
- calculator
- media
Minimal sample
Even
a more or less complete Windows application with a frame, menu items and a
status bar is very simple and quick to write.
The "Minimal sample" is taken from the samples of wxWidgets translated to wxBasic.
wxEditor sample (by Dirk Noak)

A full featured development environment for wxBasic in Beta stage. Is is based on David Cuny's IDE sample.
Editor sample
This
is a new editor that is also based on David Cuny's IDE sample written by Ralf
Peters, that demonstrate some of the new features: wxToolBar, wxArtProvider,
wxLocale, Menu Icons, embedded XPM graphics, ...)
Calculator sample
This
is a complete new calculator that demonstrate some of the new features: XRC
support, AcceleratorTable support, ...
Media Player sample
This
is a new sample that demonstrate the wxMediaCtrl control.
It was originaly written by John Labenski in wxLua and translated to wxBasic in a few minutes.