Problem with object description

 
Hi there,

It is possible disable the object description label? (it appears when mouse-over on the object)
If I set a void string through ObjectSetText() function, the onmouseover-label doesn't hide itself, but anyhow display (a) the name of the object and (b) the price value of the mouse-pointer position.

For example, in a chart of timeframe 1 hour, I would like to display vertical line every day at hour 09.00, the open market of London.
Thus, I don't care for a descriptive label displayed over these lines.
In this context, the labels are only a waste of CPU-resources that uselessly wearies the microprocessor.

Thank's,
Francesco

 

 

 
ChartSetInteger(0,CHART_SHOW_OBJECT_DESCR,false);
 
eevviill:

Thank you :-)

 
sgnifus:

Thank you :-)

 

My pleasure.
Reason: