HowTo's
Basic features
How to save the position and size of the frame window.
- Depending on the used platform (i.e. Win32) the current position and size of the frame window is only save when the application is exited through a mouse click on the close box while simultaneous pressing the Ctrl key. This is the standard way but unfortunately not on all platforms supported. On certain platforms it's saved unconditional on each exit.
How to use the context sensitive wxWidgets help.
- If you want to select a wxWidgets keyword and look it up in the help, download the "wx.htb" and put it into the working directory of the application (on Windows it's the app directory). Don't forget to check in the language preferences if the help is correct entered.