On Tuesday 10 September 2002 12:26 pm, Asger Kunuk Alstrup Nielsen wrote: > On Mon, 9 Sep 2002, R. Lahaye wrote: > > I need to overwrite a tooltip string, because some > > buttons swap their purpose upon activation (e.g. "Go to" in > > Cross-Reference dialog, and "Start" in Spellchecker dialog). > > What you could maybe do instead is to use two different > buttons on top of each others, and then hide/show them as > appropriate. > > Greets, > > Asger
Don't do that. xforms has horrible problems re-drawing buttons, especially if the label is outside the button. We'll end up having to re-draw the entire dialog which leads to nasty flickering effects. The problems with the tooltips are simply that Rob is using my simple code in ways I was envisaging when I wrote it. They can be overcome pretty easily I believe. Angus