Hello,
I'm starting to have a headache with two problems I have for my RightClick skin design.
First, is there a way to give an image background to a window title? We can do it in WindowBlinds by using for example:
Textbackground=1
TextBack=largo\largo_textback.bmp
TXTBackLeft=18 (left margin to tile or stretch)
TXTBackRight=18 (right margin to tile or stretch)
(from the Largo WB skin)
I don't want the main background to tile or stretch under the title. I want the title to have its own background or area to do so. Apart from an image background, there might be the possibility of highlighting the title for the same effect. Is there a TextBackgroundColor or something similar that works for the title?
Second, the title for my skin needs to have big fonts, at least a size of 40. However, RightClick is cutting the text when the font size is higher than 37. This doesn't seem to be a problem of "EdgeBuffer_Top" which is completely separate from the title zone. "TitleOffset" is not helping neither. Since I tried "TitleHeight" with no success, is there anything else that might remove my suffering?
Thank you.