It seems ironic to me: In VB, I built a pseudo-object-oriented version, with a bunch of custom ActiveX controls. It went together in a hurry and worked well, but I had to abandon it when given the req't to port to Linux. So, now I'm working with RB, with true OE capability, and I end up with one large object. ;-)
Paul On 4/3/2006, "Brian Rathbone" <[EMAIL PROTECTED]> wrote: > ><snip> By using a single canvas you will avoid issues >with flickering and control order that could be a real pain with so many >controls. As for your rect shape, you can use the graphics.drawrect >method to draw the border around each image. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
