Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - HOWTO: Tabbing on custom popup dialog?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

HOWTO: Tabbing on custom popup dialog?

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

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Topic: HOWTO: Tabbing on custom popup dialog?
    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 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post 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 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
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.171 seconds.