On 2014-03-30 04:45, Frank Poretzky wrote: > > | procedure TFormTest.DoAppOnShowHint( var HintStr: String; > | var CanShow: Boolean; > | var HintInfo: THintInfo); > | begin > | CanShow := true; > | HintStr := HintStr + ' - Modified'; > | end;
Does the DoAppOnShowHint() actually execute? If you set a breakpoint in that method, does it get triggered? Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
