Hi all,

Maybe it is possible to make an image of about for examp. 10px by 10px color red.

You use the IE script (somewhere else on this page) and call from that script possible other scripts until all those scripts are finished. Between those scripts you can put output info in the IE Screen. So you fix something like

code:

...<IESCRIPT CODE>....
$= olecallfunc ( $doc, "write", "s", "Progress indicator<br>" )

CALL <YOUR SCRIPT.KIX>

$= olecallfunc ( $doc, "write", "s", "<img src='<that 10px 10px red image'>" )

CALL <YOUR next SCRIPT.KIX>

$= olecallfunc ( $doc, "write", "s", "<img src='<that 10px 10px red image'>" )


and so on. It is a possibility. I have something like that cooking at the moment so i'll let you know later on.