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 » Prof-UIS Tech Support » Selection bug with CExtTabMdiOneNoteWnd Tabs Collapse All
Subject Author Date
Neville Franks Oct 27, 2006 - 4:49 PM

Clicking to the left of the first tab (in the triangular blank area) selects the tab. CExtTabWnd::OnTabWndClickedItem() is also called. In other words the hittest code isn’t taking the actual shape of the tab into account.

Neville, http://www.surfulater.com

Technical Support Oct 30, 2006 - 6:28 AM

Thank you for the interesting comment. The One Note tabs are hit tested differently in Microsoft’s applications. The One Note application in Office 2003 performs the rectangular hit testing similar to that in Prof-UIS. The Outlook in Office 2007 has similar tabs with a small incline on the left and a big incline on the right and performs the exact region-based hit testing of tab item areas. We can add this issue to our to-do list and implement this change in one of the next versions.