CreateNewChild child window's caption disappears after losing focus

This is a discussion on CreateNewChild child window's caption disappears after losing focus within the Programmer forums, part of the Microsoft Windows category; Hello all, I'm having a strange issue. I'm creating a child window and doing an initial SetWindowTextA on it's creation. There can be only one instance of this window. When ...

Go Back   Unix Linux Forum > Operating Systems > Microsoft Windows > Programmer

FixUnix.com - Unix Linux Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-08-2008, 09:40 AM
Default CreateNewChild child window's caption disappears after losing focus

Hello all,

I'm having a strange issue. I'm creating a child window and doing an
initial SetWindowTextA on it's creation. There can be only one
instance of this window. When this child window is up (we'll call it
Window A) and another, different child window gets focus, Window A's
caption text just disappears and I can't get it back with an
Invalidate or anything.

Here's the window creation code:

CMyChild* cwb = (CMyChild*)parentWnd-
>CreateNewChild(RUNTIME_CLASS(CMyChild), IDR_MAINFRAME);

cwb->SetWindowTextA(_T("This caption text just plain disappears!"));
CCreateContext ccc;
ccc.m_pNewViewClass = RUNTIME_CLASS(CMyChildView); // CMyChildView is
an HTMLView
ccc.m_pCurrentFrame = cwb;
CMyChildView* cwbv = (CMyChildView*)cwb->CreateView(&ccc);
cwb->SetActiveView(cwbv);
cwbv->Navigate(url);
cwb->ShowWindow(SW_SHOW);


Any help would be outstanding on this. Thanks in advance!

~simon
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT -5. The time now is 09:38 AM.

In an effort to better serve ads to our visitors, cookies are used on Fixunix.com. For more information, check out our Privacy Policy.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Ad Management by RedTyger