New topic in General: How to Draw Multiply shapes on an Overlay Window
nyprog - Mon Mar 31, 2008 10:15 am <http://forums.realsoftware.com/viewtopic.php?t=21558> I can successfully draw multiply shapes on a normal window using g.DrawRect left, top, width, height). On the Overlay you don't have access to the Graphics as you do with windows. So I looked an an the example class for MBS EasyOverlayWindow which uses OverlayWindowMBS, I used the DrawRect(left,top,width,height). It just draws 1 Rectangle on the Overlay window. Do I have to do some kind of Refresh on the overlay window after I draw something? Is this the best way to draw shapes on an Overlay window? Please provide an example if possible? Thanks in advanced! -- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
