TTMSFNCRibbonForm WindowsSate wsMaximized missposi

If we set the WindowState proprety of a TTMSFNCRibbonForm  to wsMaximized at design time, the form is misspositionned at runtime and it is not possible to maximize it anymore. 

Is this VCL, LCL or FMX?

Sorry, I'm working with VCL. I'm using Delphi 10.3.2 and FNC  UI Pack is 3.0.0.1

Hi,


I have tested this here but I'm not able to reproduce this issue. Could you send us a sample indicating the problem?

You can test it with the TMS demo version of the VCL FNC ribbon. If I change the WindowsState to WsMaximized and run the demo I get this:



If I double-click on the title I get this:


On my workstation, I got 3 screens. May be it is related to this.

Hi,


the demo is setting screencenter as a value. The combination of a bordeless screencentered maximized window is not working properly, even in a default VCL application. Please change the Position property to poDefaultPosOnly. The form will correctly maximized full screen on the active monitor.

Thank you.