Show hint for AdvGlowButton

Hello,

For AdvGlowButton hint appear only if I leftClick on
the mouse  and hold.
How can I change this to work like other controls, when mouse enter on it?

Thanks,
Tiberiu Stoicescu

I have retested this here with a default TAdvGlowButton on the form and the code:



procedure TForm2.FormCreate(Sender: TObject);
begin
  advglowbutton1.Hint := 'Hello world';
  advglowbutton1.ShowHint := true;
end;

but I cannot see an issue. What are you doing different? Is this the latest version you use?

Hello,

Thanks for the reply!

I made a simple example and was preparing to send it to you but then I noticed that this behavior only happens if I run from IDE (Delphi 7).
If I run the application directly it is OK.
With Delphi 10.3 it works OK.

Thank you again

We cannot see it here in Delphi 7.
Do you have some special plugin, 3rd party installed on Delphi 7? On what operating system is this Delphi 7 running?

I have Delphi 7 on Windows 10
JCL, JVCL, DataAbstract, RemObjects and FastReport

I have attached a link with a small project that exemplifies the issue.

HintTest.zip: http://s.go.ro/w9e8a0to
pass: 902707