Print Page | Close Window

Problem with Version 11.1.2

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=7247
Printed Date: 03 March 2025 at 1:43pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Problem with Version 11.1.2
Posted By: MGebler
Subject: Problem with Version 11.1.2
Date 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
 



Replies:
Posted By: Oleg
Date 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


Posted By: Oleg
Date Posted: 31 May 2007 at 12:53am
Hello,
 
Please download released 11.1.3.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net