Age | Commit message (Collapse) | Author |
|
|
|
* Debugging INI support for tiOPF.
* Instructions on how to compile fpGUI with the Free Pascal Text IDE.
|
|
|
|
* Minor changes to the message dialogs.
|
|
* Added new resourcestring constants to the translation language files.
* Localized all the GUI units.
|
|
* Long text with paragraphs are now handled and painted correctly in the MessageBox and Message Dialog.
|
|
* Fixed the mbYesNoCancel button order in a MessageDialog.
* Extended the FileDialog example for testing purposes of
the MessageDialog class.
|
|
* MessageDialog doesn't inherit from TfpgBaseDialog anymore.
* Implemented all MessageDialog message types.
* MessageDialog is pretty much working now. Buttons get created correcty. Returns the correct
button clicked. Long text gets displayed and wrapped correctly.
I still need to to some code cleanup and more testing and create an example program.
|
|
dynamically. Captions get set and the default button gets set. I still have plenty to do, but it's progress.
|
|
|
|
|