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.
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 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.