Skip to content

Instantly share code, notes, and snippets.

@fernandobrito
Created July 14, 2010 20:20
Show Gist options
  • Save fernandobrito/476005 to your computer and use it in GitHub Desktop.
Save fernandobrito/476005 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="ISO-8859-1"?>
<ncl id="nclLua" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile">
<head>
<regionBase>
<region width="90%" height="90%" left="5%" top="5%" id="rgLua1"/>
</regionBase>
<descriptorBase>
<descriptor id="dsLua1" region="rgLua1" focusIndex="luaIdx1"/>
</descriptorBase>
<connectorBase>
<causalConnector id="onBeginStart">
<simpleCondition role="onBegin"/>
<simpleAction role="start"/>
</causalConnector>
</connectorBase>
</head>
<body>
<port id="entryPoint" component="lua"/>
<media type="application/x-ginga-settings" id="programSettings">
<property name="service.currentKeyMaster" value="luaIdx1"/>
</media>
<media id="lua" src="teste_cor.lua" descriptor="dsLua1" />
<link xconnector="onBeginStart">
<bind role="onBegin" component="lua"/>
</link>
</body>
</ncl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment