Hi,
When application is maximised the TFrameFileMenu renders within the application window bounds OK.
When application is not maximised the TFrameFileMenu overwrites part of the application window frame. Shouldn't it always remain inside the bounds of the application window frame? Are there any settings I can tweak to fix this?
Regards
Adam
On second inspection, TFrameFileMenu is always painting outside the application window frame. When maximised it overwrites the Windows task bar.
TFrameFileMenu is not a TMS component. Please contact the appropriate vendor.
Sorry, TFrameFileMenu is just the name of my class. It is a standard TFrame. It is assigned to AdvShapeButton->Frame that is sitting on ribbon bar as per your AdvToolbar sample code. AdvShapeButton does not render the frame properly, with it overwriting the application window. How do I stop this?
The problem is in AdvCustomShapeButton.GetFrameHeight
It's out by 35 pixels on my screen.