Posted August 21, 20204 yr Administrators Download : The distributive is available by request only. Release d ate: 22 August 2020 Changelog: * TfgDrawerLayout: - The component doesn't let reset ToggleControl property value in runtime. - The Enabled property is implemented and published in designer. * TfgDialogs: - For flexible customization and the ability to reuse the dialog, CreateDialog method has been added, which returns a TfgDialog instance. - Changed the algorithm for translating TMsgDlgButtons into dialog buttons for MessageDialog method. Now the buttons are filled on a leftover basis, taking into account prioritization. * Shapes: - For TfgArc and TfgArch, some properties set in the designer were not saved. * TfgCollectionView: - New methods for data changes notifications were added: NotifyItemsInserted, NotifyItemsRemoved, NotifyItemMoved. These methods helps to avoid full reloading data and shows with animation processed data changes. - Fixed small blink of items layout in the first rendering. https://forum.fgx-native.com/topic/468-tfgcollectionview-%D0%BA%D0%B0%D0%BA-%D1%83%D0%B1%D1%80%D0%B0%D1%82%D1%8C-%D0%BC%D0%B5%D1%80%D1%86%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BA%D0%BE%D0%BC%D0%BF%D0%BE%D0%BD%D0%B5%D0%BD%D1%82%D0%BE%D0%B2-%D0%B2%D0%BE-%D0%B2%D1%80%D0%B5%D0%BC%D1%8F-%D0%BE%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D1%8F-%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-%D0%BF%D1%80%D0%B8%D0%BB%D0%B0%D0%B3%D0%B0%D0%B5%D1%82%D1%81%D1%8F/ * TfgCamera: - Fixed a potential memory shortage error when using the camera on devices with limited RAM. * Android Api: - PendingIntent * Demo samples: - "Android Api" -> "Local notifications"