Of course that leads on then to the next question.. Now I can change the text fine BUT........
I would also like to update the toolTip position to where the mouse is at the moment I change the text... tks --- In [email protected], "reflexactions" <[EMAIL PROTECTED]> wrote: > > RTFM!!! > if(ToolTipManager.currentToolTip) ToolTipManager.currentToolTip.text=txt > > --- In [email protected], "reflexactions" > <reflexactions@> wrote: > > > > I have a component I am building that needs to change the toolTip > text > > whilst the toolTip is displayed. > > > > ie The toolTip is displayed with some text when over the component > then > > when the mouse moves but is still over the component with the toolTip > > still visible I want to change the text. > > > > I have tried setting the toolTip propery but it only detects that > when > > the toolTip is shown/hidden (ie when there is a mouseover/mouseout > > sequence) and not on a mousemove > > > > tks > > >
