Release Notes for Xojo 2022r1.1
Xojo 2022 Release 1.1, with 11 improvements was released on May 3rd, 2022.
Bug Fixes
11 bugs were fixed.
Case |
Category |
Description |
---|---|---|
Build |
Reduced non-Universal macOS app size by stripping unused architecture parts from the final build. |
|
Framework > All |
Using Dictionary.HasKey(), Lookup(), Value() and Remove() with an empty Text key value no longer crashes on Windows/Linux. |
|
Framework > Web |
Fixed an issue with WebLink that was not truncating long links. |
|
Framework > Web |
Fixed a visual issue while using on WebLabel and WebLink components. |
|
Framework > iOS » Mobile |
Graphics.DrawPicture no longer cuts off part of the image when specifying all parameters. |
|
IDE > Auto Complete |
Properly show deprecated Array methods in autocomplete in older projects. |
|
IDE > Layout Editor |
Dragging a Timer onto an iOS MobileScreen now correctly adds the Run event handler, instead of the incorrect Action event handler. |
|
Miscellaneous |
Now correctly loads the MSOfficeAutomation plugin (especially the Office module). |
|
Framework > All |
Now PDFGraphics.DrawLine honors again the starting and ending coordinates when drawing diagonal lines. |
|
Framework > All |
DatabaseRow: Double values now preserve the same 20 digit decimal place precision that RowSet Double values do. |
|
Documentation Window > Documentation |
Navigating with the Back/Forward buttons now behave correctly instead of intermittently. |