What's New in Version 7.6
[Read Me]
[HTML Samples]
[Support]
[Table Tutorial]
[What's New]
Version 7.6
- Fix hang when loading empty string.
- Remove parsing thread for more reliable operation.
Version 7.51
- Fix some thread problems.
- Changes to allow manifest file with Delphi 7 compilations.
- Change scrollbar arrangement to be more conventional.
Version 7.5
- Delphi 7 support.
- AppendString method allows adding text to a document already being displayed.
- A Reference parameter has been added to the LoadFromString, LoadFromStream, and
LoadStrings methods. The Reference parameter may be used to provide path information
for partial URLs within the document.
- Source code is now supplied.
Version 7.25a
A Mouseover Image is one that changes when the mouse passes over it. The ThtmlLite components use a
special syntax to implement mouseover images. It's done with the <img> tag as follows:
- the SRC="..." attribute should specify an animated GIF image
- Add an Active attribute
With the Active attribute, the GIF will normally just display the first frame. When the mouse passes
over, it will display the second frame if there are 2 frames or will animate if there are more than 2 frames.