Contents | Index | < Browse | Browse >
Command:
screen = GetScreen
Description:
Returns the name of the screen APlayer is active on. If APlayer is
iconified, it will return 1 in RC, else it will return 0 in RC and the
screen name in RESULT.
Input:
None
Result:
screen - Name of the screen.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Command:
Iconify
Description:
Iconify APlayer with an AppIcon.
Input:
None
Result:
None
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Command:
Popup
Description:
Popup the main window.
Input:
None
Result:
None
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Command:
success = SetScreen screen
Description:
Opens the APlayer window on another public screen. If the screen does
not exist or isn't public, APlayer will return an error and stay on
its previous screen.
Input:
screen - Name of public screen (case sensitive!)
Result:
success - This is an error code where 0 means ok and 1 means error.
Note that the result is in RC not in RESULT.