CarozoDeQuilmes wrote: > > Hi Pritpal, are implemented the FocusIn and FocusOut events in widget (not > Windows, it work fine for my), for example TextBox ??? >
Try something like: #include "hbqt.ch" pEvents := Qt_Events_New() qWidget := QWidget():new() qWidget:installEventFilter( pEvents ) Qt_Events_Connect( pEvents, qWidget, QEvent_FocusIn, {|| ProcessEvent( QEvent_FocusIn ) } ) Please post your results here. ----- enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/FocusIn-and-FocusOut-in-widgets-tp4641452p4641699.html Sent from the harbour-devel mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour