Cita Iniciado por Sagenut Ver mensaje
With the 2 Last Firmware Testing I got a problem.

When watching a movie (.AVI .MKV and so on) pressing the OPTION button bring on screen the MENU for Subtitles, Repeat, Audio Settings, Video Settings......... making the movie to pause.

The problem is that after 1 or 2 seconds this menu disappear by itself making the movie to continue and making impossible to choose one of the option from the menu.

It's this happening only to me?

I am using an EMTEC S850H.

Thanks
Si solo ocurre reproduciendo peliculas, he encontrado esto en Movies_playing.rss, en /usr/local/bin/menubar:
Código:
.....
	checkTimer = 15;
	setRefreshTime(checkTimer * 1000);
	print("checkTimer = ", checkTimer);
</script>

<onRefresh>
	if (checkTimer &gt; 0) {
		checkTimer = 0;
		postMessage("return");
	}
</onRefresh>
Es el unico rss de esa zona que tiene dicha opcion.