Drawing Plugin

From MSX - Wiki
Revision as of 15:00, 29 January 2021 by Benzac (talk | contribs)
Jump to navigation Jump to search

This is a special video plugin that has been developed to check the performance and capabilities of a TV device. The plugin can be used with version 0.1.123 or higher.

Example[edit]

Screenshot[edit]

Example Screenshot (Drawing Plugin)

Code[edit]

{
    "type": "pages",
    "headline": "Drawing Plugin",
    "pages": [{  
            "items": [{           
                    "type": "default",
                    "layout": "0,0,12,6",
                    "color": "msx-glass",
                    "icon": "msx-white-soft:color-lens",
                    "iconSize": "large",
                    "title": "Start Drawing",                    
                    "playerLabel": "Drawing",
                    "action": "video:plugin:http://msx.benzac.de/plugins/drawing.html",
                    "live": {
                        "type": "playback",                        
                        "action": "player:show"
                    },
                    "properties": {
                        "progress:type": "fix:",
                        "button:restart:enable": false,
                        "progress:marker:enable": false,
                        "button:forward:enable": false,
                        "button:rewind:enable": false,
                        "button:speed:enable": false,
                        "button:content:icon": "palette",
                        "button:content:action": "player:restart",
                        "label:position": "Select {ico:msx-white:palette} to perform drawing actions",
                        "trigger:back": "player:stop"
                    }
                }]
        }]
}

Demo[edit]

See also[edit]