Completed
Last Updated: 05 Apr 2016 10:56 by ADMIN
Todor
Created on: 06 Nov 2015 15:02
Category: RibbonBar
Type: Bug Report
1
FIX. RadRibbonForm - the fill of RadRibbonBarElement covers the system buttons.
To reproduce:
Add RadRibbonForm and change the theme(for example to WIndows8Theme). Run the project. The system buttons are covered by the fill of RadRibbonBarElement.

Workaround:
Set the DrawFill property of RadRibbonBarElement to false.
this.RibbonBar.RibbonBarElement.DrawFill = false;
4 comments
ADMIN
Stefan
Posted on: 05 Apr 2016 10:56
Hi Sharon,

I don't think your case is related to this issue. In your designer file I noticed the following line of code, which hides the buttons:
this.ControlBox = false;

Please delete the line and see how it behaves. 

If you still don't have the buttons, try setting the AllowAero property of the form to false.

Should you continue experiencing issues, please submit a support ticket and our engineers will help you.

Regards,
Stefan Stefanov
Sharon
Posted on: 02 Apr 2016 23:22
Hi Stefan
please see my form attached

remark: when I connect remotely with RDS, the control box suddenly appears
When I am on a regular windows7 workstation, the minimize buttone doesn't show

thanks
Sharon
Attached Files:
ADMIN
Stefan
Posted on: 01 Apr 2016 14:54
Hi Sharon, can you please send over information how to replicate the issue, so we can check it out? You can post here or you can open a support ticket where you can mention this case.
Sharon
Posted on: 31 Mar 2016 19:56
I have the same problem in 216 Q1 version
suggested solution doesnt help

what to do?