When I have the property set to paint the bounding rect when the button has focus nothing shows up. I tried with and without any corner rounding. Is the color of the rect always black?
***Update***
I set the background color to white and there a very faint bounding rectangle when the button has focus. See attached pic.
***Update***
In the RRButton.inc file I changed the color for the bounding rectangle to black (col = 0) and now that shows nicely.
***Update***
Here's a pic with toning down the rect by using rgb(102,102,102)
Rick Kelly