actionprogress Method

Purpose:

Tells Heximus to notify via this method progress of a sub task.

Syntax:

CONTROL.actionall = "call_label"

Comments:

Usefull for mutlithreaded apps.

The call label must exist.  An error will be triggered if the label does not exists.

CONTROL currently can be either CLOCK, NETWORK, or FILE

Example:

 

file.actionprogress = "progress"

file.getsaf

halt

 

progress:
fil = file.getfilenopath
tot = file.getfilecount
ind = file.getfileindex
titlebar.text = fil + " " + stri(ind+1) + " of " + stri(tot)
return