2012-01-09, 21:49
You could set the focus with onload.
<onload condition="IsEmpty(Window.Property(Monday))">SetFocus(200)</onload>
ferent Wrote:In spanish I can't see the dates:
nessus Wrote:Sorry Hitcher. My bad.
I've added but is not working : <onunload>ClearProperty(Monday)</onunload>
Also i have one minor problem with the animation. What i am doing wrong and my slide animation runs with different speed only the first time ?
Quote:15:29:56 T:1220 ERROR: Traceback (most recent call last):
15:29:56 T:1220 ERROR: File "C:\Users\Da5id Meier\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 52, in get_html_source
15:29:56 T:1220 ERROR: sock = urllib.urlopen(url)
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\urllib.py", line 86, in urlopen
15:29:56 T:1220 ERROR: return opener.open(url)
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\urllib.py", line 207, in open
15:29:56 T:1220 ERROR: return getattr(self, name)(url)
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\urllib.py", line 349, in open_http
15:29:56 T:1220 ERROR: errcode, errmsg, headers = h.getreply()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\httplib.py", line 1064, in getreply
15:29:56 T:1220 ERROR: response = self._conn.getresponse()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\httplib.py", line 990, in getresponse
15:29:56 T:1220 ERROR: response.begin()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\httplib.py", line 391, in begin
15:29:56 T:1220 ERROR: version, status, reason = self._read_status()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\httplib.py", line 349, in _read_status
15:29:56 T:1220 ERROR: line = self.fp.readline()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\socket.py", line 427, in readline
15:29:56 T:1220 ERROR: data = recv(1)
15:29:56 T:1220 ERROR: IOError: [Errno socket error] timed out