Game Development Community

Global actionmap stop working after pushing a dialog.

by Max Kielland · in Torque Game Builder · 03/24/2013 (2:02 pm) · 0 replies

Hi,

I have a couple of dialog windows pushed ontop of the game window. These are not modal, just floating windows to display some info.

However, as soon I execute...

Canvas.pushDialog(infoWindowGui);

...the global action map stop to work. Do I need to do something to reactivate the global action map again?

I thought the actionMaps and gui layers where two separated things.