script favourites - new features

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ronie Offline
Team-XBMC Member
Posts: 8,254
Joined: Jan 2009
Reputation: 108
Post: #31
i think logo-downloader uses list 6

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
`Black Online
Skilled Skinner
Posts: 2,004
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #32
Seems like a custom dialog which uses the select dialog xml... that would be a way to do it.

[Image: xp1080.png]
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #33
`Black Wrote:Seems like a custom dialog which uses the select dialog xml... that would be a way to do it.

Little nitpicking - it would be nice to include read.me file. It is sufficient to copy-paste your first post, just that you don't have to look in forums for info.

My skins:

Quartz
Amber
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,930
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #34
ronie Wrote:i think logo-downloader uses list 6

`Black Wrote:Seems like a custom dialog which uses the select dialog xml... that would be a way to do it.

So is this something the script can do?

[Image: sig_zps3af3b48e.jpg]
find quote
`Black Online
Skilled Skinner
Posts: 2,004
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #35
Yes.. only downside is that you have to use e.g. Window.IsActive(DialogSelect.xml) instead of Window.IsActive(selectdialog).

script.favourites-3.2.0.zip (you might have to unzip an replace manually instead of install via zip).

[Image: xp1080.png]
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #36
Thanks.

I have strange graphic glitches with this version, not sure why.

Click on button, dialogselect pups-up. Now hit ESC

Is there a way to hide default label2 (shows skin version) ?

[Image: screenshot20111119at143.png]
[Image: screenshot20111119at143.png]

My skins:

Quartz
Amber
find quote
`Black Online
Skilled Skinner
Posts: 2,004
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #37
What glitches? I don't see any in my skin... I've set the path to label2 since I didn't know any skin which uses it... you can get the skin/addon version with ListItem.Property(Addon.Version) so I would recommend to use that. But I'll change it to a property, just in case. Smile

[Image: xp1080.png]
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,930
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #38
I did use Label2 but have just changed it to ListItem.Property(Addon.Version).

Works perfectly, thanks.

[Image: sig_zps3af3b48e.jpg]
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #39
`Black Wrote:What glitches? I don't see any in my skin... I've set the path to label2 since I didn't know any skin which uses it... you can get the skin/addon version with ListItem.Property(Addon.Version) so I would recommend to use that. But I'll change it to a property, just in case. Smile

Just thought it might be a good practice not to use system labels in scripts if you necessary don't have to. IFAICT, it is used when setting add ons for first item - clear current setting.

As for the glitch - I have posted screenshot above if that helps somehow. Not sure how you call it as debug shows full path instead of window name. Don't know if this is causing the issue.

My skins:

Quartz
Amber
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #40
Yep it definitely looks like dialogselect does not get cleared properly here if ESC is hit.

My skins:

Quartz
Amber
find quote
Post Reply