Age | Commit message (Collapse) | Author |
|
|
|
Before the OnChange was not fired, but now it is. The only exception is while
the widget is in the UI Designer form.
|
|
Somehow I forgot to rename this type when we introduced the 'fpg' prefix years ago.
|
|
* Before, the image was 4 pixels away from the left, in default layout
So when you align many components with there left edges, it
looked as if the checkbox widget wasn't aligned correctly.
* Now the image is only 2 pixels from the edge, so aligning with
other widgets looks much better.
* Focus rectangle is now only drawn around the text portion of the
widget too. This is now similar to most OSes.
|
|
|
|
* Now the UI Designer can work with that property too
* A few other components got one or two other properties published too.
|
|
This facilitates in the loading of external form files at runtime.
|
|
|
|
|
|
|
|
* If BoxLayout = right, then the text caption could paint
over the radio or check images. This is now fixed.
|
|
* Checkbox and RadioButton images overlap the focus rectangle
when BoxLayout is right aligned.
|
|
|
|
* Named internal components
* Introduced TfpgBaseCheckbox class.
* Refactored text drawing in ComboBox to a method that can be overridden in descendants.
* Implemented a new (experimental) Calendar Combo with Checkbox for optional date selection.
* Added Calendar Combo Check component to UI Designer.
* Fixed some missing properties from Calendar Combo component in UI Designer.
|
|
* Spinedit controls got OnChange event.
* tiOPF: Updated the SpinEdit and CheckBox mediators to hook into the OnChange events.
|
|
* UI Designer has been updated to reflect the new gui unit names.
|