Page 1 of 1

Tooltip and Frame

PostPosted: 23 Sep 2015 11:20
by etwoss
Hi

I have a form with a frame and underneath that frame a button with a tooltip. The tooltip is not correctly shown. If a position the button somewhere else on the form the tooltip is shown correctly.

First image is good situation, second wrong, at top you see a button and a memo which come from a Frame

Eric

Re: Tooltip and Frame

PostPosted: 23 Sep 2015 11:28
by etwoss
Hi

Hmm... tried position tpBottom same problem, See where the hint is drawn?
Its the hint for the little excel button

Eric

Re: Tooltip and Frame

PostPosted: 23 Sep 2015 12:02
by Alexander Bulei
Hi Eric,

How are you loading the frame into mainform?

Best Regards.

Re: Tooltip and Frame

PostPosted: 23 Sep 2015 12:04
by etwoss
Hi Alexander

Its just a Delphi Frame dropped on my form:

The frame:

type
TFrameChat = class(TFrame)

The object on the form

TIWFormDashboardUserProfile = class(TIWAppForm)
FrameChat: TFrameChat;

Eric

Re: Tooltip and Frame

PostPosted: 25 Sep 2015 11:12
by Alexander Bulei
Hi Eric,

I will try to reproduce this behavior here and will answer you later.

Best Regards.