Page 1 of 1

Aligning Tips with Application.

Posted: Thu May 16, 2024 4:40 am
by SteveG
Hi,

I downloaded the trial version of HelloApp Studio. I've been looking for something like this for years, so I'm very happy I came across it.

One thing I don't understand is how am I supposed to line the tips up with the parts of my Delphi application's interface that the tips are providing information on?

Is it just a matter of guessing or estimating the relative position?

Thanks.

= Steve

Re: Aligning Tips with Application.

Posted: Thu May 16, 2024 6:03 am
by isiticov
Hello Steve,
Please use the following:

1. Run your application.
2. In HelloApp Studio settings enable the "Hide on Pointer Position Editor" option:
2024-05-16_09-07-38.jpg
2024-05-16_09-07-38.jpg (90.21 KiB) Viewed 21889 times

3. Go to your tool tip and start the pointer position editor.
2024-05-16_07-57-58.jpg
2024-05-16_07-57-58.jpg (183.78 KiB) Viewed 21889 times

4. In the appeared editor click Window and then Specify.
2024-05-16_10-01-06.jpg
2024-05-16_10-01-06.jpg (90.99 KiB) Viewed 21889 times

5. HelloApp Studio will hide and you can click on the target window and position in your application. The click coordinates will be used in the tool tip pointer settings.

6. Then just adjust the window's Class and Title settings. And the anchor using the "Relative to:" settings. This is necessary to be able to properly display a tool tip when user resizes the target window. For example if you need to point to the status bar in your window then just make the Relative to to be bottom-left. If you need to point to the something in the bottom-right corner set this to bottom-right and so on. This will ensure that the tool tip pointer always points to the configured window's element.

Hope this helps.

Re: Aligning Tips with Application.

Posted: Wed Jun 19, 2024 4:21 am
by SteveG
Hi Igor,

I apologise for taking so long to respond to you. That worked perfectly!

Thank you.

= Steve