<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' 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 evt.key == '1' then <br> <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"> 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 evt.key == '2' then<br> <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">
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 evt.key == '2' then<br> <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">
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><?xml version="1.0" encoding="ISO-8859-1"?><br><ncl id="main" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile"><br><br> <head><br> <regionBase><br> <region id="<font style="" color="#FF0000">rgWebService</font>" width="100%" height="30%" top="0%" zIndex="1"/><br> <region id="<font style="" color="#FF0000">rgLua</font>" width="0%" height="0%" zIndex="1" /><br> <region id="idBotonVote" width="20%" height="20%" bottom="10%" left="10%" zIndex="1"/> <br> </regionBase><br> <br> <descriptorBase><br> <descriptor id="<font style="" color="#FF0000">descWebService</font>" region="<font style="" color="#FF0000">rgWebService</font>" /><br> <descriptor id="<font style="" color="#FF0000">descLua</font>" region="<font style="" color="#FF0000">rgLua</font>" focusIndex="<font style="" color="#FF0000">appFocusLua</font>"/><br> <descriptor id="descBotonVote" region="idBotonVote"/><br> </descriptorBase><br><br> <connectorBase><br> <importBase documentURI="metodos.ncl" alias="metodo"/><br> </connectorBase> <br> </head><br><br><br> <body> <br> <br> <port id="pVote" component="imgBotonVote"/><br><br><br> <media id="<font style="" color="#FF0000">mediaWebService</font>" type="text/html" src="http://X.X.X.X/Ginga/Votar" descriptor="<font style="" color="#FF0000">descWebService</font>"><br> <property name="src"/> <br> </media><br><br> <media id="<font style="" color="#FF0000">mediaLua</font>" src="luaHtml.lua" descriptor="<font style="" color="#FF0000">descLua</font>" ><br> <property name="bounds"/><br> <property name="srcNuevo"/><br> </media><br> <br> <media id="imgBotonVote" src="Imagen/Botones/voto.png" descriptor="descBotonVote"/><br> <br> <media id="focoLua" type="application/x-ginga-settings"><br> <property name="service.currentKeyMaster" value="<font style="" color="#FF0000">appFocusLua</font>"/><br> </media><br> <br> <br><br> <link xconnector="<font style="" color="#0070C0"><b>metodo#</b><b><font style="">onBeginEndMenu</font></b></font>"><br> <bind role="onSelection" component="imgBotonVote"><br> <bindParam name="oSetTecla" value="ENTER"/><br> </bind><br> <bind role="abort" component="imgBotonVote"/><br> <br> <bind role="set" component="mediaLua" interface="bounds"><br> <bindParam name="oValor" value="0%,30%,100%,50%"/><br> </bind><br> <bind role="start" component="<font style="" color="#FF0000">mediaLua</font>"/><br> <bind role="start" component="<font style="" color="#FF0000">focoLua</font>" /><br> <br> <bind role="start" component="<font style="" color="#FF0000">mediaWebService</font>"/> <br> </link><br> <br> <br> <link xconnector="<b><font style="" color="#0070C0">metodo#</font><font style="" color="#0070C0">onEndAttributionSet</font></b>"><br> <bind component="mediaLua" interface="srcNuevo" role="onEndAttribution"/><br> <bind component="mediaLua" interface="srcNuevo" role="getValue"/><br> <linkParam name="valor" value="$getValue"/><br> <bind role="set" component="<font style="" color="#FF0000">mediaWebService</font>" interface="src"/><br> </link><br> <br> <br> </body><br></ncl><br>-------------------------------------------------------------------------------------------------------------------------------------<br><br><br>---------------------<b> metodos.ncl</b>------------------------------------------------------------------------------------------------<br><?xml version="1.0" encoding="ISO-8859-1"?><br><!-- Generated by NCL Eclipse --><br><ncl id="metodos" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile"><br> <head><br> <connectorBase><br><br> <causalConnector id="<font style="" color="#0070C0"><b><font style="">onBeginEndMenu</font></b></font>"><br> <connectorParam name="oSetTecla"/><br> <connectorParam name="oValor"/><br> <simpleCondition role="onSelection" key="$oSetTecla"/><br> <compoundAction operator="seq"><br> <simpleAction role="start" qualifier="seq" max="unbounded"/><br> <simpleAction role="abort" qualifier="seq" max="unbounded"/><br> <simpleAction role="set" qualifier="seq" max="unbounded" value="$oValor"/><br> </compoundAction><br> </causalConnector><br><br> <br> <causalConnector id="<font style="" color="#0070C0"><b><font style="">onEndAttributionSet</font></b></font>"><br> <connectorParam name="valor" /><br> <simpleCondition role="onEndAttribution"/><br> <simpleAction role="set" value="$valor" /><br> </causalConnector><br> <br> <br> </connectorBase><br><br> </head><br><br> <body><br><br> </body><br></ncl><br><br>--------------------------------------------------------------------------------------------------------------------------------------<br><br><br><br><br>--------------------------------<b>-luaHtml.lua-</b>----------------------------------------------------------------------------------------<br><br><br>function manejadorEventos(evt) <br> <br> <br> if evt.class=='key' and evt.type=='press' then <br> <br> <br> if evt.key == '1' then<br> <br> event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='http://X.X.X.X/Ginga/Votar/?opcion=A'})<br> event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='http://X.X.X.X/Ginga/Votar/?opcion=A'})<br> <br> elseif evt.key == '2' then <br> <br> event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='http://X.X.X.X/Ginga/Votar/?opcion=B'})<br> event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='http://X.X.X.X/Ginga/Votar/?opcion=B'})<br><br> elseif evt.key == '3' then<br> <br> event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='http://X.X.X.X/Ginga/Votar/?opcion=C'})<br> event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='http://X.X.X.X/Ginga/Votar/?opcion=C'}) <br> end <br><b> <font style="" color="#FF0000"><font style=""> </font></font></b><font style="" color="#FF0000"><font style="">refrescarHTML()</font></font><br> end <br> <br>end<br><br><br><br><font style="" color="#000000">function refrescarHTML()</font><br> <br> event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='start', value='http://X.X.X.X/Ginga/Votar'})<br> event.post('out',{class = "ncl", type = "attribution", name = 'srcNuevo', action='stop', value='http://X.X.X.X/Ginga/Votar'})<br> <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 que intente es por medio de NCL, modificando <causalConnector id="<font style="" color="#0070C0"><b><font style="">onEndAttributionSet</font></b></font>"> ( en el archivo <b> metodos.ncl</b>) y agregandole un <simpleAction role="start" />, para llamar de nuevo al "<b><font style="" color="#0070C0">mediaWebService</font></b>"cuando invoco al <link xconnector="<b><font style="" color="#0070C0">metodo#</font><font style="" color="#0070C0">onEndAttributionSet</font></b>">( 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>