Home » U++ Library support » LineEdit, EditFields, DocEdit » Lost focus in edit fields
Re: Lost focus in edit fields [message #27683 is a reply to message #27677] |
Thu, 29 July 2010 14:54  |
jeremy_c
Messages: 175 Registered: August 2007 Location: Ohio, USA
|
Experienced Member |
|
|
Thanks. A slight typo fix though:
template <class T>
struct WithLostFocus : public T {
Callback WhenLostFocus;
virtual void LostFocus() {
T::LostFocus();
WhenLostFocus();
}
};
i.e. WhenFocusLost() changed to WhenLostFocus();
Jeremy
|
|
|
 |
|
Lost focus in edit fields
By: Zbych on Thu, 30 July 2009 10:17
|
 |
|
Re: Lost focus in edit fields
By: mirek on Sat, 01 August 2009 08:56
|
 |
|
Re: Lost focus in edit fields
By: Didier on Sat, 01 August 2009 10:43
|
 |
|
Re: Lost focus in edit fields
By: mirek on Sat, 01 August 2009 11:16
|
 |
|
Re: Lost focus in edit fields
By: Zbych on Sat, 01 August 2009 11:41
|
 |
|
Re: Lost focus in edit fields
By: Didier on Sat, 01 August 2009 12:25
|
 |
|
Re: Lost focus in edit fields
By: mirek on Sat, 01 August 2009 14:30
|
 |
|
Re: Lost focus in edit fields
By: Didier on Sat, 01 August 2009 16:23
|
 |
|
Re: Lost focus in edit fields
By: mirek on Sat, 01 August 2009 14:28
|
 |
|
Re: Lost focus in edit fields
By: Giorgio on Thu, 27 August 2015 09:05
|
 |
|
Re: Lost focus in edit fields
|
 |
|
Re: Lost focus in edit fields
By: mrjt on Thu, 29 July 2010 12:57
|
 |
|
Re: Lost focus in edit fields
|
Goto Forum:
Current Time: Fri Jul 18 03:29:24 CEST 2025
Total time taken to generate the page: 0.06164 seconds
|