Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Overriding Key method disable tab browsing
Re: Overriding Key method disable tab browsing [message #53756 is a reply to message #53724] Tue, 28 April 2020 09:59 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
Now I am not 100% sure what Key method is this, but I believe that you need to:

bool Key(dword keys, int count){
  if(keys==K_F10){
    HandleF10();
    return true;
  }
  return TopWindow::Key(keys, count); // <== TopWindow::Key handles Tab
}
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [Proposal] EditSecret dialogs (EditText variants), for password, etc input..
Next Topic: Dynamic Ctrl frame
Goto Forum:
  


Current Time: Thu May 09 10:39:57 CEST 2024

Total time taken to generate the page: 0.02403 seconds