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 » Community » Newbie corner » Function key to Button
Re: Function key to Button [message #54352 is a reply to message #54351] Fri, 03 July 2020 06:52 Go to previous messageGo to previous message
Shwetha is currently offline  Shwetha
Messages: 39
Registered: August 2011
Member
Hi kuldo,

still not clear.

I get the following error :

cannot call member function 'virtual bool Upp::TopWindow::Key(Upp::dword, int)' without object


bool Tab5_Dynamic::Key(dword key, int val)

{
	LOG("key");
	DUMP("KeyAction");
	
  if(key == K_CTRL_S) {
        bStart.Action();
        return true;
    } else
        return TopWindow::Key(key, val);
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Ultimate++ i.r.t. Fossil SCM
Next Topic: build UMK from SVN repository on windows
Goto Forum:
  


Current Time: Sun Aug 24 15:17:05 CEST 2025

Total time taken to generate the page: 0.04917 seconds