View Single Post
Old 16th November 2008, 00:20   #3270  |  Link
Jawed
Registered User
 
Join Date: Jan 2008
Location: London
Posts: 156
Quote:
Originally Posted by Kurtnoise13 View Post
Compare Time Elapsed/Time Remaining with this build...Is it better ?
Only Time Remaining appears changed, here, with a white background to the control and no other change.

The type of control is wrong. It should not have any border or appear sculpted (as it does for me - that's merely a global UI preference setting in Windows).

Looking here:

http://megui.svn.sourceforge.net/vie...17&view=markup

every instance of "TextBox" should be "Label". Textboxes are user-editable controls.

Looking at line 235 I see ".Enabled = false;" applied to the fps textbox, which I expect is what makes this non-user-editable, and at the same time makes it show as low-contrast text. When the controls are changed to labels setting this property becomes superfluous.

Setting the contents, e.g. line 421, should stay the same if you change the type of control to Label. Fingers crossed

Jawed
Jawed is offline   Reply With Quote