Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Registered the TMediatorItemComboBoxView in tiMediators.
|
|
|
|
indexing.
|
|
* tiOPF: CalendarCombo mediator now hooks into the OnChange and OnExit event.
|
|
* Spinedit controls got OnChange event.
* tiOPF: Updated the SpinEdit and CheckBox mediators to hook into the OnChange events.
|
|
projects.
|
|
|
|
|
|
* Memo mediator now handles OnChange and OnExit events correctly.
* tiOPF demo 21 now has a CountryList screen as well. Also fixed the Contact.Memo property usage.
|
|
* A few other minor changes to mediators
* Extended the tiOPF demo 21 even further, showing more features of MGM implementation.
|
|
|
|
|
|
* published OnEnter and OnExit it TfpgEditComboBox
* published OnEnter and OnExit it TfpgTrackBar
* Changed GUIFieldName in TMediatorComboBoxView to 'Text' to fix bug
in mediator observing text property.
* Changed GUIFieldName in TMediatorItemComboBoxView to 'FocusItem'
* Added a public visible RegisterFallBackMediators procedure which
can be called by the developer as a fallback for generic mediator
handling.
* Implemented the missing SetupGUIandObject in TMediatorComboBoxView
which now makes it work.
* tiOPF mediator demo: removed debug output
* tiOPF mediator demo: cleaned up the Model_View unit. This removed
a huge amount of code. Awesome!
* tiOPF mediator demo: cleaned up the frmMain unit. This removed
plenty of code. I also fixed up the package requirements or the
project.
|
|
* Moved DoObjectToGUI it Trackbar mediator from public to protected.
* Minor code formatting fixes.
* Implemented DoGetFieldBounds for TPerson in tiOPF demos.
|
|
* Removed the old units from the tiOPFfpGUI.lpk package and added new units. I did not delete the old mediator units yet.
|