Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Remain TaitleBar Collapse All
Subject Author Date
Yoshi Uruga Dec 24, 2009 - 7:30 PM

Hi.


I maximize and restor MDI ChildForm, TitleBar’s afterimage remains.


Maximize.


 


Restor.



Thanks.

koikoi sige Dec 27, 2009 - 7:15 PM

Hi.



I am colleague of uruga.I explain procedure instead of him.



[environment]

Visual Studio 2005/C#

.Net Framework 2.0

Elegant Ribbon Version3.4



[procedure]

Add Form1(Rename ParentForm) and Form2(Rename ChildForm).

Add ribbon1 on the ParentForm.

Add formFrameSkinner on the ChildForm.



a part of source code of ParentForm



public partial class ParentForm : Form

{

    public ParentForm : Form

    {

        InitializeComponent():

        this.IsMdiContainer = true;

        ChildForm childForm = new ChildForm();

        childForm.MdiParent = this;

        childForm.Show();

    }

}



And maximize and restore chilfForm.

Technical Support Dec 28, 2009 - 11:45 AM

Thank you for the bug report. We have already fixed this issue. The fix will be available in the next 3.5 version which will be released in the first half of January.

Technical Support Dec 25, 2009 - 9:39 AM

Which version are you using right now? We fixed a similar bug in the latest v.3.4.