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 » CExtControlBar within CExtPageContainerWnd Collapse All
Subject Author Date
Tobias Fensch Dec 20, 2013 - 7:48 AM

Hello,


is it posiible to have a CExtControlBar within a CPageContainerWnd? That means using the CPageContainerWnd as parent...


I have two windows (one dialog and one view) in one CPageContainerWnd-Page. I use CExtSplitterWnd so far but I want the behaviour of the CExtControlBar-Class (close-button, dragging. etc.).


I hope you understand my intention. Thanks!


regards,


Tobias

Tobias Fensch Feb 3, 2014 - 5:09 AM

Hello again,


I will accept you offer with an example project. I slim it to a manageable size, I hope. I use Visual Studio 2010.


https://docs.google.com/file/d/0ByFXDHu-y0Upa3ItQzNQeDdieWs#@lt;/p>

The cracking point is in the MainFrm.cpp at line 245. I create a dialog derived from CExtControlBar and as parent I give an instance of the CExtTabPageContainerWnd. It hangs in an endless loop at the moment.


Can you help me with this example? Or do you have another approach to get the CExtControlBar within the CExtTabPageContainerWnd?


thanks a lot!


Tobias


 

Art Wilkes Jan 13, 2014 - 8:56 AM

Prof-UIS Support
The answer is I don’t know. I would think you should be able to, but I have never tried it.
Let me know if you have problems and I’ll try to help.
It would be best if you tried it on a simple project, like one of our Samples where we could freely communicate if you have problems.
Thanks
Prof-UIS Support

Tobias Fensch Jan 13, 2014 - 7:24 AM

No support anymore?

Tobias Fensch Dec 20, 2013 - 8:11 AM

edit:


I mean CExtTabPageContainerWnd...