On Friday 18 of May 2012 21:59:36 Mark Morgan Lloyd wrote: > Please don't put significant thought into this, but does anybody have a > reliable code fragment that will pop up a different hint from a > multi-panel status bar, depending on which panel the mouse is over?
I'm pretty sure that's possible with qt widgetset. Since each panel has QLabel, so QWidget_setToolTip() should work on each panel separatelly. Don't know any LCL solution. zeljko
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
