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.
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.
About the author
gameartstore.com
Torque Owner TheGasMan
G.A.S. [+others]
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.