home *** CD-ROM | disk | FTP | other *** search
-
- 2View's ARexx port name depends on the number of copies of 2View that
- are currently running. The first copy of 2View has the ARexx port
- '2View.1', the second, '2View.2', etc. up to '2View.99'
-
- 'quit'
- - Quit 2View (same as pressing the right mouse button)
-
- 'advance'
- - Advance to the next picture in the sequence, or quit if we're at the end
- of a non-looping sequence (same as pressing the left mouse button)
-
- 'get width'
- - Get the width of the current picture
-
- 'get height'
- - Get the height of the current picture
-
- 'get depth'
- - Get the number of bitplanes in the current picture
-
- 'get viewmodes'
- - Get a 32-bit hex number that describes the viewmodes (HAM, HIRES, etc.)
- of the current picture (this is the same as the Screen.ViewModes flag)
-
- 'get timeleft'
- - Get the time left to display the current picture, in ticks. If the
- user didn't specify a time on the command line, this returns zero.
-
- 'get timeperpicture'
- - Get the time each picture is to be displayed, in ticks. If the user
- didn't specify a time on the command line, this returns zero.
-
- 'get version'
- - Get a string giving the current version and release date of 2View
-
- 'get playlistname'
- - Get the name of the current playlist, or '?NONE?' if no playlist is
- being used
-
- 'get looping'
- - Returns 'TRUE' if the user specified the 'loop' flag, 'FALSE' if not
-
- 'get printpictures'
- - Returns 'TRUE' if the user specified the 'print' flag, 'FALSE' if not
-
- 'pictoback'
- - Send the current picture to the back
-
- 'pictofront'
- - Send the current picture to the front
-
- 'print'
- - Print the current picture
-
-