|

Click Here to Download
LF's LIBRARY (LF's LIB) is a set of routines to work with CASL language
as an
"external library". The library gives you control of some features including Graffiti®
Keyboard Function:
- helpkeyboard: Shows the keyboard on screen for edition;
Graffiti® Functions:
- helpgraffiti: Shows the help of Graffiti® on screen;
- graffitisetstate: Sets the state of CapsLock, NumLock and Shift;
- graffitigetcaps: Get the state of CapsLock;
- graffitigetnum: Get the state of NumLock;
- graffitigetshift: Get the state of Shift.
Palm Function:
- autooff: Set the time-out value in seconds for auto-power-off.
Zero means never power off.
Clipboard Functions:
- lfscopy: Copy the current selection of current text object to the text clipboard.
- lfscut: Copy the current selection of current text object to the text clipboard
and delete the selection of current text object.
- lfspaste: Replace the current selection in current text object with the contents of the text clipboard.
- lfsundo: Undo the last change made to the current text object.
- lfsselectall: Selects all text of current text object.
Search Function:
- phonelookup: Search for a name in Address List.
WARNING !
Do not call external functions directly from the invoke paramater of objects or you will get a fatal exception !
Instead, external functions must be "wrapped" in CASL functions.
Thanks to: Mark Einhorn
Click Here to Download
< back | Top
|