Short: Incremental timer window Author: paulh@Perth.DIALix.oz.au (Paul Huxham) Uploader: paulh Perth DIALix oz au (Paul Huxham) Type: util/misc Architecture: m68k-amigaos Displays an incremental counter, ideally suited for displaying total modem connect time. From the shell, Olt supports the following arguments: PUBSCREEN,REXXPORT,X/N,Y/N,UPDATE/N,TOFRONT/S PUBSCREEN is the public screen on which to open the Olt window. Case sensitive. Defaults to the default public screen (usually Workbench). REXXPORT is the name of the ARexx port to create. It will be converted to uppercase and no other application can be using an identical name. If the name is already in use, Olt will fail with an error. X is the x position of the top left corner of the window. Y is the y position of the top left corner of the window. If you supply -1 for this value, the window will be positioned just below the screens' title bar. UPDATE is the number of seconds to wait between updates of the counter display. If this is 0 (default), then the timer will be updated when Olt is the active window. If you sepcify say 10, then timer will be updated every ten seconds. TOFRONT when specified will bring the Olt window to the front whenever the timer display is updated.