summaryrefslogtreecommitdiff
path: root/extras/tiopf/gui/tiDialogs.pas
AgeCommit message (Collapse)Author
2010-10-14Moved tiOPF related units into the tiOPF repository.Graeme Geldenhuys
It makes more sense to have the tiOPF related units with the rest of the tiOPF. It's easier to keep changes in sync, and have atomic commits across the various GUI toolkits supported by tiOPF.
2009-11-12Replaced String with TfpgString.Graeme Geldenhuys
2009-11-12Implemented tiProcessing() and tiEndProcessing which displays a type ofGraeme Geldenhuys
notification window. Very usefully for long running tasks and when you don't have a statusbar like in the case of SDI style applications.
2009-08-27Fix default size of tiShowString() form.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2008-10-17* Fixed some bugs in the tiRtfReport unit. Day, Month, Year reported wrong ↵graemeg
results. * Added a RTF Reporting demo.
2008-10-15 All tiAppXXX methods now have a ATitle parameter.graemeg
2008-09-28* Updated the tiOPFfpGUI package code to use the new unit names.graemeg
2008-06-13* Added a tiAppError() helper function to the tiOPF gui code.graemeg
2008-06-09* Fixed the tiGUIIni read/write formstate information for tiOPF based ↵graemeg
applications. * Fixed the updating of rows in the StringGrid composite mediator (tiOPF) * Minor update to the message dialog include file.
2007-08-27* Implemented List Mediators with tiOPF support and added a demo.graemeg
* Added a quick workaround for the InvertCaret function causing a AV. * MenuBar now keeps the current menu focused even if you open more than 2 levels deep of Popup Menus. * Added some TODO entries to Widgets. Also published some missing properties. * Fixed repainting issue with TfpgComobBox when you set the Width from code and made the component focusable. Not sure why it wasn't! * Updated Lazarus IDE code template for new fpGUI applications.
2007-08-24* Started the port of tiOPF GUI units to support fpGUI based applications.graemeg
See the readme.txt file for more details.