New Features
The following new features have been added to Views 7.0.
CSS Look and Feel
Views 7.0 adds the ability to use Cascading Style Sheet (CSS) styling rules to customize the look-and-feel of gadgets used to build Views applications. Style sheets are simple text files that specify CSS directives to style Views gadgets including attributes to define foreground and background colors, background images, margins and padding, and many other visual aspects. The following is a simple example of a CSS file that changes the background and foreground colors of an IlvButton:
IlvButton {
color: blue;
background-color: white;
}
For complete documentation and examples on styling your application with Views CSS Look and Feel see the Views CSS Style Sheets documentation in the Gadgets Reference Guide.
JPEG 2000 Support
Views version 7.0 now supports JPEG 2000.
Maps UTM Projection, WGS84 and MGRS Coordinate Conversion Improvements
Improvements to UTM projection, WGS84 and MGRS coordinate conversion have been made in Views 7.0. These improvements provide more accurate conversions and performance improvements.
GCC 5.x Support
GNU GCC ABI differences require separate library builds for versions prior to GCC 5.x and GCC 5.x and later. Views 7.0 now provides separate builds for each version of the GCC, accommodating applications built with newer versions of the GCC compilers.
Border Position (IlvBorderPosition)
This is a new property for IlvPalette. IlvBorderPosition indicates where the border is drawn when creating a rectangle or a rounded rectangle.
Published date: 05/24/2022
Last modified date: 05/24/2022