Posted October 8, 20213 yr Administrators Download: The distributive is available by request only. Release date: 8 October 2021 Attention 🚨 We re considered naming rules of FGX Native packages. Therefore, if you create your extension packages based on FGX Native, you need to rename the dependencies to packages: FGXNative.Core <- fgx FGXNative.Core.iOS <- fgx_ios FGXNative.Core.Android <- fgx_android FGXNative.Design <- fgx_design FGXNative.Registration <-fgx_reg FGXNative.Extension.Translator <- FGXTranslatorD FGXNative.Externals <- fgx_externals If you see fgx_reg.XXX.bpl or fgx_design.XXX.bpl packages cannot be found after installation 1.12.0.0, please, press No on both messages. We renamed these packages. New ✨ TfgBarcode The new component TfgBarcode was developed. It allows to render barcode in differecet formats. It's based on Open Source project Zint. Details. Improvements 🙌 TfgScrollBox Now TfgScrollBox, TfgHorizontalScrollBox and TfgVerticalScrollBox components automatically scroll content to focused text-input control, if text-input control is not visible in scroll box viewport. FGX-141 ScrollTo event under (iOS). Other The new methods were added for convenient settings TfgControl.RelativePosition values. RelativePosition.SetLeftDefined(8) .SetTopDefined(10) .SetRightDefined(4) .SetBottomDefined(6); Bug Fixes 🐛 When form changed theme, TfgButton didn't change icon color. When form changed theme, TfgPageControl didn't change tabs title color (Android). Getting constant of short type in Android API led to crash (Android). FGX-134 Trying to open dialog from popup doesn't work (iOS).