![]() |
Problem with Version 11.1.2 |
Post Reply ![]() |
Author | |
MGebler ![]() Groupie ![]() Joined: 18 May 2006 Location: Germany Status: Offline Points: 64 |
![]() ![]() ![]() ![]() ![]() 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
|
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
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 |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hello,
Please download released 11.1.3.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |