Resources

2019r3.1 Release Notes

From Xojo Documentation

(Jan 23, 2020)

This release has important improvements to Xojo 2019r3.

Download Xojo today.

Release Notes

Bug Fixes

57978Database Plugins » ODBCODBCDatabase.SelectSQL no longer leaks SQL handles which caused issues once we've reached the driver limit on these.
58739Database Plugins » SQLiteDatabaseRow no longer leaks objects/memory.
58540Framework » AllColor.CMY alpha parameter should be an Integer and default to 0 to match deprecated CMY global method.
58649Framework » AllTextArea.SelectionAlignment now accepts TextAlignments enum values.
58672Framework » AllString.IndexOf now properly matches its signature in certain cases (usually when you leave off the startPosition, but include ComparisonOptions or Locale.
58698Framework » AllAdded new Crypto.PBKDF2 function that takes Crypto.HashAlgorithms instead of the deprecated Crypto.Algorithm.
58702Framework » AllIf an empty name is supplied to the TimeZone constructor, create an instance for the current timezone.
58781Framework » AllString.LastField method is now working.
58796Framework » AllDatabaseRow no longer leaks memory, and now has a Column method that takes a Variant assignment. This is the optimized version that can be used in place of the other Column method which returns a DatabaseColumn object.
58824Framework » AllSerialConnection.Connect no longer raises an Error event, it should only be raising an Exception.
58844Framework » AllDateTime no longer reports a Nil TimeZone (depending on how it was created, for example with App.ExecutableFile.ModificationDateTime).
58757Framework » WindowsMultiple WebKit based HTMLViewers on a window (or more obvious on multiple windows) no longer continuously switch focus.
58593Framework » iOSFixed a regression which caused text in iOSTextAreas to overflow its bounds when the border was set to None or Rectangular.
58635Framework » iOSiOSView headers no longer show the previous view underneath during the pushTo animation.
58740Framework » iOSAdd Operator_Compare to ColorGroup so that the current state can be compared against a Color value.
58832Framework » macOSSetting FolderItem.Visible no longer inverts the visibility.
56463IDE » MiscellaneousProject items deleted from a project are now properly marked as changed when restored with an undo command so that they get saved.
57819Plugin SDKAccessing the new API2.0 String extension methods, as well as the Integer/Double/etc. To/From string conversion functions from within a plugin now works.
18 Bug Fixes

Docs and Examples

58823Language Reference » DocumentationCorrected the name parameter to a String on the DatabaseRow.Column doc page.
1 Docs and Examples