Uh. I don't think I'll get any responses, but, whatever.
I'm making a litestep theme, and I'm using Clockwork (Version 0.62)
So, I've got the module up 'n' sahiz, but when I try to make more than one text display, it refuses to do it... -_-
- that's what I've got. If there are any litestep skinners here, I'd really like some help xDCode:ClockWorkX 42 ClockWorkY 30 ClockWorkBitmap clockface.png ClockWorkHandType "aatriangle" ClockWorkHourColor AC887F ClockWorkMinuteColor AC887F ClockWorkSecondColor AC887F ClockWorkOnLeftDown !Execute "C:\WINDOWS\system32\control.exe TimeDate.cpl" ClockWorkHourLength 50 ClockWorkMinuteLength 70 ClockWorkSecondLength 70 ;---------------------------- ;---Defining Text Displays--- ;-------------of------------- ;-----------DOOOOM!---------- ;---------------------------- ClockWorkTextDisplays ampm_ ;---AM PM indicator--- ampm_Format %p ampm_X 150 ampm_Y 155 ampm_Width 16 ampm_Height 16 ampm_Color 333B33 ampm_Font "Century Gothic" ampm_FontSize 12 ClockWorkTextDisplays date_ ;---Date and such--- date_Format %A date_X 1 date_Y 1 date_Width 50 date_Height 50 date_Color 333B33 date_Font "Century Gothic" date_FontSize 12
EDIT: dw, I found a workaround.
EDIT2: No I didn't.
EDIT3: Yes, I did. dw again.