PDA

View Full Version : font showing as a hint..


aboradwaa
06-24-2008, 01:31 PM
hello

This is the first topic of me

And I want to thank you in advance

-----------------

I want when passing the mouse on the font showing the form contains as a Hint ......

ShadowUK
06-24-2008, 02:36 PM
Tooltip. Look in the Help file.

aboradwaa
06-24-2008, 03:00 PM
i did't understand.....

FoxLeader
06-24-2008, 06:45 PM
That's written clearly in the manual. Go to the object's attribute tab in its properties. For more info about that,

Tooltip. Look in the Help file.

aboradwaa
06-24-2008, 09:04 PM
I will explaine more.....
I Make a project containing the font'files..
And I want when passing the mouse on a font in the project, Hint contains appears in the form of font As will appear when writing

holtgrewe
06-24-2008, 10:21 PM
I will explaine more.....
I Make a project containing the font'files..
And I want when passing the mouse on a font in the project, Hint contains appears in the form of font As will appear when writing

I think we have a communications gap here. Can you post the code that's giving you a problem, then maybe try to explain it one more time...? We want to help, but we're not certain what you need.

FoxLeader
06-25-2008, 06:59 AM
To my knowledge, you can't set the tooltip's font. It's set by the system. The only way is by scratch-coding one, which might be one hella job.

RizlaUK
06-25-2008, 09:35 AM
To my knowledge, you can't set the tooltip's font. It's set by the system. The only way is by scratch-coding one, which might be one hella job.

it can be done by subclassing, override the window settings and set some new props for the tooltip, its easy to do with PB and VB, but the AMS runtime window always gives werid results when i try to API it.