Difference between revisions of "AMOSi:Embedded Menu Commands"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
(converted to a list and fixed a spelling error)
Line 1: Line 1:
[[AMOSi:Bar|BAr]]<br />
+
* [[AMOSi:Bar|BAr]]
[[AMOSi:Bob|BOb]]<br />
+
* [[AMOSi:Bob|BOb]]
[[AMOSi:Ellipse|ELipse]]<br />
+
* [[AMOSi:Ellipse|ELipse]]
[[AMOSi:Icon|ICon]]<br />
+
* [[AMOSi:Icon|ICon]]
[[AMOSi:Ink|INk]]<br />
+
* [[AMOSi:Ink|INk]]
[[AMOSi:Line|LIne]]<br />
+
* [[AMOSi:Line|LIne]]
[[AMOSi:Locate|LOcate]]<br />
+
* [[AMOSi:Locate|LOcate]]
[[AMOSi:Outline|OUtline]]<br />
+
* [[AMOSi:Outline|OUtline]]
[[AMOSi:Pattern|PAttern]]<br />
+
* [[AMOSi:Pattern|PAttern]]
[[AMOSi:Proc|PRoc]]<br />
+
* [[AMOSi:Proc|PRoc]]
[[AMOSi:Reserve|REserve]]<br />
+
* [[AMOSi:Reserve|REserve]]
[[AMOSi:Sfont|Set Font]]<br />
+
* [[AMOSi:Sfont|Set Font]]
[[AMOSi:Sline|Set Line]]<br />
+
* [[AMOSi:Sline|Set Line]]
[[AMOSi:Sstyle|Set Style]]<br />
+
* [[AMOSi:Sstyle|Set Style]]
  
  
Line 19: Line 19:
  
 
All embedded commands consist of just two letters entered in UPPER or lower case.  Any other characters will be ignored. Most commands also require parameter values as well. Parameters should be entered as simple numbers, since expressions will NOT be evaluated.
 
All embedded commands consist of just two letters entered in UPPER or lower case.  Any other characters will be ignored. Most commands also require parameter values as well. Parameters should be entered as simple numbers, since expressions will NOT be evaluated.
<br />
 

Revision as of 02:09, 20 November 2007


Embedded menu commands define the appearance of a menu item when it is selected on the screen. You can include them as part of the definition string entered into the MENU$ function.


All embedded commands consist of just two letters entered in UPPER or lower case. Any other characters will be ignored. Most commands also require parameter values as well. Parameters should be entered as simple numbers, since expressions will NOT be evaluated.