aminur
January 30th, 2003, 12:36 AM
Hi
I am using ToolTipManager to show the tool tip on differnet components.
I have used setInitialDelay() and setReshowDelay() methods to ensure tool tip is visble only after a fixed delay.
The code is working fine except for the case that say two buttons are close to each other.Now when mouse eneters
button 1 ..tool tip is shown after the initial delay.Now when i move the mouse two button 2, the tool tip for button 2
gets visble without any delay.This is not the case when user allow the tool tip of button 1 to disapper.In that case tool tip for the next component is visbile after the initial delay.
The delay (for tool tip of button 2)does not occur when tool tip for button 1 is visble and user moves mouse over button 2
regrads
Aminur
I am using ToolTipManager to show the tool tip on differnet components.
I have used setInitialDelay() and setReshowDelay() methods to ensure tool tip is visble only after a fixed delay.
The code is working fine except for the case that say two buttons are close to each other.Now when mouse eneters
button 1 ..tool tip is shown after the initial delay.Now when i move the mouse two button 2, the tool tip for button 2
gets visble without any delay.This is not the case when user allow the tool tip of button 1 to disapper.In that case tool tip for the next component is visbile after the initial delay.
The delay (for tool tip of button 2)does not occur when tool tip for button 1 is visble and user moves mouse over button 2
regrads
Aminur