U++ framework
Do not panic. Ask here before giving up.

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: 206
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: Sun Apr 26 19:26:10 GMT+2 2026

Total time taken to generate the page: 0.00560 seconds