Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-18 | * Updated the tiOPFfpGUI.lpk package compiler options. | graemeg | |
* Implemented a FieldInfo class for use with the ListView mediator. Soon I will port that to the StringGrid mediator as well. | |||
2008-06-10 | * minor mediator changes. | 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. | |||
2008-06-06 | * Fixed a bug in the tiCompositeMediators (StringGrid) where it still used ↵ | graemeg | |
1-based indexing and not 0-based indexing. | |||
2008-05-28 | * Column widths are now setup correctly in the stringgrid mediator. | graemeg | |
2008-05-28 | * Added many improvements to the Listview and StringGrid composite mediators ↵ | graemeg | |
used with tiOPF. | |||
2008-05-20 | * Updated the tiOPF support code which the latest 0-based indexing changes. | graemeg | |
2008-04-21 | * Updated Demo 7 for tiOPF. | graemeg | |
* Added Demo 8 for tiOPF (still incomplete). | |||
2008-03-23 | * minor changes for tiOPF mediators. | graemeg | |
2008-01-29 | * Composite Mediators - made some methods virtual and moved other classes to ↵ | graemeg | |
the interfaces section so that developers can extend or override them. | |||
2008-01-09 | * Started working on a fpGUI Message Dialog feature. | graemeg | |
2008-01-08 | * Fixed StringGrid composite mediator. The column title was never set correctly. | graemeg | |
2007-10-01 | * Implemented the Objects[ACol,ARow] property for the StringGrid. | graemeg | |
* Implemented the StringGrid composite mediator for use with tiOPF. | |||
2007-09-28 | * Added a new unit for tiOPF support. I've ported the ListView | graemeg | |
composite mediator, but it still needs some testing. * Added a Clear method for the Listview Items and Columns. |