Version 1.5.1 comes with the following
changes:
- New Scripting Robot to show demos or training
courses.
A new set of methods have been added to the
DrawLAF Java Bean to play demos read from a script. This script
can be loaded from a database column or from a client-machine
file. It offers the following:
- Simulate navigation (Go_Item(), Go_Block()), functions
(KEY-xxx, ...), mouse move, mouse press, key press, paste text,
etc.
- Display timed text bubbles in an asynchronous way.
- Display timed shapes in an asynchronous way (line,
rectangle, rounded rectangle, circle, and arrow).
- Display timed texts on the screen.
You can also have
these shapes blinking
The DrawLAF Bean Area needs some new code in the
When-Custom-Item-Event, so that this trigger has been added in
every instance of the LAF_BEAN Bean Area present in the laf.olb
file.
The laf.pll has also been updated.
A new
sample dialog - test_laf_robot.fmb - has been added to the /fmb
folder. A sample script file - laf_robot.txt - has also been
added in the same folder for you to test. The sample dialog's
block is based on the DEPT table with the following 3
fields:
DEPTNO, DNAME and LOC
You may have to update
the code in the sample dialog to fit your own
environment.
See the Draw_LAF Java Bean properties documentation.
See the old version new
features.
|