- October 29, 2005
- 5,335
- 4,954
- Home Country
-
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.

Is there any good solution?
Thanks for advance!
regeszter
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.


Is there any good solution?
Thanks for advance!
regeszter
Attachments
Last edited: