User Tools

Site Tools


scripting:reference:scriptedosd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scripting:reference:scriptedosd [2015/02/20 14:29] – [OSDCreate] mitscripting:reference:scriptedosd [2025/05/28 16:35] (current) – external edit 127.0.0.1
Line 6: Line 6:
  
 ==== OSDCreate ==== ==== OSDCreate ====
-^ Parameters | ''OSD_TYPE'', ''Name'', ''Title''+^ Parameters | ''OSD_TYPE'', ''Name'', ''Title'', ''[Expiry Time]''
 ^ Example | ''osdcreate(OSDBUILDING,"Main", "" )'' | ^ Example | ''osdcreate(OSDBUILDING,"Main", "" )'' |
 ^ Description | This function is used to start a new osd block. |  ^ Description | This function is used to start a new osd block. | 
-The OSD_TYPE can be one of :\\ + 
-- OSDWINDOW\\+OSD_TYPE determine the location and appearance of the OSD background (See list below). 
 +The ''Name'' of the OSD is used to identify its components : See [Responding to OSD Button Presses]. 
 +''Expiry Time'' is optional - if used, it specifies the number of seconds the OSD will appear for before automatically closing. 
 + 
 +OSD_TYPE can be one of :\\ 
 +- OSDWINDOW \\
 - OSDBUILDING\\ - OSDBUILDING\\
 - OSDPOPUP\\ - OSDPOPUP\\
Line 22: Line 27:
 - OSDSCRIPTEDBUILDING \\ - OSDSCRIPTEDBUILDING \\
  
-If ''OSDWINDOW'' is used a background window is created 400x300, in the center of the screen. With ''OSDBUILDING'', the OSD is displayed within the region of the building access window.+''OSDWINDOW'' is used a background window is created 400x300, in the center of the screen. With ''OSDBUILDING'', the OSD is displayed within the region of the building access window.
  
-The ''Name'' of the OSD is used to identify its components : See [Responding to OSD Button Presses]. 
  
 ==== OSDAddItem ==== ==== OSDAddItem ====
-Parameters :  ''OSD_ITEMTYPE'', ''Name'', ''Title'' \\ +Parameters ''OSD_ITEMTYPE'', ''Name'', ''Text''  
-Example ''OsdAddItem(OSDIMAGE,"", "http://myweb.com/image.jpg" )'' \\ +Example ''OsdAddItem( IMAGE, "", "http://myweb.com/image.jpg" )'' | 
-Description +Description | This is a basic function to add an OSD item to the screen. Each item appears below any previously added items. If you want more control of the layout of your OSD then you would use the OSDAddAt command.. | 
 ==== OSDAddAt ==== ==== OSDAddAt ====
 Parameters :  ''OSD_ITEMTYPE'', X, Y, W, H, ''Name'', ''Title'' \\ Parameters :  ''OSD_ITEMTYPE'', X, Y, W, H, ''Name'', ''Title'' \\
Line 59: Line 62:
 ===== ScriptedOSD Item Types ===== ===== ScriptedOSD Item Types =====
  
-==== BUTTON ==== +==== Text Types ==== 
-==== TEXT ==== +Text can be added to your OSD using various text types, that specify the size, alignment and colour of the text to be displayed. 
-==== IMAGE ==== +Valid text types are as follows :\\ 
-==== BULLET ==== +  * TEXT 
-==== EXITBUTTON ==== +  * BIGTEXT 
-==== LISTBUTTON ==== +  * FADEDTEXT 
-==== BIGTEXT ==== +  * SMALLTEXT 
-==== FADEDBUTTON ==== +  * TEXTRIGHT 
-==== TEXTENTRY ==== +  * SMALLTEXTRIGHT 
-==== BUTTONMINWIDTH ==== +  * BIGTEXTRIGHT 
-==== MINHEIGHT ==== +  * BOLDTEXT 
-==== FADEDIMAGE====+  * SMALLFADEDTEXT (or FADEDSMALLTEXT) 
 +  * BIGFADEDTEXT 
 +  * WARNINGTEXT 
 +  * BIGWARNINGTEXT 
 +  * TEXT2 
 +  * FADEDTEXT2 
 +  * TEXT2RIGHT 
 +  * GIANTTEXT 
 +  * GIANTTEXTRIGHT 
 +  * GIANTFADEDTEXT 
 +  * BLINKINGWARNINGTEXT 
 +  * BULLET 
 + 
 +==== Button Types ==== 
 + 
 +  * BUTTON 
 +  * EXITBUTTON 
 +  * FADEDBUTTON 
 +  * APPLYBUTTON 
 +  * APPLYEXITBUTTON 
 + 
 +==== Image Types ==== 
 + 
 +  * IMAGE 
 +  * FADEDIMAGE 
 +  * EXITIMAGE
  
-==== FADEDTEXT ====+==== Graphic Types ====
  
-==== SMALLTEXT ====+  * RECT 
 +  * LINE 
 +  * BOX
  
-==== TEXTRIGHT ====+==== User Input Types ====
  
-==== SMALLTEXTRIGHT ====+  * TEXTENTRY 
 +  * VALUE 
 +  * CASHVALUE
  
-==== BIGTEXTRIGHT ====+==== Display Control Types ====
  
-==== VALUE ====+  * HTTPSET 
 +  * BUTTONMINWIDTH 
 +  * MINHEIGHT
  
-==== APPLYBUTTON ====+==== Other OSD Types ====
  
-==== APPLYEXITBUTTON ====+  * LISTBUTTON  
 +  * DATE
  
scripting/reference/scriptedosd.1424442551.txt.gz · Last modified: (external edit)