Age | Commit message (Collapse) | Author |
|
|
|
support.
|
|
* tiOPF: fixed a few bugs in the LogToGUI form & add that unit tothe tiOPFfpGUI package.
|
|
* Added some inline documentation for TfpgButton. Later this will move to fpdoc documentation.
|
|
|
|
|
|
|
|
Hint Help not displaying in modal forms.
|
|
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties.
* Updated the ShowHint property in TfpgWidget to use the stored property specifier.
|
|
|
|
seems fine, but it needs testing.
|
|
* Applied formating to tiListMediators
* Removed the ListBox implementation in tiListMediators. It was totally wrong.
|
|
|
|
* Default all auto generated data to posClean.
* Added some Debug buttons in forms to view raw data properties.
|
|
|
|
* 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.
|
|
Model-GUI-Mediator implementation. This is still work in progress.
|
|
|
|
|
|
|
|
|
|
TfpgWidget. Soon this will move to TfpgApplication.
* Made a few of my own fixes to Jean-Marc's patch.
* Removed a few compiler warnings.
|
|
|
|
|
|
|
|
fpGUI.
|
|
|
|
* Moved F_Hint variable to fpgApplication.HintWindow property. TfpgApplication
now manages the life of HintWindow.
* Moved DisplayHint (now called ActivateHint) and HideHint into TfpgApplication.
* Introduced a new TfpgApplication.HintPause property that will managed the
default delay before a help hint is displayed. Default is 1.5 seconds.
* gui_edit unit has been updated to handle the new changes.
* hintwindow example project has been updated to handle the new changes.
* TfpgHintWindow class now manages the Shadow Window (lifetime, size and
position).
* The Hint Shadow class is now moved to the Implementation section so it's not
accessible to the world, but only via the standard Hint Window class.
* Introduced a HintWindowClass which is a global variable. It defaults to
TfpgHintWindow, but allows the user to change it so a custom hint window
can be used instead.
* TfpgLabel.Text is now of type TfpgString
|
|
again with it's weird behaviour. Windows sends fake MouseMove messages
when a windows is shown, hidden or moved. The backend had to filter out
those fake messages. For more details on this see the following link.
http://blogs.msdn.com/oldnewthing/archive/2003/10/01/55108.aspx
|
|
|
|
|
|
|
|
* Made some improvements to the hint window handling by implementing a hint timer and more normal hint behaviour. Only in TfpgBaseEdit, but I'll abstract it higher up the hierarchy soon.
|
|
|
|
* Updated some build scripts
|
|
* 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.
|
|
|
|
|
|
* Rearranged the tests into a seperate directory.
* Fixed the unit test project requirements and added a readme.txt file.
|
|
|
|
* Removed the old units from the tiOPFfpGUI.lpk package and added new units. I did not delete the old mediator units yet.
|
|
undo feature. Behaviour is also adjustable in General Options dialog.
* Fixed tab order of General Options dialog in UI Designer.
|
|
Canneyt.
|
|
|
|
|