label 1.99 text display problem Thread last updated on 2003-11-20 12:10:44

Posted by member 58182 on 2003-11-19 17:51:21

Ok, I will let the screen shots speak for themselves.

Problem) http://www.lanschoolyard.com/sell/clock.jpg
PS Screen) http://www.lanschoolyard.com/sell/ps.jpg

Here is my code.

Labels time

TimeX -100
TimeY -100
TimeImage "timeback.png"
TimeHeight 30
TimeWidth 60
TimeFontColor 000000
TimeText "[time('hh:nn am/pm')]"
TimeFont "Arial"
TimeFontBold
TimeFontHeight 12
TimeJustify "center"
TimeOnLeftDoubleClick !execute [control.exe timedate.cpl]


Now then, the problem is that I am setting the font to Arial at 12 point and want it to be bold. Now, in photoshop.. those settings make the time look like it does in the PS screen shot. But in truth the above code make the time look like what is actually in that first screen shot. (with the background)

What is wrong with it and how do I make it look like what is in the photoshop version?

Posted by member 12798 on 2003-11-19 18:21:01 link

should work... try putting "true" behind the setting.
i experienced problems with AllLabels[...] settings, be sure not to have that set to false somewhere in your config.

Posted by member 58182 on 2003-11-19 18:29:37 link

Ive tried putting true next to it. I have also tried with quotes and without quotes on all of them.. and that is the only label code in the entire theme.rc.

Posted by member 37809 on 2003-11-19 18:38:03 link

Tried TimeFont "Arial Bold" ?

I think this should work, depending on your OS.

Posted by member 58182 on 2003-11-19 19:11:56 link

no change

Posted by member 1316 on 2003-11-20 12:10:44 link

try changing the font to something else, like verdana. is it in bold then?