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 » Wrong LeftUp Message send
Re: Wrong LeftUp Message send [message #16181 is a reply to message #15958] Fri, 30 May 2008 22:57 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
Damned windows, they simply send that mouse-up message....

Well, this seems to fix the problem:

CtrlCore/Win32Proc.cpp 206:
	case WM_NCLBUTTONDOWN:
	case WM_NCRBUTTONDOWN:
	case WM_NCMBUTTONDOWN:
		ClickActivateWnd();
		IgnoreMouseUp(); // <<< this is new
		break;


(the question is what problems it can cause Smile

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Cannot get modal owned window
Next Topic: How to do something when window is shown
Goto Forum:
  


Current Time: Wed May 15 02:05:14 CEST 2024

Total time taken to generate the page: 0.01814 seconds