Failure to display ToolTips in applicaiton using JFreeChar

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
aravinda

Failure to display ToolTips in applicaiton using JFreeChar

Post by aravinda » Tue Sep 24, 2002 11:21 pm

This is a very weird occurence but in some computers....OS irrelevant...the tooltips generated are not visible. IS there any probable cause for this?

aravind

David Gilbert

Re: Failure to display ToolTips in applicaiton using JFreeCh

Post by David Gilbert » Wed Sep 25, 2002 8:34 am

I haven't had any other reports of this. A couple of things to look at:

(1) Are the tooltips not working for all Java apps, or just those using JFreeChart?

(2) Have you tried different JVMs? Sometimes changing versions helps, and in my experience the IBM JDK sometimes works better than the Sun JDK.

Finally, a search through the Sun Java bug database might uncover something.

Regards,

DG.

aravinda

Re: Failure to display ToolTips in applicaiton using JFreeCh

Post by aravinda » Wed Sep 25, 2002 3:53 pm

The tooltips dont work just for the JFreeChart. and like i said it happens in a random manner it works on some computers and in others it dont....

i wonder if when redistriburting the jars whether jfreechart.jar got corrupted?

this one doesnt seem to make any sense

David Gilbert

Re: Failure to display ToolTips in applicaiton using JFreeCh

Post by David Gilbert » Thu Sep 26, 2002 9:35 am

Maybe there is some interaction going on between the popup menu, mouse dragging and tooltips. Some combination of actions might be disabling the tooltips somehow...

Regards,

DG.

aravinda

Re: Failure to display ToolTips in applicaiton using JFreeCh

Post by aravinda » Thu Sep 26, 2002 10:20 pm

somehow i am still defeated... this doesnt seem to make sense...however if anyone can have any idea it would be greatly appreciated.

in gist , same software on some m/cs tooltips on JFreeChart cannot be seen

tried to verify corruption of jars or ordering of jars(?!!) etc etc
but no avail

tx

Locked