--- ibx/trunk/changelog 2017/03/27 15:21:02 60 +++ ibx/trunk/changelog 2017/10/03 14:08:11 67 @@ -9,6 +9,21 @@ IBX Change Log version 3. Changes consequential on moving fbintf character set utility functions from IFirebirdAPI to IAttachment. +4. Avoid "Object is nil" error when opening a database with DefaultSystemCodePage = true + +5. IBLookupComboEditBox: avoid race condition when autocompleting text that occasionally + results in autocomplete ignoring prefix text. + +6. IBLookupComboEditBox: Ensure that cursor is not reset to start of text when + entering a new name into the text box. + +7. IBCustomDataset: ensure that TIBStringField uses the field size reported by + Firebird rather than recomputing it. + +8. Property Editor positioning tidy up: All IBX Property editors should now be + screen centre. Previously some were "poDesigned" which may be inappropriate + for multi monitor desktops. + IBX Change Log version (2.0-2) Fri, 24 Feb 2017 12:17:53 +0000 1. TIBDatabase.CreateDatabase: extract full DB Name from SQL using reg ex in order to