<< Click to display table of contents >> Third-Party Tools | GlyFX Toolbar Images |
(deprecated, this datamodule the not maintained anymore)
If you want to use modern looking images, consider GlyFX toolbar images.
There are 4 datamodules available.
Two datamodules based on GlyFX Windows XP icon sets:
•XP Common (free)
•XP Core II
•XP Word processing.
Two datamodules based on GlyFX Windows Vista icon sets:
•Vista Common (free)
•Vista Core II
•Vista Word processing.
The corresponding sets must be purchased in order to use these datamodules. After purchasing, request datamodules from GlyFX.
All registered users of TRichView get a 25% discount when registering all GlyFX products.
Datamodules:
•dmActionsGlyFX.pas uses XP-style images without alpha channel (based on bmp). Can be used in Delphi 4+
•dmActionsGlyFXAlpha.pas uses XP-style images with alpha channel (based on png). Can be used in Delphi 2009+
•dmActionsGlyFXAero.pas uses Vista-style images without alpha channel (based on bmp). Can be used in Delphi 4+
•dmActionsGlyFXAeroAlpha.pas uses Vista-style images with alpha channel (based on png). Can be used in Delphi 2009+
All datamodules include 6 image lists: normal, highlighted disabled; all in 16x16 and 24x24.
Additionally, projects with GlyFX and TRibbon are available for TRichViewEdit and TSRichViewEdit.
It's not necessary to install files to use these datamodules.
However, if you want to use one of these modules at design time instead of dmActions.pas:
1.Open RichViewActions.inc and remove the dot from one of the following lines:
{.$DEFINE USEGLYFX} // to use dmActionsGlyFX (XP-style, 1 bit transparency)
{.$DEFINE USEGLYFXALPHA} // to use dmActionsGlyFXAlpha (XP-style, 1 byte transparency, D2009+)
{.$DEFINE USEGLYFXAERO} // to use dmActionsGlyFXAero (Vista-style, 1 bit transparency)
{.$DEFINE USEGLYFXAEROALPHA} // to use dmActionsGlyFXAeroAlpha (Vista-style, 1 byte transparency, D2009+)
2.Remove dmActions.pas from the RichViewActions package
3.Install (or recompile) the package.