<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br><div>

<style><!--
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

--></style>
<div dir="ltr">
<b>Buenas a todos!</b><br>( esta frio no? )<img style="border-style:none;vertical-align:text-bottom" title="Sonrisa" alt="Sonrisa" src="http://gfx1.hotmail.com/mail/w4/pr04/ltr/emo/smile.gif" height="19" width="19"><br><br>Bueno, es esta oportunidad he comenzado a probar como funciona HTML con Ginga<br>Mi objetivo es lograr interectuar a traves de Ginga con un web service.<br><br>La aplicacion funcionaria asi:<br>Por medio de los botones '1'/'2'/'3' del control remoto votaria algunas de las 3 opciones y reflejaria la cantidad de votos de cada opcion a traves de una pagina html.<br>Si presiono alguna de las 3 opciones (1 � 2 � 3), paso ese voto por medio del 'event.post'&nbsp; al NCL ( esto hace que se incremente en 1 el valor que esta en una tabla del webService). <br><br>Algo asi:<br><br>if &nbsp;&nbsp;&nbsp; evt.key == '1' then&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; <font style="" color="#FF0000">event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='</font><font style="" color="#FF0000">http://X.X.X.X/Ginga/Votar</font><font style="" color="#FF0000">/<font style="" color="#00B050">?opcion=A</font>'})</font><font style="" color="#FF0000"><br></font><font style="" color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='</font><font style="" color="#FF0000">http://X.X.X.X/Ginga/Votar</font><font style="" color="#FF0000">/<font style="" color="#00B050">?opcion=A</font>'})</font><br>elseif &nbsp;&nbsp;&nbsp; evt.key == '2' then<br>&nbsp;&nbsp;&nbsp;&nbsp; <font style="" color="#FF0000">event.post('out',{class = "ncl", type = "attribution", name = 
'srcNuevo', action='start', 
value='</font><font style="" color="#FF0000">http://X.X.X.X/Ginga/Votar</font><font style="" color="#FF0000">/<font style="" color="#00B050">?opcion=B</font>'})</font><font style="" color="#FF0000"><br></font><font style="" color="#FF0000">
&nbsp;&nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", 
name = 'srcNuevo', action='stop', 
value='</font><font style="" color="#FF0000">http://X.X.X.X/Ginga/Votar</font><font style="" color="#FF0000">/<font style="" color="#00B050">?opcion=B</font>'})</font><br>elseif &nbsp;&nbsp;&nbsp; evt.key == '2' then<br>&nbsp;&nbsp;&nbsp;&nbsp; <font style="" color="#FF0000">event.post('out',{class = "ncl", type = "attribution", name = 
'srcNuevo', action='start', 
value='</font><font style="" color="#FF0000">http://X.X.X.X/Ginga/Votar</font><font style="" color="#FF0000">/<font style="" color="#00B050">?opcion=C</font>'})</font><font style="" color="#FF0000"><br></font><font style="" color="#FF0000">
&nbsp;&nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", 
name = 'srcNuevo', action='stop', 
value='</font><font style="" color="#FF0000">http://X.X.X.X/Ginga/Votar</font><font style="" color="#FF0000">/<font style="" color="#00B050">?opcion=C</font>'})</font><br>end<br><br><b>Hasta ahi funciona perfecto</b>.Si presiono<b> solo una vez</b> cada opcion se incrementa en 1 el voto del html. <b>Mi problema esta en que si quiero volver a votar la misma opcion ya no me lo toma. </b><br><br>Lo que hice.<br>Despues de votar una opcion; volvia a llamar al "event.post" pasandole por parametros la direccion original del webService para que actualizara los valores obtenidos y poder seguir votando... pero tampoco funciono.... � lo mas probable es que no lo sepa hacer.<br>Hacia:<br><font style="" color="#FF0000">event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='</font><font style="" color="#00B050">http://X.X.X.X/Ginga/Votar</font><font style="" color="#FF0000">'})</font><font style="" color="#FF0000"><br></font><font style="" color="#FF0000">event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='</font><font style="" color="#00B050">http://X.X.X.X/Ginga/Votar</font><font style="" color="#FF0000">'})</font><br><br><br><br>Este es el codigo:<br><br>-------------------------------------------<b>main.ncl</b>--------------------------------------------------------------<br><br>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;<br>&lt;ncl id="main" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile"&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;head&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;regionBase&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;region id="<font style="" color="#FF0000">rgWebService</font>" width="100%" height="30%" top="0%"&nbsp; zIndex="1"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;region id="<font style="" color="#FF0000">rgLua</font>" width="0%" height="0%"&nbsp; zIndex="1" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;region id="idBotonVote" width="20%" height="20%" bottom="10%" left="10%" zIndex="1"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/regionBase&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;descriptorBase&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;descriptor id="<font style="" color="#FF0000">descWebService</font>" region="<font style="" color="#FF0000">rgWebService</font>" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;descriptor id="<font style="" color="#FF0000">descLua</font>" region="<font style="" color="#FF0000">rgLua</font>" focusIndex="<font style="" color="#FF0000">appFocusLua</font>"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;descriptor id="descBotonVote" region="idBotonVote"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/descriptorBase&gt;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;connectorBase&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;importBase documentURI="metodos.ncl" alias="metodo"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/connectorBase&gt;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;/head&gt;<br><br><br>&nbsp;&nbsp;&nbsp; &lt;body&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;port id="pVote" component="imgBotonVote"/&gt;<br><br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;media id="<font style="" color="#FF0000">mediaWebService</font>"&nbsp; type="text/html" src="http://X.X.X.X/Ginga/Votar"&nbsp; descriptor="<font style="" color="#FF0000">descWebService</font>"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;property name="src"/&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/media&gt;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;media id="<font style="" color="#FF0000">mediaLua</font>" src="luaHtml.lua"&nbsp; descriptor="<font style="" color="#FF0000">descLua</font>" &gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;property name="bounds"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;property name="srcNuevo"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/media&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;media id="imgBotonVote" src="Imagen/Botones/voto.png" descriptor="descBotonVote"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;media id="focoLua" type="application/x-ginga-settings"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;property name="service.currentKeyMaster" value="<font style="" color="#FF0000">appFocusLua</font>"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/media&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;link xconnector="<font style="" color="#0070C0"><b>metodo#</b><b><font style="">onBeginEndMenu</font></b></font>"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind role="onSelection" component="imgBotonVote"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bindParam name="oSetTecla" value="ENTER"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/bind&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind role="abort" component="imgBotonVote"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind role="set" component="mediaLua" interface="bounds"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bindParam name="oValor" value="0%,30%,100%,50%"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/bind&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind role="start" component="<font style="" color="#FF0000">mediaLua</font>"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind role="start" component="<font style="" color="#FF0000">focoLua</font>" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind role="start" component="<font style="" color="#FF0000">mediaWebService</font>"/&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/link&gt;<br>&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;link xconnector="<b><font style="" color="#0070C0">metodo#</font><font style="" color="#0070C0">onEndAttributionSet</font></b>"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind component="mediaLua" interface="srcNuevo" role="onEndAttribution"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind component="mediaLua" interface="srcNuevo" role="getValue"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;linkParam name="valor" value="$getValue"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;bind role="set" component="<font style="" color="#FF0000">mediaWebService</font>" interface="src"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/link&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;/body&gt;<br>&lt;/ncl&gt;<br>-------------------------------------------------------------------------------------------------------------------------------------<br><br><br>---------------------<b> metodos.ncl</b>------------------------------------------------------------------------------------------------<br>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;<br>&lt;!-- Generated by NCL Eclipse --&gt;<br>&lt;ncl id="metodos" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;head&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;connectorBase&gt;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;causalConnector id="<font style="" color="#0070C0"><b><font style="">onBeginEndMenu</font></b></font>"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;connectorParam name="oSetTecla"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;connectorParam name="oValor"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;simpleCondition role="onSelection" key="$oSetTecla"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;compoundAction operator="seq"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;simpleAction role="start" qualifier="seq"&nbsp; max="unbounded"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;simpleAction role="abort" qualifier="seq"&nbsp; max="unbounded"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;simpleAction role="set" qualifier="seq" max="unbounded" value="$oValor"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/compoundAction&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/causalConnector&gt;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;causalConnector id="<font style="" color="#0070C0"><b><font style="">onEndAttributionSet</font></b></font>"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;connectorParam name="valor" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;simpleCondition role="onEndAttribution"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;simpleAction role="set" value="$valor" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/causalConnector&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/connectorBase&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;/head&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;body&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;/body&gt;<br>&lt;/ncl&gt;<br><br>--------------------------------------------------------------------------------------------------------------------------------------<br><br><br><br><br>--------------------------------<b>-luaHtml.lua-</b>----------------------------------------------------------------------------------------<br><br><br>function manejadorEventos(evt)&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; if evt.class=='key' and evt.type=='press' then <br>&nbsp;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp; if &nbsp;&nbsp;&nbsp; evt.key == '1' then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='http://X.X.X.X/Ginga/Votar/?opcion=A'})<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='http://X.X.X.X/Ginga/Votar/?opcion=A'})<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; elseif &nbsp;&nbsp;&nbsp; evt.key == '2' then&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='http://X.X.X.X/Ginga/Votar/?opcion=B'})<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='http://X.X.X.X/Ginga/Votar/?opcion=B'})<br><br>&nbsp;&nbsp;&nbsp; &nbsp; elseif&nbsp;&nbsp;&nbsp; evt.key == '3' then<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='http://X.X.X.X/Ginga/Votar/?opcion=C'})<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='http://X.X.X.X/Ginga/Votar/?opcion=C'})&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; <br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; end&nbsp;&nbsp;&nbsp; <br><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style="" color="#FF0000"><font style=""> </font></font></b><font style="" color="#FF0000"><font style="">refrescarHTML()</font></font><br>&nbsp;end&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>end<br><br><br><br><font style="" color="#000000">function refrescarHTML()</font><br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='http://X.X.X.X/Ginga/Votar'})<br>&nbsp;&nbsp;&nbsp; event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='http://X.X.X.X/Ginga/Votar'})<br>&nbsp;&nbsp;&nbsp; <br><font style="" color="#000000">end</font><br><br><br>event.register(manejadorEventos)<br><br>--------------------------------------------------------------------------------------------------------------------------------------<br><br><br><br><br><br>Esa era una opcion que intente y no paso nada. <br><br><br>/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////<br>La otra opcion&nbsp; que intente es por medio de NCL, modificando &nbsp; &lt;causalConnector id="<font style="" color="#0070C0"><b><font style="">onEndAttributionSet</font></b></font>"&gt; ( en el archivo <b> metodos.ncl</b>) y agregandole un &nbsp; &lt;simpleAction role="start" /&gt;, para llamar de nuevo al "<b><font style="" color="#0070C0">mediaWebService</font></b>"cuando invoco al &lt;link xconnector="<b><font style="" color="#0070C0">metodo#</font><font style="" color="#0070C0">onEndAttributionSet</font></b>"&gt;( en el archivo<b> main.ncl</b>)... pero exploto con esa opcion... me salia algo como :<br>"<font style="" color="#FF0000"> Memory leak by 136 bytes</font><font style="" color="#FF0000"><br></font><font style="" color="#FF0000"><br></font><font style="" color="#FF0000">List of blocks: 0x93d01e0:25 @ cookies.c:179, 0x93d01a8:13 @ cookies.c:129, 0x93cec88:2 @ http.c:79, 0x93d0170:13 @ cookies.c:96, 0x93bb6d8:25 @ cookies.c:95, 0x93d0138:18 @ cookies.c:94, 0x93d00e8:40 @ cookies.c:91</font><font style="" color="#FF0000"><br></font><font style="" color="#FF0000"><br></font><font style="" color="#FF0000">Forcing core dump</font><br><br>"<br><br>//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////<br><br><br><br><br>Bueno, nose que hacer ya. <img style="border-style:none;vertical-align:text-bottom" title="Confundido" alt="Confundido" src="http://gfx1.hotmail.com/mail/w4/pr04/ltr/emo/confused_smile.gif" height="19" width="19"><br>Si a alguien le funciono o intento algo parecido, me daria una gran mano<br>Saludos a todos!<br><b><font style="font-size:12pt" size="3">nico</font></b><br><br>                                               </div>
<br>__________________________________________Lista de correo Ginga-argentina@lists.ourproject.org
cambiar suscripci�n: https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina
Sitio web: http://comunidad.ginga.org.ar
Wiki: http://wiki.ginga.org.ar</div>                                               </div></body>
</html>