Size of Slider? (1 Viewer)

Ralph

Retired Team Member
  • Premium Supporter
  • May 13, 2005
    692
    8
    Germany
    Home Country
    Germany Germany
    Can anyone tell me how to adjust size of a slider?
    Tried with <width> command, but it doesn't work.

    I think it should be possible somehow?

    Regards
    Ralph
     

    Ralph

    Retired Team Member
  • Premium Supporter
  • May 13, 2005
    692
    8
    Germany
    Home Country
    Germany Germany
    There is an entry called slider in some tvosd.xml or video-osd.xml, for instance to adjust brightness or saturation.
    Do you know what I mean?

    Unfortunaltely I have no screenshot right now.
    But I will update a screenshot later this day.

    Regards
    Ralph
     

    Ralph

    Retired Team Member
  • Premium Supporter
  • May 13, 2005
    692
    8
    Germany
    Home Country
    Germany Germany
    Here is a screenshot of the slider I mean, can be found in videoosd.xml in mce skin:
    <control>
    <description>Volume Slider</description>
    <type>slider</type>
    <id>400</id>
    <posX>185</posX>
    <posY>370</posY>
    <textureSliderBar>osd_slider_bg.png</textureSliderBar>
    <textureSliderNib>osd_slider_nibNF.png</textureSliderNib>
    <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus>
    <onup>216</onup>
    <ondown>216</ondown>
    <onleft>400</onleft>
    <onright>400</onright>
    <visible>no</visible>
    </control>

    slidervideoosd.jpg



    I would like to make them bigger.
    This is what it looks like before:
    <control>
    <type>slider</type>
    <description>listcontrol</description>
    <id>100</id>
    <posX>300</posX>
    <posY>300</posY>
    <onup>25</onup>
    <ondown>24</ondown>
    <textureSliderBar>osd_slider_bg.png</textureSliderBar>
    <textureSliderNib>osd_slider_nibNF.png</textureSliderNib>
    <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus>
    <visible>yes</visible>
    </control>

    slidersmall.jpg



    Tried to enlargs with the command width but then it looks like this:
    <control>
    <type>slider</type>
    <description>listcontrol</description>
    <id>100</id>
    <posX>300</posX>
    <posY>300</posY>
    <width>150</width>
    <onup>25</onup>
    <ondown>24</ondown>
    <textureSliderBar>osd_slider_bg.png</textureSliderBar>
    <textureSliderNib>osd_slider_nibNF.png</textureSliderNib>
    <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus>
    <visible>yes</visible>
    </control>

    sliderbig.jpg


    The controller is missing (osd_slider_bg.png)

    Does anyon know how to adjust this?

    Regards
    Ralph
     

    mzemina

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,065
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    Ralp - Have you thought about going on IRC (see the chat live link for web based IRC) to chat with the developers about this? Depending on timezones and developer schedules it may take a couple of tries to get to talk with the necessary people.

    Mike
     

    Users who are viewing this thread

    Similar threads

    Thanks for your reply. In my configuration this setting is set to "no". To avoid misunderstandings, the MP window size changes on screen resolution changes, MP always fulfills the whole screen. Also, the home screen buttons size is adjusted. Only the font size is not adjusted to the new screen resolution.
    Thanks for your reply. In my configuration this setting is set to "no". To avoid misunderstandings, the MP window size changes on...
    I use two monitors - a large display for TV and video watching and a small display for music playback, to get the current track...
    Replies
    2
    Views
    579
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work. Spotify desktop app installed on same computer as you are going to use with MediaPortal Getting ready Create an app at spotify, use this link: Dashboard | Spotify for Developers, you have to login. Click...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Replies
    0
    Views
    1K
    Yes correct that would have solved it. I guess I was more interested in finding out what I had done to cause the problem as the error message was of no help. By deleting everything I wouldn't have known so it was a learning curve for future reference. Fully understood I thought that might be the case. I also had some issues with...
    Yes correct that would have solved it. I guess I was more interested in finding out what I had done to cause the problem as the...
    I've just updated to Win 10 on a second drive and am installing MP 1.31. Having a bit of trouble with the install with the...
    Replies
    14
    Views
    2K
    So far I needed to limit the media items to respect the token limit of ChatGPT. Now the complete media items can be used, because the movie list is splitted into chunks of a specified size and responses for each chunk are concentrated into the result list :) private async Task<string> GenerateResponseWithGPT(string searchQuery...
    So far I needed to limit the media items to respect the token limit of ChatGPT. Now the complete media items can be used, because...
    Hi, I'm planning to write a plugin for MediaPortal 2, that supports users to find the right media items with help of AI...
    Replies
    6
    Views
    924
    Yes, unfortunately, this would need a code change to support it. Next time I'm doing something on the plugin I'll try and remember to add support for this sort order.
    Yes, unfortunately, this would need a code change to support it. Next time I'm doing something on the plugin I'll try and...
    Hi, I was wondering if there is anyone who might be able to help me out. Is there a way to either use the sort feature and/or a...
    Replies
    6
    Views
    783
    Top Bottom