Tool Tip [message #87068] |
Fri, 03 December 2004 03:56  |
Adi
Messages: 38 Registered: May 2002
|
Member |
|
|
hi all,
I want to show a tool tip for a text item that too in certain conditions only. So, Iam showing the tool tip programatically for that i wrote the following code in the when mouse move trigger
set_item_property('Item',Tooltip_Text,'Message');
set_item_property('Item',Tooltip_font_size,8);
set_item_property('Item',Tooltip_font_name,'Type of font');
but i am getting only a dot as the tooltip even though every thing is correct.
please help me,
thanks for help
adi
|
|
|
Re: Tool Tip [message #87070 is a reply to message #87068] |
Fri, 03 December 2004 04:09   |
Karthik
Messages: 63 Registered: February 2000
|
Member |
|
|
hi,
Change the property for tht item, the property you have change is "Display Hint Automatically" to Yes.
bye
karthi
|
|
|
|