Page 1 of 1

Taharez framewindow issue

Posted: Sun Apr 24, 2005 01:29
by kristian
Hello,
I seem to have stumbled upon an issue regaring displaying the Taharez framewindow with my customized skin, I need round corners and for that i put alpha on the corners of the window unfortunally the "client brush" is showing becourse its not "clipped" by the corner widgets of the framewindow. Does anyone know how to solve this issue ? Or at least have a hint, any thoughts are welcome.

take a look at this screenshot to see what im talking about:
http://download.hullabaloo.dk/screenshot.png

- Kristian

Re: Taharez framewindow issue

Posted: Sun Apr 24, 2005 04:17
by gcarlton
Is the size of the corner image bigger than the widths of the edge images? It looks like it might be, since the corner is a very gentle curve and the edge is just a thin line.

If so, try making the edge images the same width as the corner (with empty padding if need be). Otherwise, the centre area isn't a simple rectangle any more (it would be a plus shape), and I could imagine this would not be handled correctly in TLFrameWindow.

Re: Taharez framewindow issue

Posted: Sun Apr 24, 2005 12:27
by kristian
Hi gcarlton,
You've right. The images on the left/right edges had to be the same width as as the corner images. That solved the problem perfectly.

- Kristian