2017r2.1
Released September 12th, 2017.
This release fixes important issues found in Xojo 2017r2.
Bug fixes (16 cases)
Case |
Area |
Description |
---|---|---|
Database Plugins |
PostgreSQLDatabase no longer returns an error after Connect is called on an already connected database, unless of course that connection is lost. |
|
Framework » All |
Characters in single byte encodings or nil encodings with a value >= 128 now compare correctly. This was a regression in 2017r2. |
|
Framework » Linux |
Dragging a DragItem over a recipient that does not accept the drop no longer crashes. |
|
Framework » Linux |
Linux IDE no longer crashes when TextArea or ComboBox controls are on the layout editor. |
|
Framework » Linux |
Fixed placement of DisclosureTriangle, ImageWell, ProgressWheel, and SegmentedControl on a non-Transparent ContainerControl |
|
Framework » Linux |
FillColor no longer returns a completely Transparent color on some distros. |
|
Framework » Linux |
Custom Mouse cursors (i.e. mouse cursors that are dragged into the project) no longer causes application to crash. |
|
Framework » Windows |
Strings in various DOS encodings now compare case insensitively. This was a regression in 2017r2 on Windows. |
|
Framework » Windows |
The X, Y parameters in ListBox.DropObjectOnRow are no longer offset by the Window left/top. |
|
Framework » Windows |
Screen Left/AvailableLeft are now based off the main screen DPI. This allows proper placement when dealing with multiple monitors with different DPI scales. |
|
IDE » Code Editor |
Shift-return no longer incorrectly alters the line the cursor was on when you pressed shift-return. |
|
IDE » Inspector |
Inspector no longer ignores keys when running the Japanese IDE. |
|
IDE » Inspector |
Page panels properly move thing as you reorganize the panels. |
|
IDE » Inspector |
Changing a control's super class properly updates the Inspector. |
|
IDE » Miscellaneous |
Exception when opening run remote setup no longer occurs on Linux. |
|
IDE » Structure Editor |
Structure editor switch shows as expected. |