Game Development Community

GuiBitmapButtonCtrl

by BBS Games · in Torque Game Engine Advanced · 04/18/2006 (8:59 am) · 1 replies

Hi all,

I'm trying to have a simple Gui ingame (as a child of a GameTSCtrl) but it seems that the control is not receiving mouse events; for example a button never gets highligthed or never responses to a click event.

Some advice where I have to look?

#1
04/19/2006 (1:41 am)
Ok, stupid me...Now I have embedded the GuiBitmapButtonControl inside a plain GuiControl and it is working as expected :)