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 » Additional buttons in CExtTabMdiWnd Collapse All
Subject Author Date
Thomas Zaenker Feb 22, 2005 - 7:02 AM

Dear support team,


is it possible to add new buttons to CExtTabMdiWnd besides ?, <,> and window list button. I would like to open some kind of special window arrangement dialog like CExtMdiWindowsListDlg but in a more graphical style (preview) with fixed amount of layouts.
An alternative solution would be to alter the shape of the ? button (there is no real need to us for this button) and override the corresponding event handler, but I don’t know how to do this correctly without modifying your code.


Best regards.


Axel

Technical Support Feb 22, 2005 - 1:10 PM

We just sent you an updated version of the CExtTabWnd class and a test project by e-mail.

Thomas Zaenker Feb 23, 2005 - 8:14 AM

Dear support team,


thanks a lot for your fast help. I will include your code in my project as soon as possible. Hopefully the change in CExtTabWnd will be also available in the next releases of Prof-UIS.


 


Axel

Technical Support Feb 22, 2005 - 9:53 AM

Yes, it is completely possible. Take a look at how it is done for the tab list button in the CExtTabWnd class and implement your own button in the same way. Besides, please pay attention to where and how the m_rcBtnTabList variable and the __ETWH_BUTTON_TAB_LIST constant are used in the CExtTabWnd class.

We will make and publish a sample project for you here tomorrow.