Input/Output Module - March 98 - by Sylvain HUET ----------- This module is an input/output module : Five actions : - start : start the client - an action 'openUrl' : open the url on the client - an action 'gotoUrl' : close the current application an go to the new one - an action 'activeX' : send a message to the ActiveX container These three actions use the parameter. Concerning the gotoUrl action, if the destination is a Scol world, the first line of the parameter must be the adress, and the second line may precise a special entry point. You can define your own ActiveX events : events should be words using only alphabetical (low case) and numerical characters. For example if you define the event "123", this event will be fired when the container sends a message : _ActiveX 123 - an action 'openUser' : same as openUrl but take a client login in parameter. Two events : - log : put the action received by module in parameter - in : the client is ready