Page 1 of 1

Posted: Fri Nov 15, 2002 10:58 pm
by BackupUser
Restored from previous forum. Originally posted by hkey.

Similar to clearscreen(R,G,B) it would be nice to have a command clearwindow(R,G,B). I didn't find something like that in the Helpfile.

Posted: Sat Nov 16, 2002 5:32 am
by BackupUser
Restored from previous forum. Originally posted by Danilo.

SetWinBackgroundColor() with installed SkinWin library.

Code: Select all

OpenWindow(1,200,200,400,300,#PB_Window_SystemMenu,"Test")SetWinBackgroundColor(WindowID(),RGB($FF,$FF,$FF))

Repeat:Until WaitWindowEvent() = #PB_EventCloseWindow
cya,
...Danilo

(registered PureBasic user)

Posted: Sat Nov 16, 2002 10:47 am
by BackupUser
Restored from previous forum. Originally posted by hkey.

installed SkinWin library ?

what does this mean?

sorry, I'm a real newbee :-(

Posted: Sat Nov 16, 2002 12:17 pm
by BackupUser
Restored from previous forum. Originally posted by Andre.

SkinWin is an user library, written by Danilo.
Download it at the ressources site at http://www.reelmediaproductions.com/pb/
and install the lib to PureBasic/PureLibraries/UserLibraries/

Regards
André

*** German PureBasic Support ***