Dear List: I tried to write a program that displayed a large clock so I could use it as a desk clock when one wasn't handy. However, I couldn't get it to work with a black background, so I wrote a separate program with a white background. It served the purpose, but I can't figure out what's wrong. I'm using FB 1. Help-anyone? Program is below. Thanks in advance. Ryan 00010 WINDOW #1,"myWindow",(0,0)-(669,476), _doc+_noGoAway,ClassA 00020 CLS 00030 currentTime$="" 00040 LONG COLOR 0,0,0, _background 00050 BOX FILL 0,0 TO 669,476 00060 COLOR=_zWhite 00070 LOCATE 3,20 00080 TEXT newYork, 100 00090 currentTime$=TIME$ 00100 PRINT currentTime$ 00110 DELAY 5000 00120 IF MOUSE (_down) THEN END 00130 WINDOW CLOSE #1 00140 GOTO 10 __________________________________________________ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com