Originally posted by osa_dev
View Post
The issue may also be something to do with the 'Locale' setting on the computer ( not using summer time ? ).
You can either google for hours to try and sort it out or do a quick fix in the MenuTreeNode class:
change
Code:
if( mktSum.startTime.ToLocalTime().ToString( "HH:mm" ) != "00:00" )
Code:
if( mktSum.startTime.ToLocalTime().ToString( "HH:mm" ) != "[COLOR="Red"]01:00[/COLOR]" )
Also I notice in your picture, the ODDS on your market are in the wrong font, have you missed out a step in the tutorial where the oddsFont is set ?









Leave a comment: