RC3 & Beta 2 & 4 : Text box not showing data on PCs now on Macs
by Bruno Grieco · in Torque Game Builder · 05/31/2006 (1:36 pm) · 1 replies
This is a minor bug that happens on PCs only.
On the splash screen, I have a "start game" button. This loads a dialog with a text box where the player is supposed to enter his name. The default value for the name variable is "Anonimous".
On a PC, when Start Game is pressed, nothing shows on the text box. If I try to type my name, nothing shows either.
So I click Cancel, go to Options/Video Options, reselect D3D ( or OGL ), click apply.
When I go back to the dialog, there it is, working properly.
It works fine on my Mac, so I don't think it's a scripting error.
On the splash screen, I have a "start game" button. This loads a dialog with a text box where the player is supposed to enter his name. The default value for the name variable is "Anonimous".
On a PC, when Start Game is pressed, nothing shows on the text box. If I try to type my name, nothing shows either.
So I click Cancel, go to Options/Video Options, reselect D3D ( or OGL ), click apply.
When I go back to the dialog, there it is, working properly.
It works fine on my Mac, so I don't think it's a scripting error.
About the author
Torque Owner Bruno Grieco
This bug is related to the screen resolution. In 640x480 the text is invisible.
Still on RC3 Mac & PC