2016r2.1
Released August 9th, 2016.
This release fixes important issues found in Xojo 2016r2.
Bug fixes (22 cases)
Case |
Area |
Description |
---|---|---|
Crashes & Assertions > Crash |
Fixed a bug in the reloading of a text project that had an external script located on a volume that is different than the one containing the project. |
|
Crashes & Assertions > IDE Unhandled Exception |
An exception that caused certain web projects to not function in r2 has been fixed. |
|
Crashes & Assertions > IDE Unhandled Exception |
IDE no longer crashes if an iOSScrollArea's height or width is zero pixels. |
|
Framework > All |
PerformAction is now triggered properly again, for those implementing the ActionNotificationReceiver interface |
|
Framework > All |
Fixed failed assertions in RuntimeThread.cpp relating to detached threads that would occur with certain database queries (particularly MySQL). |
|
Framework > All |
Fixed a regression that caused applications to hang when the last non-main thread exited and the main thread had recently been unblocked. |
|
Framework > All |
The Socket LocalAddress property again deals gracefully with a complete lack of connected network interfaces. |
|
Framework > All |
Thread.Resume now only resumes sleeping and suspended threads. Threads that are blocked waiting for locks will stay waiting. |
|
Framework > All |
Resuming a suspended thread when the main thread is the only actively running thread now works correctly. This was a regression in 2016r2. |
|
Framework > Web |
Fixed a regression which meant that setting a WebImageView to the same picture would push the image down to the browser again, even if it hadn't changed. |
|
Framework > Web |
WebImageViews defined by a URL and set in the IDE load properly again. |
|
Framework > Web |
Fix a bug which prevented Reverse Proxy headers from being parsed correctly in Standalone apps. |
|
Framework > Web |
Fixed a regression which caused pictures to not contain their name when dragged into a web project. |
|
Framework > iOS |
iOSPicturePicker no longer requires a Cancelled event handler to be present in order to cancel the picker. |
|
Framework > iOS |
iOSToolbuttons honor dynamic constants. Note that iOS simulators may not show this as there is a bug in setting their locale and language that is not under Xojo's control. |
|
Framework > iOS |
iOSTable contents are no longer inset. |
|
Framework > iOS |
Fixed iOSTables having section headers with a white background. |
|
Framework > iOS |
iOSTable now uses the the most derived methods when calling data sources. |
|
IDE > Icon Editor |
Importing a PNG into the app icon no longer causes an exception on Windows. |
|
IDE > Layout Editor |
iOS Tool buttons reload as positioned when the project was saved. |
|
IDE > Miscellaneous |
Window's destructor no longer raises an exception if called from a thread. |
|
IDE > Miscellaneous |
Floating Library palette now displays again. |