CompuServe Messages

#Basic Windows

#: 25586 S7/ProgrammingForum unknown
    06-Jul-86 12:47:11
Sb: #25186-#Basic Windows
Fm: John Chen 74325,316
To: GARY SARFF 70167,2216

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Try this (it works on my Amiga): Top: SCREEN 1,640,400,2,4 WINDOW 2,"Interlace",(1,1)-(630,380),30,1 DoSomething: CIRCLE (180,120),50 PAINT (180,120) GetKey: WHILE a$="" a$=INKEY$ WEND EndIt: WINDOW CLOSE 2 SCREEN CLOSE 1 END Maybe you opened a window that was too large for the screen? I hope this helps!