-
Notifications
You must be signed in to change notification settings - Fork 3
/
exemplo04.ncl
executable file
·35 lines (29 loc) · 1.06 KB
/
exemplo04.ncl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Generated by NCL Eclipse -->
<ncl id="exemplo4" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile">
<head>
<regionBase>
<region id="rgLua" width="100%" height="100%" />
</regionBase>
<descriptorBase>
<descriptor id="dLua" region="rgLua" focusIndex="luaIdx" />
</descriptorBase>
<connectorBase>
<causalConnector id="onEndStop">
<simpleCondition role="onEnd"/>
<simpleAction role="stop"/>
</causalConnector>
</connectorBase>
</head>
<body id="corpo">
<port id="pLua" component="lua"/>
<media id="settings" type="application/x-ginga-settings">
<property name="service.currentKeyMaster" value="luaIdx"/>
</media>
<media id="lua" src="exemplo04.lua" descriptor="dLua" />
<link xconnector="onEndStop">
<bind role="onEnd" component="lua" />
<bind role="stop" component="corpo" />
</link>
</body>
</ncl>