Print Page | Close Window

HOWTO: Tabbing on custom popup dialog?

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=19269
Printed Date: 24 November 2024 at 8:38pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: HOWTO: Tabbing on custom popup dialog?
Posted By: mgampi
Subject: HOWTO: Tabbing on custom popup dialog?
Date Posted: 06 December 2011 at 6:38am
Hi;

I created a custom ribbon popup button that displays a simple dialog with several controls on it. I noticed that using the TAB key to navigate between the controls is not possible. The TAB key is completely ignored. What do I have to do to reenable the TAB key while the dialog is shown?

The popup button is created this way:
    CXTPControlPopup *pControlPopup = reinterpret_cast<CXTPControlPopup*>(Group->Add( xtpControlSplitButtonPopup, ID_REPORTING_DATA_LOAD ));

    ReportingCondition_.Create( IDD_REPORT_SETTINGS, this );
    ReportingCondition_.SetNotifyWindow(this);

    CXTPControlCustom *pControlCustom = CXTPControlCustom::CreateControlCustom( &ReportingCondition_ );

    reinterpret_cast<CXTPControlCustom*>(pControlPopup)->GetCommandBar()->GetControls()->Add( pControlCustom );   


Thanks in advance!


-------------
Martin

Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0
Platform: Windows 10 v 22H2 (64bit)
Language: VC++ 2022



Replies:
Posted By: mgampi
Date Posted: 10 December 2011 at 5:03pm
Hi;

I need this really urgent. Should I open an issue in support system to get an answer for this?


-------------
Martin

Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0
Platform: Windows 10 v 22H2 (64bit)
Language: VC++ 2022



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