New version of www.TV.com (v0.3.0)
#16
Thumbs Up 
I just finished a bugfix for the script (0.4.1) and will upload it to http://www.xbmcscripts.com tomorrow, for the impatient you can get it here: http://xbmc.ramfelt.se/ext/releases/TV.c...v0.4.1.zip)

Bugfixes (http://xbmc.ramfelt.se/milestone/TV.com%200.4.1):
* mainly resolution problems
* search can now handle more than 1000 hits
* canceling the keyboard dialog would start a search
Reply
#17
Next small GUI recommendation: I noted some of the text was cut from the text box:

change:
else: self.ctrlTextBox = xbmcgui.ControlTextBox(INFO_THUMB_X_POS, INFO_THUMB_Y_POS, 490, 400)

to

else: self.ctrlTextBox = xbmcgui.ControlTextBox(INFO_THUMB_X_POS, INFO_THUMB_Y_POS, 450, 400)
Image
Reply
#18
Scratch that, will make a few tweaks on the 16x9 display and then get ahold of ya
Image
Reply
#19
OK, here is what I have:

self.ctrlInfoImage = xbmcgui.ControlImage(550,10, 128, 128, PATH_IMAGE + "logo.png")
Made the logo a bit larger and centered it on the header


else: self.ctrlTextBox = xbmcgui.ControlTextBox(INFO_THUMB_X_POS, INFO_THUMB_Y_POS, 470, 400)

&

else: self.ctrlList = xbmcgui.ControlList(INFO_THUMB_X_POS, INFO_THUMB_Y_POS + 130, 470, 300)


List and text boxes were running off far right of screen. now they line up with the general show information and what not.

Hold in mind I am using 16x9 so from the PC app it looks straight in 4x3 and 16x9 as well. Implimentaion is of course up to you Wink
Image
Reply
#20
Thanks alot! Ive had some problems with the text box and how big it should be. I will try out those values and see how it looks like!
Reply

Logout Mark Read Team Forum Stats Members Help
New version of www.TV.com (v0.3.0)0