Ribbonbar makes form behave strange

When using in apps main form ribbon bar componet, when opening form in maximized state it spans over windows taskbar at the bottom of the screen.

When minimized form so it icon shows in Taskbar, it can't be opened again.

What should be done so that app behaves like other apps, Taskbar stays visible when app is maximised and app goes back to maximised stated by clicking it at taskbar after it's been minimized.

when the form inherits from TTMSFNCRibbonForm, it takes over the form handling. If you do not want this, you can change the inheritance from TForm.

Yes, if i change inheritance to TForm, form behaviours like normal form without Ribbonbar.

Is there way to make form behave like normal window when using inheritance from TTMSFNCRibbonForm? Now if user minimises app, it has to shut down to get app showing again.

We'll investigate this here as soon as possible.

Is this VCL or FMX?

Hi,

It's VCL.

-mikko

to 3. kesäk. 2021 klo 10.11 Pieter via TMS Support Center (supportcenter@tmssoftware.com) kirjoitti:

Hi,

We have investigated this here and this is actually default behaviour when minimizing a borderless window. We'll further investigate if we can find a workaround for this.

We have applied a fix. Next version will address this.

Hi,

App mainform border style bsSizeable if this info has some meaning.

-mikko