Age | Commit message (Collapse) | Author |
|
- Renamed the timer field variable from T_Chrono to FTimer.
- Renamed the OnTimer event handler from T_ChronoFini to HintTimerFired
- Disabled the timer *before* hinding the hint window. This prevents
those add AV's that occur when you close an application.
- No need to explicityl disable the timer in HintWindow destructor.
When you free a timer, it automatically gets disabled.
|
|
|
|
resource usage.
* Changed the parent class of TfpgHintWindow to TfpgBaseForm
* Removed the internal TfpgLabel, and instead paint directly to the
form canvas.
* Due to previous change, we now manually need to paint borders if
needed - not a problem.
* Removed unused properties and surfaced existing properties from
TfpgBaseForm. eg: BackgroundColor, TextColor etc.
|
|
|
|
|
|
hint pause at all.
* By default the Hint Windows now doesn't have a shadow. More consistent with desktop environments.
* Removed some compiler hints from UI Designer.
|
|
* Added an example 'customstyles' to show how a quick and easy style could be applied. Please not theming is not fully implemented in fpGUI, so this might change later.
|
|
* UI Designer has been updated to reflect the new gui unit names.
|