Resources

2017r2.1 Release Notes

From Xojo Documentation

(September 12, 2017)

This release fixes important issues found in Xojo 2017r2.

Download Xojo today.

Release Notes

Bug Fixes

49060Database PluginsPostgreSQLDatabase no longer returns an error after Connect is called on an already connected database, unless of course that connection is lost.
49172Framework » AllCharacters in single byte encodings or nil encodings with a value >= 128 now compare correctly. This was a regression in 2017r2.
49196Framework » LinuxDragging a DragItem over a recipient that does not accept the drop no longer crashes.
49215Framework » LinuxLinux IDE no longer crashes when TextArea or ComboBox controls are on the layout editor.
49414Framework » LinuxFixed placement of DisclosureTriangle, ImageWell, ProgressWheel, and SegmentedControl on a non-Transparent ContainerControl
49442Framework » LinuxFillColor no longer returns a completely Transparent color on some distros.
49478Framework » LinuxCustom Mouse cursors (i.e. mouse cursors that are dragged into the project) no longer causes application to crash.
49153Framework » WindowsStrings in various DOS encodings now compare case insensitively. This was a regression in 2017r2 on Windows.
49190Framework » WindowsThe X, Y parameters in ListBox.DropObjectOnRow are no longer offset by the Window left/top.
49298Framework » WindowsScreen Left/AvailableLeft are now based off the main screen DPI. This allows proper placement when dealing with multiple monitors with different DPI scales.
49379IDE » Code EditorShift-return no longer incorrectly alters the line the cursor was on when you pressed shift-return.
49200IDE » InspectorInspector no longer ignores keys when running the Japanese IDE.
49255IDE » InspectorPage panels properly move thing as you reorganize the panels.
49297IDE » InspectorChanging a control’s super class properly updates the Inspector.
49080IDE » MiscellaneousException when opening run remote setup no longer occurs on Linux.
49253IDE » Structure EditorStructure editor switch shows as expected.
16 Bug Fixes