Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Problem with Version 11.1.2
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem with Version 11.1.2

 Post Reply Post Reply
Author
Message
MGebler View Drop Down
Groupie
Groupie


Joined: 18 May 2006
Location: Germany
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote MGebler Quote  Post ReplyReply Direct Link To This Post Topic: Problem with Version 11.1.2
    Posted: 27 May 2007 at 12:25pm

I need an edit control in the popup of a split button. Here is the code:

CXTPControlPopup* pPopup = (CXTPControlPopup*)pGroup->Add( xtpControlSplitButtonPopup, ID_TYPE_1 );

pPopup->SetCaption( _T("Input") );

CXTPPopupBar* pBar = CXTPPopupBar::CreatePopupBar( pPopup->GetCommandBar()->GetCommandBars() );

CXTPControlEdit* pControlEdit = (CXTPControlEdit*)pBar->GetControls()->Add( xtpControlEdit, ID_TYPE_1_START );

pControlEdit->SetWidth( 256 ); pControlEdit->ShowSpinButtons(TRUE);

pControlEdit->SetEditText( L"0.0" );

pPopup->SetCommandBar(pBar);

pBar->InternalRelease();

}

The text and the cursor do not appear on the screen, although the correct edited text is notificated. With the previous version everything worked well.

Where is the problem. Is there a workaround.
 
With best regards
  Marcus
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 28 May 2007 at 6:59am
Hello,
 
yes, you right its bug of 11.1.2 - we are preapring again maintaince release.
Sorry about it.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 31 May 2007 at 12:53am
Hello,
 
Please download released 11.1.3.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.063 seconds.