Menu

SVN-Code Commit Log


Commit Date  
[r12063] by mikeaubury

.

2011-06-14 16:03:30 Tree
[r12062] by mikeaubury

Add an implicit 'EXIT MENU' command via ON ACTION fgl_exit_menu if $ADDEXITMENUACTION=Y
This will be used by the GUI to force an exit menu...

2011-06-09 16:28:47 Tree
[r12061] by mikeaubury

Allow TEXT and BYTE blobs to be DISPLAYed TO in XML GUI

2011-05-30 13:55:40 Tree
[r12060] by mikeaubury

.

2011-05-30 13:40:11 Tree
[r12059] by mikeaubury

.

2011-05-30 12:49:25 Tree
[r12058] by mikeaubury

ON KEY ... EXIT CONSTRUCT .. fixup for XML UI

2011-05-27 12:47:51 Tree
[r12057] by mikeaubury

.

2011-05-20 19:34:33 Tree
[r12056] by mikeaubury

.

2011-05-18 17:29:50 Tree
[r12055] by mikeaubury

.

2011-05-17 17:26:12 Tree
[r12054] by mikeaubury

Add new "fgl_copy" call - copies from one variable to another using byte copies (so copying a large array of records is much faster).
Eg.
define a array[20] of record
c char(20)
end record

define b array[20] of record
c char(20)
end record
...
for d=1 to 20
let a[d].c=d
end for

CALL fgl_copy(a,b)

will copy the array "a" into array "b"

Sizes of the arrays *must match*

2011-05-17 17:23:45 Tree
Older >