Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Group tabed views
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Group tabed views

 Post Reply Post Reply
Author
Message
tiulian View Drop Down
Newbie
Newbie


Joined: 17 September 2008
Location: Romania
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote tiulian Quote  Post ReplyReply Direct Link To This Post Topic: Group tabed views
    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 ?
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 18 September 2008 at 1:38am
Hello,
 
Open CChildFrame implementation and comment code block with WS_MAXIMIZE.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
tiulian View Drop Down
Newbie
Newbie


Joined: 17 September 2008
Location: Romania
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote tiulian Quote  Post ReplyReply Direct Link To This Post Posted: 18 September 2008 at 3:06am
thanks
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.