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
Aligning Tips with Application.
Re: Aligning Tips with Application.
Hello Steve,
Please use the following:
1. Run your application.
2. In HelloApp Studio settings enable the "Hide on Pointer Position Editor" option:
3. Go to your tool tip and start the pointer position editor.
4. In the appeared editor click Window and then Specify.
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.
Please use the following:
1. Run your application.
2. In HelloApp Studio settings enable the "Hide on Pointer Position Editor" option:
3. Go to your tool tip and start the pointer position editor.
4. In the appeared editor click Window and then Specify.
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.
Best regards,
Igor Siticov.
Igor Siticov.
Re: Aligning Tips with Application.
Hi Igor,
I apologise for taking so long to respond to you. That worked perfectly!
Thank you.
= Steve
I apologise for taking so long to respond to you. That worked perfectly!
Thank you.
= Steve