Game Development Community

TGEA 1.7 bug?or?...not able to GUI accel. the Escape key

by TheGasMan · in Torque Game Engine Advanced · 04/09/2008 (7:38 pm) · 1 replies

This worked fine in 1.0.+

any information ?


//
..incase the post is confusing you: you can use accelerators on GUI buttons etc....
Imagine pressing "Escape" while ingame...it calls a prompt. That is an example of an accelerator-key.

#1
04/10/2008 (12:28 am)
On second thought...the gui system has quite a few quirks...
Here is one from a saved GUI:


new GuiControlProfile ("LoadingGuiContentProfile")
{
opaque = true;
fillColor = "200 200 200";
border = true;
borderColor = "0 0 0";
//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiChunkedBitmapCtrl(LoadingGui) {


...this cut into the profile clamp.