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 » LineEdit, EditFields, DocEdit » double-click in EditField
icon3.gif  Re: double-click in EditField [message #56284 is a reply to message #56283] Tue, 16 February 2021 21:55 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 204
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
Hi,

in Label this work! very god mirek! https:// www.ultimatepp.org/forums/index.php?t=msg&th=7912&go to=44362&

(to activate the mouse, use NoIgnoreMouse() in constructor)

struct Lb: Label{ // Label LeftDouble double-click
	Lb(){ NoIgnoreMouse(); };
	
	void LeftDouble(Point p, dword keyflags)
	{
	    WhenLeftDouble(p,keyflags);
		this->Label::LeftDouble(p,keyflags);
	}
	Event<Point, dword> WhenLeftDouble;
};


Thanks
 
Read Message
Read Message
Read Message
Read Message icon3.gif
Read Message
Previous Topic: NotNull not working with custom SetConvert [CLOSED]
Next Topic: fill date bars automatically
Goto Forum:
  


Current Time: Fri Aug 29 03:39:05 CEST 2025

Total time taken to generate the page: 0.05419 seconds