but that was in mm 2, maybe they removed the limit from them by now?

roving cowboy / keith hall / monkey hi fi

Apparently they have.monkey hi fi wrote:how ever i do remember diddeleedoo having trouble with a custom field having a limit when he first made his ratings script.
but that was in mm 2, maybe they removed the limit from them by now?
Code: Select all
[Custom1]
Type=Text
Resizable=0,0,1,1
Pos=620,7
Size=80,8
Transperent=1
TextMask=%I / %H / %C4
TextAlign=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[Custom2]
Type=Text
Resizable=1,1,1,0
Pos=320,5
Size=300,13
Transperent=1
TextMask=%A - %S
TextAlign=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
drjboulder wrote:Thanks for the reply Keith...
I am not putting this all together in my head, tho.![]()
Remember I am not a skinner, just a tinkerer.![]()
Here is what I have:What would I change to put Artist - Title all the way to the left and have the Custom 4 resize fully expanded based upon the size of Artist - Title?Code: Select all
[Custom1] Type=Text Resizable=0,0,1,1 Pos=620,7 Size=80,8 Transperent=1 TextMask=%I / %H / %C4 TextAlign=0 FontColor=4C5049 FontHeight=-9 FontName=Verdana [Custom2] Type=Text Resizable=1,1,1,0 Pos=320,5 Size=300,13 Transperent=1 TextMask=%A - %S TextAlign=0 FontColor=4C5049 FontHeight=-9 FontName=Verdana
If you could just "Quote" me and change my quote to what you would recommend, that would be great!
Screen res is 1280x800.
Also, what is "Custom2" referring to?
Code: Select all
[Custom1]
Type=Text
Resizable=0,0,1,1
Pos=320,5
Size=300,13
Transperent=1
TextMask=%A - %S -- %I / %H / %C4
TextAlign=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
Code: Select all
[Custom1]
Type=Text
Resizable=0,0,1,1
Pos=322,5
Size=380,13
Transperent=1
TextMask=%C4
TextAlign=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[Custom2]
Type=Text
Resizable=1,1,1,0
Pos=320,5
Size=300,13
Transperent=1
TextMask=%A - %S
TextAlign=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
Code: Select all
[TimeDisplay]
Type=Text
Resizable=1,1,0,0
Pos=20,0
Size=39,17
TextAlign=1
Transperent=1
TextMask=%H/%J
SmallDigits=0
FontHeight=14
FontColor=f8aa22
Code: Select all
[Custom1]
Type=Text
Resizable=0,0,1,1
Pos=322,5
Size=380,13
Transperent=1
TextMask=%C4
TextAlign=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[Custom2]
Type=Text
Resizable=1,1,1,0
Pos=320,5
Size=300,13
Transperent=1
TextMask=%A - %S
TextAlign=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[TimeDisplay]
Type=Text
Resizable=1,1,0,0
Pos=280,5
Size=120,13
TextAlign=1
Transperent=1
TextMask=%H/%J
SmallDigits=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
Pos + Lengthdrjboulder wrote:Code: Select all
[Custom1] Pos=322,5 Size=380,13 [Custom2] Pos=320,5 Size=300,13 [TimeDisplay] Pos=280,5 Size=120,13
Code: Select all
[Custom1]
Type=Text
Resizable=0,0,1,1
Pos=714,5
Size=486,13
Transperent=1
TextMask=%C4
TextAlign=1
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[Custom2]
Type=Text
Resizable=1,1,1,0
Pos=394,5
Size=310,13
Transperent=1
TextMask=%A - %S
TextAlign=2
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[TimeDisplay]
Type=Text
Resizable=1,1,0,0
Pos=320,5
Size=64,13
TextAlign=1
Transperent=1
TextMask=%H/%I
SmallDigits=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
Code: Select all
[Custom1]
Type=Text
Resizable=0,0,1,1
Pos=396,5
Size=300,13
Transperent=1
TextMask=%C4
TextAlign=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[Custom2]
Type=Text
Resizable=1,1,1,0
Pos=394,5
Size=310,13
Transperent=1
TextMask=%A - %S
TextAlign=2
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[TimeDisplay]
Type=Text
Resizable=1,1,0,0
Pos=320,5
Size=64,13
TextAlign=1
Transperent=1
TextMask=%H/%I
SmallDigits=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana
Code: Select all
[[Custom1]
Type=Text
Resizable=0,0,1,1
Pos=714,5
Size=486,13
Transperent=1
TextMask=%C4
TextAlign=-1 <------- Left Align
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[Custom2]
Type=Text
Resizable=1,1,1,0
Pos=394,5
Size=310,13
Transperent=1
TextMask=%A - %S
TextAlign=-1 <-------- Don't know if 2 is a special one for scrolling
(it looks left aligned already)
FontColor=4C5049
FontHeight=-9
FontName=Verdana
[TimeDisplay]
Type=Text
Resizable=1,1,0,0
Pos=320,5
Size=64,13
TextAlign=1 <----------------------- Right aligned but should be fine
Transperent=1
TextMask=%H/%I
SmallDigits=0
FontColor=4C5049
FontHeight=-9
FontName=Verdana