>self.width = screen(0).width + 20 //just to be sure...
>self.height = screen(0).height + 60
This is absolutely unnecessary, though it doesn't hurt. The window
border is outside the area defined by the top, left, width and height
properties, so setting these properties to be the same as the screen
works just fine. Unless of course you're using a non-standard WDEF
resource, where this rule is not true.
-Thomas
Personal web page: http://home.earthlink.net/~thomasareed/
My shareware: http://home.earthlink.net/~thomasareed/shareware/
Pixel Pen web pub. guide: http://home.earthlink.net/~thomasareed/pixelpen/
Love thy neighbor -- but don't get caught.
|