aa0540921c
Issue #448 : Apply 192 new icons mainly from Icons8 gallery, with an OpenSource permission (talked to Eugenie from Icons8)
2019-01-26 19:15:25 +01:00
9d61fb53a1
Show icons instead of text on delete + sort buttons of data sorting dialog. Use the same new sort icon on column headers.
2018-12-02 17:50:23 +01:00
7f555885d0
Support high-dpi setting with programmatically created controls on data sorting dialog. Closes #416 .
2018-12-01 18:11:46 +01:00
9cdcd63145
Issue #213 : Assign system or custom font once, to the application, and let all forms inherit that font, so there is no need to call InheritFont() for each form.
2018-10-25 19:24:45 +02:00
535bcc3470
Fix "abstract error" when clicking "delete" button on data sorting dialog, caused by free'd button in its OnClick event.
2012-02-14 18:30:10 +00:00
6c74af1ec8
Add a menu item "Reset sorting", to remove ORDER BY columns with one click / shortcut. Fixes issue #561 .
2009-12-27 16:39:54 +00:00
9a52593dc2
Use Vista's Segeo font for all forms by using the SetVistaFonts() in mainform plus the new routine InheritFont() which simply overtakes fontname and size from the mainform to all other forms.
2008-08-29 18:20:14 +00:00
efa71f50bb
Implement automatic closing of data sorting + column selection dialogs when clicking elsewhere by catching the FormDeactivate event. (rfe #562 and rfe #579 )
2008-06-23 19:49:11 +00:00
cc84963b25
Implement a dialog for easier accessing the options for ordered columns.
...
This has one positive side effect: ViewData no longer re-saves an ORDERCLAUSE to registry after it has been read. At the same time the ORDERCLAUSE is read everytime when grid is filled, not only the first time. Those changes were needed to be able to apply an ORDERCLAUSE which was generated and saved by the new dialog.
Left for later: Moving order-columns up and down. Tested that with a TUpDown which seems to ignore clicks sometimes and then doesn't fire OnClick.
2007-07-12 22:33:59 +00:00