Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - bug in popupcontrol
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

bug in popupcontrol

 Post Reply Post Reply
Author
Message
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Topic: bug in popupcontrol
    Posted: 09 November 2007 at 10:02pm
When I run the popup control sample and choose MSN messenger popup then click show it stops at this assert
 

AFXWIN_INLINE int CFont::GetLogFont(LOGFONT* pLogFont)

{ ASSERT(m_hObject != NULL);

return ::GetObject(m_hObject, sizeof(LOGFONT), pLogFont); }

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: 12 November 2007 at 1:11am
Thanks.
We will fix it. If you have same in your application, just move pControl->SetTheme call before you add any control.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2007 at 5:24am
ok.
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.064 seconds.