spintype int or text (1 Viewer)

regeszter

Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Hi,

    I created a new entry in settings_GUI_Thumbnails.xml to handle the time offset value. It works but the spintype = text increase the minimum value with +1 so I can't show the 0-100.

    wszText = String.Format("({0}/{1}) {2}", _intValue + 1, (int)_listLabels.Count, _listLabels[_intValue]);

    If I use spintype = int then the format is not same as text.

    Képkivágás.PNG Képkivágás2.PNG

    Is there any good solution?

    Thanks for advance!
    regeszter
     

    Attachments

    • 0001-gui-thumbnail-setting-time-offset.patch
      5.4 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom