Game Development Community

Tooltips for modeless GuiControls?

by Jari · in Torque Game Engine · 12/02/2006 (5:55 am) · 1 replies

Hi,
this is bit problematic because you see the modelss gui controls wont receive mouse events and wont therefore show the tooltip. I have been trying to figure a some workaround but have none so far.

So any suggestions on how to show tooltips for modeless GUI controls? All tips are welcome.

#1
12/16/2006 (7:46 am)
Is it possible to create a GUI that is not a modeless dialog but it would pass the input to it's parent?

This is the only solution I can think of but I don't know if it requires engine changes.