The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I am using Tabbed MDI 1.6.1.8 on VS.NET 2003/Win2k.
In my application I open a form and add it to my MDI Panel. This form can open custom tooltips (top level windows). When I open a plain vanilla form and add it to my mdi, it is selecting my second form properly. But When I click on the first tab of the TabbedMDI, it is not activating the first form. In tools/MDITabbedPanel.cs line#358, even though my form is not activated, mdiChild.ContainsFocus returns true. So, the mdiChild.Activate() never hit. So the user sees the first tab is selected, but the second form is visible.
When I goto my windows->and select my first form from the window list (windows list bar item), it is activating my forms properly.
I commented out the tools/MDITabbedPanel.cs line#358, it works fine. In MdiItems.cs line#203, you are not making the focus check.
Can you remove this focus check in TabbedMDI as well, in your next build?
thanks,
- Reddy
ADAdministrator Syncfusion Team December 12, 2003 03:02 PM
Hi Reddy
Thanks. We will take a look at this issue and update this posting.
Regards,
Arun
ADAdministrator Syncfusion Team December 16, 2003 08:57 AM
Hi Reddy,
I just heard back from the Essential Tools team on this issue. This seems like a framework bug that ContainsFocus will return true when the form is not active. However, we have removed the ContainsFocus check, but note that we might have to include it back again if this creates problems a different scenario.
Regards,
Arun