Topic: How to show hints on images

I know that you can show hints for buttons, but I would like to show hints for an image. Is this possible?
 

thanks

Nothing inspires forgiveness quite like revenge.

Scott Adams

Re: How to show hints on images

Hello Jumper

This script :

Form1.Image1.Cursor   := crHandPoint; Form1.Image1.ShowHint  := True; Form1.Image1.Hint   := 'New usert';

This behind OnShow Event of Form1 (or between BEGIN...END.

But it is even easier with the Additional properties latest version of MVD 2.23 beta (though I've often found with bugs with Hint and ShowHint properties (nothing is displayed).

JB

3 (edited by jumper 2016-01-03 21:58:41)

Re: How to show hints on images

Thanks JB. I'll try your script out in just a bit...


You mentioned that it is easier with version 2.23 beta? I'm using 2.3 beta. The additional properties are there (show hints, hint text), but they are not working. I have text in the "hint" area and "show hints" is set to True.


Am I missing something?
thanks
   

FYI: here's a pic of what I'm working on...
https://www.dropbox.com/s/ioj24thjrbfpm … s.jpg?dl=0

Nothing inspires forgiveness quite like revenge.

Scott Adams

Re: How to show hints on images

I checked property Hint for component Image, it works for me.
Please send me your project to support@drive-software.com
with link on this topic.

Dmitry.

Re: How to show hints on images

Hello Jumper,


Very Windows 10 style what you are working on ! I like it !

I'm a very good housekeeper !
Each time I get a divorce, I keep the house

Zaza Gabor

Re: How to show hints on images

Hi Dimitry, I'll send the code to you in just a minute. And thanks for checking it out for me.

 
mathmathou, I'm glad you like the icons. I worked on it some last night and most of the day today. It was tough trying to get the icon background colors to complement each other (maybe I'm color blind).
   

Thanks guys...

Nothing inspires forgiveness quite like revenge.

Scott Adams

Re: How to show hints on images

Thanks for the help Dimitry. It's working great now because of your help <smile>

Nothing inspires forgiveness quite like revenge.

Scott Adams

Re: How to show hints on images

Hello jumper

What was the matter with Show Hint and Hint ?
What was Dmitry's answer ?

JB

Re: How to show hints on images

jean.brezhonek wrote:

Hello jumper

What was the matter with Show Hint and Hint ?
What was Dmitry's answer ?

JB

It was bug, property ShowHint don't work, bug is fixed, please download beta version again:
http://myvisualdatabase.com/forum/viewtopic.php?id=1936

Dmitry.

Re: How to show hints on images

Hello Dmitry

Again, good responsiveness from you.

Downloaded this fixed version.
It works fine

Thanks again

JB