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 » Question about features Collapse All
Subject Author Date
Thomas Maurer Feb 29, 2008 - 8:37 AM

Hello

I am using V2.54 of the library so maybe certain things are only available in later versions.

Our customers ask for the following features:

- Is it possible to add an icon to the right side of the tab in order to close a tabbed window (as in the tabs of Firefox)?

- Is it possible to rearrange the tabbed windows by dragging the tab to another location?

Thanks in advance

Thomas

Technical Support Mar 1, 2008 - 12:02 PM

1) We added support for a Close button in every tab in Prof-UIS 2.62 (read more about this in the version history)

2) Yes, it is possible. There is a __ETWS_ITEM_DRAGGING style and two methods (ItemDraggingSet() and ItemDraggingGet()) in the tab page container class (CExtTabPageContainerWnd), which allows the user to change the position of any tab with the mouse (in other words, by drag-and-dropping it)

In the MDI tabs you can add the __ETWS_ITEM_DRAGGING style as follows:

m_wndMdiTabs.ModifyTabWndStyle( 0, __ETWS_ITEM_DRAGGING );