Version 1.4 comes with the following
changes:
- New HTML Scrolling Panel.
- The panel is able to scroll any HTML content.
- You can follow any HTML links by clicking them.
- It can display external HTML pages but also single text
stored in the database.
- You can define the panel's border style and background
color.
See the Draw_LAF Java Bean properties
documentation.
- New Forms 11g feature now taken into account
One of the
new Forms 11g feature is the ability for PJCs to raise custom
events
The LAF_XP_TextField and LAF_XP_TextArea PJCs have
been adapted to raise the events directly, without a tiers-Java
Bean like it is need for the previous versions.
So if you
use Forms 11g, copy the laf_11112.jar in your /java directory,
then you do not need to use the SEARCH_TEXT_ITEMS DrawLAF method
to attach a Java Bean to every Text Item in order to transmit
the events (Hyperlinks, REGEXP feature, and KeyPressed
information).
See the
old version new
features.
|