Erel B4X founder Staff member Licensed User Longtime User Oct 18, 2021 #1 I'm happy to release a new BETA version of B4i. Improvements: Support for Xcode 13. Long hex literal numbers: 0xff00ff00ff00 New methods: Bit.OrLong / AndLong / XorLong / ShiftLeftLong / ShiftRightLong / NotLong / UnsignedShiftRightLong / ParseLong List.SortType - stable sort. This means that equal items retain their order. It allows sorting by multiple fields. Fix issue with Unicode sorting and string comparison (https://www.b4x.com/android/forum/threads/b4x-trie-based-search-dialog.134220/#content) Fix the "incompatible types" warning with the relatively new Json type. Json.ToCompactString method. Compiler verifies that the certificate and the provision profile match during compilation. Several debugger fixes: crash on startup, missed assignments in some cases, single field objects were not always observable. Code editor jumps to a sub when adding an event with the designer, including when the sub already exists. SimpleMediaManager is included as an internal library. Updated internal libraries: iCore (7.80), iJSON (1.21), B4XPreferencesDialog (1.74), BCTextEngine (1.92), XUI Views (2.53), iNet (1.81), KeyValueStore (2.31), iBarcode (1.2) Bug fixes and other minor improvements. Developers who are eligible for a free upgrade will receive an email with upgrade instructions.
I'm happy to release a new BETA version of B4i. Improvements: Support for Xcode 13. Long hex literal numbers: 0xff00ff00ff00 New methods: Bit.OrLong / AndLong / XorLong / ShiftLeftLong / ShiftRightLong / NotLong / UnsignedShiftRightLong / ParseLong List.SortType - stable sort. This means that equal items retain their order. It allows sorting by multiple fields. Fix issue with Unicode sorting and string comparison (https://www.b4x.com/android/forum/threads/b4x-trie-based-search-dialog.134220/#content) Fix the "incompatible types" warning with the relatively new Json type. Json.ToCompactString method. Compiler verifies that the certificate and the provision profile match during compilation. Several debugger fixes: crash on startup, missed assignments in some cases, single field objects were not always observable. Code editor jumps to a sub when adding an event with the designer, including when the sub already exists. SimpleMediaManager is included as an internal library. Updated internal libraries: iCore (7.80), iJSON (1.21), B4XPreferencesDialog (1.74), BCTextEngine (1.92), XUI Views (2.53), iNet (1.81), KeyValueStore (2.31), iBarcode (1.2) Bug fixes and other minor improvements. Developers who are eligible for a free upgrade will receive an email with upgrade instructions.
virpalacios Active Member Licensed User Longtime User Oct 18, 2021 #2 Excellent Erel, a good news for week start Best Regards Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 19, 2021 #3 Star-Dust said: SD_TreeView is not embedded in xCustomView and neither are they similar. While xListView or xGridListView have a similar behavior. Take a small example to understand what you mean Click to expand... I think that you have posted in the wrong thread... Upvote 0
Star-Dust said: SD_TreeView is not embedded in xCustomView and neither are they similar. While xListView or xGridListView have a similar behavior. Take a small example to understand what you mean Click to expand... I think that you have posted in the wrong thread...
Star-Dust Expert Licensed User Longtime User Oct 19, 2021 #4 Erel said: I think that you have posted in the wrong thread... Click to expand... Sorry Upvote 0
Alexander Stolte Expert Licensed User Longtime User Oct 21, 2021 #6 Erel said: Code editor jumps to a sub when adding an event with the designer, including when the sub already exists. Click to expand... Very useful, accelerate the development! I have used many times now. Upvote 0
Erel said: Code editor jumps to a sub when adding an event with the designer, including when the sub already exists. Click to expand... Very useful, accelerate the development! I have used many times now.