1. My Bets now displays unmatched and matched bets in batches of 25. This is to ensure performance is not degraded when many bets placed on market.
2. My Bets now remains displayed when changing markets. There is also a default option in general preferences for displaying My Bets on program launch.
3. Fixed bug where if My Bets unmatched bets set to display amounts as payout then new bets displayed amounts as liability.
4. Added new F4 hot key to toggle cross matching calculation. It is disabled by default and can be enabled in the hot keys tab in preferences.
5. Speeded up market tree loading.
6. Fixed bug where forecast markets appearing with win markets in UK Greyhound quick pick list when televised markets on that day.
7. Stakes on grid interface are now saved when toggling between grid and ladder interface.
8. Added new parameter to COM function getMarketDepth().
Syntax:
getMarketDepth(waitForResult:Boolean)
waitForResult is optional and is true by default. If you specify false then the request is made asynchronously and
getMarketDepthComplete(marketDepth:Variant,resultCode:String) is called when complete.
See
http://gruss-software.co.uk/forum/viewtopic.php?t=3825 for an example spreadsheet.
Install