Tordex Community
MediaCtrl: Odd behaviour with scrolling title - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html)
+--- Forum: Plugins bugs (http://forum.tordex.com/forum-17.html)
+--- Thread: MediaCtrl: Odd behaviour with scrolling title (/thread-4015.html)



MediaCtrl: Odd behaviour with scrolling title - xbprm - 09-11-2011

HI,

I tried to modify the Skin "Iridium" to my own specs. I added the following layout

Code:
Name=No Icons: Time & Song v.1
ShowVolume = False
ShowTime = TRUE
ShowSong = TRUE
;Background description
BackgroundBitmap = backgroundv.3.bmp
BackgroundTransparentColor = FF00FF
;Song description
SongRect = 52 3 240 19
SongColor = 000000
;Controls description
ControlsBitmap = bg_tiny.bmp
ControlsTransparentColor = FF00FF
ControlsRect = 0 0 0 0
;Time description
TimeRect = 7 3 44 19
TimeColor = 000000

backgroundv.3.bmp contained in zip als bmps are not allowed on this board.

This skin works fine

[attachment=1]

But as soon as I click on the plugin and the title starts scrolling it looks like

[attachment=0]

I tried to modify

Code:
SongRect = 52 3 240 19

to somthing like

Code:
SongRect = 5 3 240 19

This corrects the offset during scrolling but then during no-scroll the title is in the time.

What is wrong?


Re: MediaCtrl: Odd behaviour with scrolling title - Yuri Kobets - 09-11-2011

Do you use Windows XP? As I see there are the problems with the scrolling on the Windows XP Sad


Re: MediaCtrl: Odd behaviour with scrolling title - xbprm - 09-12-2011

Yes, I use WinXP


Re: MediaCtrl: Odd behaviour with scrolling title - Yuri Kobets - 09-13-2011

I'll make update shortly.


Re: MediaCtrl: Odd behaviour with scrolling title - xbprm - 09-14-2011

Thanks Yuri.


Re: MediaCtrl: Odd behaviour with scrolling title - xbprm - 09-19-2011

MediaCtrl 6.0 -> Scrolling just works fine.

But ... the setting "Hide when ... not started" is not honored, i.e. no matter what the setting is, the plug-in is hidden if the player is not started.


Re: MediaCtrl: Odd behaviour with scrolling title - xbprm - 09-21-2011

Forget my last post. It works now.