![]() |
Group tabed views |
Post Reply ![]() |
Author | |
tiulian ![]() Newbie ![]() Joined: 17 September 2008 Location: Romania Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 17 September 2008 at 8:53am |
Hello
I’m new around here and I don’t know exactly where to post this so I hope I got it OK I am using Xtreme Toolkit Pro v12.0.2 with Visual Studio 2008.
Right now i want to create a new MDI Tabbed interface application and i have the next problem:
I created a Toolkit Pro Application, MDI project with MDI tabbed interface in the new project wizard.
Then i wanted the application to group the tabbed views because it does not automatically (standard generated code: VERIFY(m_MTIClientWnd.Attach(this));).
I changed the generated statement into VERIFY(m_MTIClientWnd.Attach(this, TRUE)); but then when i want to open a new window I get a Debug Assertion Failed in XTPTabClientWnd.cpp function AddItem on line 1398 "ASSERT((pChildWnd->GetStyle() & WS_MAXIMIZE) == 0);"
Can anyone help me ?
|
|
![]() |
|
Oleg ![]() Senior Member ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hello,
Open CChildFrame implementation and comment code block with WS_MAXIMIZE.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
tiulian ![]() Newbie ![]() Joined: 17 September 2008 Location: Romania Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() |
thanks
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |