Resolver One Changelog

What's new in Resolver One 1.6.5 build 4777

Sep 22, 2009
  • Enhancements:
  • Display a progress bar when loading files or importing Microsoft Excel files, so that if it takes a long time, people know that the program hasn't crashed.
  • Support for a new VerticalAlignment property (from user code only — a window is on its way!)
  • Bugfixes:
  • Fixed bug #2303: Code that checked whether there was a new version to update to could make it look like Resolver One was sending usage information against the user's wishes, even though it wasn't.
  • Fixed bug #2268: Memory usage problem when saving huge spreadsheets.
  • Fixed bug #2291: Memory usage problem with spreadsheets with very large numbers of errors.

New in Resolver One 1.5 Build 4357 (May 29, 2009)

  • The Resolver One Console.
  • "Jump to line" dialog now offers a choice of code segment.
  • Drag and drop files into Resolver One to load them.
  • Import/export CSVs.
  • Force running in 32-bit mode on 64-bit versions of Microsoft Windows.
  • Give the correct link for the .NET Framework for 64-bit versions of Microsoft Windows.
  • Support number formatting for Python and .NET Decimal types.
  • Removed defunct auto-recalculate properties from the Web server.
  • Improved handling of high-contrast themes for Microsoft Windows.
  • Minor change to enable interoperation with the Digipede network.
  • Display the URL to use when the Web server starts up.
  • Fixed crash on startup caused by the presence of a Bloomberg library without a Bloomberg console installed.

New in Resolver One 1.5 Build 4357 (May 29, 2009)

  • The Resolver One Console.
  • "Jump to line" dialog now offers a choice of code segment.
  • Drag and drop files into Resolver One to load them.
  • Import/export CSVs.
  • Force running in 32-bit mode on 64-bit versions of Microsoft Windows.
  • Give the correct link for the .NET Framework for 64-bit versions of Microsoft Windows.
  • Support number formatting for Python and .NET Decimal types.
  • Removed defunct auto-recalculate properties from the Web server.
  • Improved handling of high-contrast themes for Microsoft Windows.
  • Minor change to enable interoperation with the Digipede network.
  • Display the URL to use when the Web server starts up.
  • Fixed crash on startup caused by the presence of a Bloomberg library without a Bloomberg console installed.

New in Resolver One 1.3.1 Build 3873 (Jan 15, 2009)

  • Fixed #1789 - If user code that created a dropdown was removed or did not run for some other reason, the dropdown's value would be lost.
  • Fixed: #1821 - got rid of the 'gridquake' when scrolling while selecting a range for a formula using the cursor keys.
  • Fixed: #1809 - export to Excel no longer adds a . to integers
  • Numerous documentation fixes

New in Resolver One 1.2 Build 3439 (Aug 16, 2008)

  • New RunWorkbook functionality to allow users to "call" one spreadsheet from another, optionally allowing them to override cell values as a means of passing in parameters.
  • Dropdown cells based on cellranges (or iterables) created in user code
  • Paste special: paste formulae / values / formatting / comments
  • Box at the bottom right corner of the selected range that you can drag down to fill a larger range with auto-incrementing values
  • Percentage formatting - numbers are multiplied by 100 and get a "%" at the end.
  • Percentages allowed in formulae or directly as cell values.
  • Persistent state saved from recalc to recalc
  • Header lookups now work with non-string headers
  • Ability to freeze first few rows/columns
  • Make slicing work on .Rows and .Cols iterators for Worksheets and CellRanges
  • Wait cursor when running click handlers for users' buttons
  • Ability to make visible changes to the grid during a button handler
  • Cell, row and col access bypassing headers
  • Custom Numeric Types right aligned in grid and used by SUM (recognised because they define __abs__)
  • Performance boost - upgrade to PLY 2.5
  • Case-insensitive NPV, EXP, LN, SIN, ASIN, COS, ACOS, TAN, ATAN, INT functions.
  • STDEV function
  • COUNT function
  • COUNTA function
  • ISERR function
  • The 'ABS' function doesn't appear in the API documentation for the 'Compatibility' module.
  • Resolver One Web Server should print out version and build number on startup
  • More graceful handling of invalid securities in ParallelBloombergRequests.
  • More graceful handling of empty lists of securities in ParallelBloombergRequests.
  • Button click handlers swallow exceptions
  • Formula not visible in cell, and not editable there, when editing a cell with an error cross
  • Inserting/deleting rows does not always update names
  • Crash when deleting rows
  • Missing viewstate makes files un-openable
  • Copying result-only cells doesn't copy quite the right values
  • Attempt to make button current cell fails softly
  • Out of memory in saving file (crasher)
  • Custom Numeric Types right aligned in grid and used by SUM
  • CopyRange won't copy across workbooks if sheet/range are the same