Age | Commit message (Collapse) | Author |
|
This was in the messagequeue code.
* Implemented a default application wide exception handler. Applications will not simply crash and quit.
* Added TfpgApplication.HandleException
* Added TfpgApplication.OnException event developers can hook into
* Added TfpgApplication.ShowException - the default exception handler.
* Added TfpgApplication.StopOnException - should the application quit or not when an unhandled exception occurres.
|
|
* Messages are now stopped only if msg.Stop is true when FormDesigner is assigned to a widget
|
|
and listen to another components messages.
|
|
under Winodws. Windows doesn't have such OS level events.
* Added some safety net code around fpgSendMessage and
fpgDeliverMessage methods.
|
|
CoreLib.
|
|
* X11: Completed popup window support.
* GUI: Amended TfpgComboBox to rather use a popup window for the dropdown portion of the control.
* The previous change fixed the issue in the FileDialog where you couldn't select a combo box item with the mouse.
|
|
control it.
* Adjusted the calls to Windows.SetWindowPos so that
the WM_PAINT message gets generated. This fixes a few
paint issues.
* Adjuset the text in the tabs to be more prominent for
the active tab.
|
|
multi-handle design from the prototypes directory.
|