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 » TopWindow&PopUp, TrayIcon » TopWindow childless Clock example [BUG][FIXED]
Re: Clock example bug [message #928 is a reply to message #923] Thu, 09 February 2006 13:48 Go to previous messageGo to previous message
hribek is currently offline  hribek
Messages: 5
Registered: February 2006
Promising Member
bool TopWindow::Key(dword key, int count)
{
if(Ctrl::Key(key, count))
return true;
if(IsChild()) return false;
if(key == K_DOWN || key == K_RIGHT || key == K_TAB) {
Ctrl *ctrl = GetFocusChildDeep();
if(ctrl && IterateFocusForward(ctrl, this))
return true;
if(GetFirstChild()->SetWantFocus())

BUG BUG BUG GetFirstChild() probably return NULL
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: TrayIcon example [BUG][FIXED]
Next Topic: TrayIcon::Icon problems
Goto Forum:
  


Current Time: Wed Apr 30 03:25:25 CEST 2025

Total time taken to generate the page: 0.01208 seconds