[solved] 5008: The problem with scrolling text in the "listcontrol" in 4K (1 Viewer)

123vak123

Portal Pro
December 13, 2010
207
161
Minsk
Home Country
Belarus Belarus
New logs in 4K with new cache and without MusicInfoHandler
 

Attachments

  • 4K.zip
    2.5 MB

123vak123

Portal Pro
December 13, 2010
207
161
Minsk
Home Country
Belarus Belarus
I tried to change various parameters inside the "listcontrol". Also in the file references.xml I changed the resolution to 4K, resized focus highlight texture - nothing helped.
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    I tried to change various parameters inside the "listcontrol". Also in the file references.xml I changed the resolution to 4K, resized focus highlight texture - nothing helped.
    This must be sought in the source code, and in the debugger, why the height in this place is not calculated correctly and how to fix it.
     

    123vak123

    Portal Pro
    December 13, 2010
    207
    161
    Minsk
    Home Country
    Belarus Belarus
    Replaced Core.dll. Everything worked fine! Super! Thank you very much
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    Replaced Core.dll. Everything worked fine! Super! Thank you very much
    You use this code?
    C#:
    float fHeight = 60.0f;
    GUIGraphicsContext.ScaleVertical(ref fHeight);
    In FullHD work? In 4K to? If yes, i create Jira and branch for this problem :) Thanks!
     

    Users who are viewing this thread

    Top Bottom