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
Re: double-click in EditField [message #56283 is a reply to message #56282] Tue, 16 February 2021 21:39 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 204
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member

very good! Thanks

I took advantage of this same logic for a Label and I was not able to produce the double click effect.
Label has some peculiarity in relation to EditField?


    struct: Label{
	Lb(){};
	void LeftDouble(Point p, dword keyflags)override
	{
		WhenLeftDouble(p,keyflags);
	}
	Event<Point, dword> WhenLeftDouble;
    };


 
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 11:41:32 CEST 2025

Total time taken to generate the page: 0.00510 seconds