Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7919173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:46:33+00:00 2026-06-03T15:46:33+00:00

I have used CreateStatic & CreateView to split C(classname)View into many panes (like (1×2),

  • 0

I have used CreateStatic & CreateView to split “C(classname)View” into many panes (like (1×2), (3×3)) using button control to choose the number of rows and columns.

Now, when I click 1×1 (which means I want to remove any panes), ASSERT(n_Row > 1 && n_Col > 1) obviously fails inside CSplitterWnd::CreateStatic.

How do I handle the “no-panes” situation?

This is the DisplaySingleFrame() Function (which removes the panes)

CN00bSplitApp* pApp = (CN00bSplitApp*)AfxGetApp();
CView * pActiveView = NULL;

if(pActiveView == NULL)
{
if(m_pSplitter)
    pActiveView = (CView*)m_pSplitter->GetPane(0,0);
        else
    pActiveView = (CN00bSplitView *)GetActiveView();
}

m_iPrevColLayout = m_iRowLayout;
m_iPrevRowLayout = m_iColLayout;

m_iRowLayout = 0;
m_iColLayout = 0;

ShowWindow(SW_HIDE);

CRect rect(0,0,0,0);
pActiveView->GetClientRect(rect);
CDocument * pDoc= pActiveView->GetDocument();

pActiveView->DestroyWindow();

pActiveView = NULL;

if(m_pSplitter)
{
m_pSplitter->DestroyWindow();
delete m_pSplitter;
m_pSplitter = NULL;
}

CDocTemplate* pDocTemplate = pApp->m_pDocTemplate;

CCreateContext context;

context.m_pNewViewClass= RUNTIME_CLASS(CN00bSplitView);
context.m_pCurrentDoc=(CN00bSplitDoc*)pDocTemplate->CreateNewDocument();
context.m_pLastView=pActiveView;

CView* p = (CView*)CreateView(&context, AFX_IDW_PANE_FIRST);
SetActiveView(p);

p->OnInitialUpdate();

RecalcLayout();
ShowWindow(SW_SHOW);

This throws an unhandled exception at “context.m_pCurrentDoc=(CN00bSplitDoc*)pDocTemplate->CreateNewDocument();”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T15:46:35+00:00Added an answer on June 3, 2026 at 3:46 pm

    I hadn’t initialized m_pDocTemplate=pDocTemplate in the InitInstance of the C(classname)App.

    Solves the problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have used split function to split the string in javascript. which is as,
I have used BaseAdapter for grid view, in getView method of BaseAdapter I am
I have used RDP to get into my windows azure instance. I downloaded VisualSVN
We have used Custom List View inside that one Text View and two Edit
I have used a for loop in my script like this ... for var
I have used mysql_real_escape_string to enter info into the database but when I return
I have used the following as comments in my .emacs // {{{ // }}}
I have used the following article as a guide to creating a custom EditorPart
I have used JQuery for a small animation work: a table #photos contains 9
We have used Infragistics controls in our applications for years. However, we have always

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.