RedrawGadget but without Tooltips?

BlitzMax Forums/BlitzMax Beginners Area/RedrawGadget but without Tooltips?

Grisu(Posted 2006) [#1]
Hi!

I have the problem that in some cases my Listbox isn't Redrawn properly. So items don't show up as selected+active even if they are!

As a workaround I refesh the listbox via Redrawgadget().
The problem with this is that it causes graphical glitches with the tooltips.

So is there a c++ guru around that could code a redrawgadget function but "excluding" the tooltips?

Hopefully you get my point here.

Grisu

P.S.:
This may be a bug, but I couldn't make an easy example by now.