Logo by Nickman (anonymous IP: 18.191.129.241,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
Name: OpenGuide Format: OpenGuide [NAME] <filename> [NODE <nodename>] [PUBSCREEN <name>] Template: NAME/A,NODE/K,PUBSCREEN/K Default ARexx Port: OPENGUIDE<.port#.port#> (e.g. OPENGUIDE.1.1) Example: OpenGuide docs.guide NODE about PUBSCREEN Internet PORT MYPORT Function: OpenGuide is a shell command that will open a named AmigaGuide at a specified node on a specified screen with a specified port. If no node argument is specified the guide will open at the "main" node. If no screen argument is specified the guide will be opened on the default public screen. The default port name "OPENGUIDE" will be used if no port argument is specified. Amigaguide.library will add port numbers to the port name to distinguish multiple instances of opened AmigaGuides. OpenGuide is synchronous and will not return to the command line until the user closes the AmigaGuide. The opened guide can be controlled with the standard AmigaGuide ARexx commands. ARexx: Some AmigaGuide ARexx commands must be addressed to the primary port number (OPENGUIDE.1) and others addressed to the secondary port number (OPENGUIDE.1.1). Here are some examples: rx "ADDRESS OPENGUIDE.1.1;NEXT" (move to next node) rx "ADDRESS OPENGUIDE.1.1;PREVIOUS" (move back one node) rx "ADDRESS OPENGUIDE.1.1;RETRACE" (move to last viewed node) rx "ADDRESS OPENGUIDE.1;LINK mylink" (move to specified node) rx "ADDRESS OPENGUIDE.1;LINK main" (move to main node) rx "ADDRESS OPENGUIDE.1;QUIT" (Close the AmigaGuide) Source included. xenic |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |