Age | Commit message (Collapse) | Author |
|
in the UI Designer and at runtime resizing.
* Implemented correct 'lazy refresh' in TfpgWidget when setting the size and position with .SetPostion() method.
* Refactored the Combo components removing some code duplication. Some paint methods are now inthe BasicCombobox component.
|
|
example.
|
|
|
|
|
|
Emerson for finding the problem.
|
|
|
|
* fpgApplication now closes all forms created via fpgApplication.CreateForm() before the main form when the application terminates.
* Minor documentation update for fpgfx.pas unit.
|
|
|
|
|
|
|
|
|
|
applications.
* Fixed the updating of rows in the StringGrid composite mediator (tiOPF)
* Minor update to the message dialog include file.
|
|
|
|
1-based indexing and not 0-based indexing.
|
|
after I changed the behaviour of AfterCreate method.
|
|
TfpgPanel.
* I implemented more alignment fixes for TfpgGroupBox and TfpgBevel.
* I improved the painting of the focus rectangle it TfpgCheckBox and TfpgRadioButton.
* UI Designer's Unknown widget can now act like a container component.
|
|
|
|
* Updated the localize.sh script to also generate the new include files.
|
|
|
|
|
|
* Updated the combobox demo.
|
|
* Updated the ComboBox demo to use the RandomData unit.
|
|
|
|
|
|
TMediatorDynamicComboBoxView.
|
|
|
|
create a new fpGUI based project by selecting File - New
|
|
* Created a Animation demo in the examples/gui/animation directory.
|
|
|
|
used with tiOPF.
|
|
keyboard and mouse responces are blocked.
|
|
|
|
Windows.
|
|
|
|
|
|
|
|
* Updated the Panel example to show Enabled and Disabled states.
|
|
* DrawText now takes the txtEnabled flag into account. Before it always
assumed Enabled = True.
* gui_tab now uses Canvas.DrawText instead of Canvas.DrawString
* gui_label now paints disabled text correctly.
|
|
both platforms, regardless of smallint limits.
|
|
|
|
|
|
|
|
* Minor bugfix in x11 backend and TextWidth calculation.
|
|
* Minor bugfix in CreateEdit and width = 0.
* Font is now a public property of TfpgEdit
|
|
|
|
|
|
|
|
|
|
changes are required to change all componens from 1-based indexing to 0-based indexing.
|
|
|