English version
120 topics in this forum
-
Download: RAD Studio 12.*-13.0 setup_1.19.6.0_release.eng.zip Release date: 03 June 2026 New ✨TfgWebBrowserTwo new events have been added: OnPermissonRequest and OnConsoleMessage. Added a new demo project: "Components" -> "TfgWebBrowser" -> "Request Permissions" PermissionsThe OnPermissonRequest event allows you to control web browser access to the camera, microphone, and private media data. The event is triggered at the moment when the downloaded content in the browser wants to gain private access to the camera, microphone, or other resources. A set of requested AResources resources is passed to the event input: TfgPermissionResource = (AudioCapture, VideoCapture…
-
- 0 replies
- 257 views
- 1 follower
-
-
Download: RAD Studio 12.*-13.0 setup_1.19.5.0_release.eng.zip RAD Studio 11.* setup_11x_1.19.5.0_release.eng.zip Release date: 13 February 2026 Improvements 🙌iOS 27 and 13.1Switching to using the UIScene lifecycle. Starting with iOS 27, it will not be possible to launch apps that do not support scenes. When launching the app on iOS 26, built on previous versions of FGX Native, the device will display a warning in the device log: This process does not adopt the UIScene lifecycle. This will become an assert in a future version.Important: The launch of an iOS application built on previous versions of FGXNative and 13.1 will fail. Details. Bug Fixes 🐛FGX-499 Font is ignored …
-
- 1 reply
- 1.3k views
- 1 follower
-
-
Download: RAD Studio 12.*-13.0 setup_1.19.4.0_release.eng.zip Release date: 13 February 2026 New ✨TfgSegmentThe new component TfgSegment was added. It allows to display circle/ellipse segment. FGX-481 Add new figure circle segment. Improvements 🙌SVGAdded support for setting the default color for the entire SVG document for fill and stroke brush. Now you can set the color using the fill and stroke attributes of the root element <svg>: <svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="#5D0E07" stroke="#112233">Incorrect push notificatio icon on ay settings. OtherThe sample was added for demonstrating automatical c…
-
- 0 replies
- 1.3k views
- 1 follower
-
-
Download: RAD Studio 12.*-13.0 setup_1.19.3.0_release.eng.zip RAD Studio 11.* setup_11.x_1.19.3.0_release.eng.zip Release date: 24 December 2025 New ✨TfgAudioRecorderAdded a new TfgAudioRecorder component for recording audio messages from a microphone. Added a new example: "Services" -> "Audio" -> "Sound Recording". TfgAudioPlayerAdded new component TfgAudioPlayer, which allows you to play audio. Added a new example: "Services" -> "Audio" -> "Playing sound". Improvements 🙌TfgAutoCompleteEditThe new property TfgAutoCompleteEdit.MinSearchTextLength was added. It allows to change required input chars count, what is necessary for showing popup with suggestions. …
-
- 0 replies
- 758 views
- 1 follower
-
-
Download: RAD Studio 12.*-13.0 setup_1.19.2.0_release.eng.zip RAD Studio 11.* setup_11.x_1.19.2.0_release.eng.zip Release date: 4 October 2025 New ✨PDF Viewer - TfgPDFViewerThe new component TfgPDFViewer was added. It allows to display PDF document in your applications. The component provides basic open, navigation and document scale operations. The new demo sample was added: "Components" -> "TfgPDFViewer"-> "PDF Viewer". Improvements 🙌SVGImproved processing of command parameters for geometric primitives rect, circ, ellipse and line. Now it is allowed not to specify these parameters according to the SVG standard. Style handling has been improved. Previously, the sty…
-
-
- 2 replies
- 3.3k views
- 1 follower
-
-
Download: RAD Studio 12.*-13.0 setup_1.19.1.0_release.eng.zip RAD Studio 11.* setup_11.x_1.19.1.0_release.eng.zip Release date: 18 September 2025 New ✨The supporting of RAD Studio 13.0 was added in this release. Improvements 🙌TfgCheckBoxNow TfgCheckBox can show simple HTML text like TfgLabel. The property IsLinksClickable was implemented for TfgLabel, TfgCheckBox and TfgRadioButton. FGX-467 Publish TextType property for TfgCheckBox. TfgRadioButtonNow TfgRadioButton can show simple HTML text like TfgLabel. FGX-467 Publish TextType property for TfgCheckBox. Bug Fixes 🐛TfgLabel recognized only tap on the last link (iOS). The project migrtation could finished with IndexOutOfB…
-
- 0 replies
- 1.1k views
- 1 follower
-
-
Download: setup_1.19.0.0_release.eng.zip Release date: 05 September 2025 Warning 🚨This release introduces changes that break the compatibility of projects in this version with older versions. The upgrade to 1.19.0.0 is irreversible. Therefore, before opening your old projects, it is NECESSARY to make a backup copy in case you need to temporarily revert to previous versions. All resource names used in the form components (xfm file) are automatically converted to a new format using ":" as the separator of the theme name. Automatically, new theme entities are generated in the "Project" -> "FGX Assets Manager" resources based on the availability of themes in your applicati…
-
-
- 6 replies
- 1.4k views
- 1 follower
-
-
Download: setup_1.18.14.1_release.eng.zip Release date: 13 August 2025 Bug Fixes 🐛The canvas was not drawn with a brush that has Color = Null specified and uses a color asset.
-
- 0 replies
- 1.2k views
- 1 follower
-
-
Download: setup_1.18.14.0_release.eng.zip Release date: 13 August 2025 New ✨TfgCanvasSave stateThe approach to managing the canvas state has been redesigned, namely the SaveState / RestoreState methods. Previously, when saving a state, you received a state object, which later had to be used for restoration in the RestoreState method. This approach turned out to be redundant, since the rendering commands are executed sequentially and the state is also managed sequentially (restoring to the previous state). Now, when a state is saved, it is automatically saved to the canvas internal state stack. Added a new paired method RestoreState(), which retrieves the last state from …
-
- 0 replies
- 1k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 31 May 2025 Improvements 🙌 The new header file Android.Api.OS was added for usage android.os.PowerManager. Bug Fixes 🐛 For some dialog components (e.g. pickers, "Share" dialog) on iPad option IsCancellable worked according to the opposite logic (iOS). FGX-416 In the FGX Options, in the General section, changes are not saved. FGX-438 BluetoothLE - "OnCharacteristicRead" event not passing (Android). FGX-439 MoveCameraToVisibleRegion doesn't work from OnMapReady event (Android). FGX-444 Difference to iOS Version with Backgroundcolorname (Android). FGX-445 Biometric Authentication example hangs (Android).…
-
- 0 replies
- 4.2k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 10 April 2025 Warning 🚨 If you are using local notifications in Android via TNotificationCenter or directly via Android API, you should manually enable POST_NOTIFICATION permission in project settings: Project -> Options... -> Application -> Uses Permissions -> Dangerous (runtime user approval) -> Post notifications. If you are using Firebase Push Notification, you can skip adding permission, because we add this permission automatically in this case. Bug Fixes 🐛 FGX-417 POST_NOTIFICATIONS Permission is added to application manifest always, even if it's disabled in project settings (Andro…
-
- 0 replies
- 4.5k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 18 March 2025 Warning 🚨 The Delphi 12.3 (Update 3) breaks backward compatibility for design-time packages, so FGX Native design time packages cannot be loaded. This release adds separate version of built design time packages for 12.3. if you are using 12.3, you should choose designer version for 12.3 in FGX Native installer. Improvements 🙌 TfgPermissionService The new method TfgPermissionService.IsSupported was added. It allows determinate availability of permission service on current platform. Bug Fixes 🐛 The demo sample was fixed "Services" -> "Push-notifications". It could crash on startup on o…
-
- 0 replies
- 3.4k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 14 March 2025 New ✨ TfgCollectionView New events have been added to track the entire dragging process of the item. Exactly: OnDragBegin(Sender: TObject; const AInitialIndex: Integer) - the user has started the process of dragging an item with the index AInitialIndex. OnDragEnd(Sender: TObject; const AInitialIndex: Integer) - the user has finished dragging the item with the initial index AInitialindex. It is called when the finger is lifted from the screen. OnDropItem(Sender: TObject; const AFromIndex, AToIndex: Integer) - the user dropped the dragging of the…
-
- 0 replies
- 2.2k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 12 March 2025 Warning 🚨 The unused unit FGX.Calendar.Types was removed in this release. If you are using it, please, remove it from uses section. New ✨ TfgAppMetricaAnalytics The new component TfgAppMetricaAnalytics for collect application statistics was added. It uses Yandex AppMetrica service. Description. Improvements 🙌 TfgSwitch The new settings TfgSwitch.Appearance were added for adjust TfgSwitch appearance. Now you can change tint color of different switch parts. The same appearance of TfgSwitch in Active (IsCheked=True) and non …
-
- 0 replies
- 2.1k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 28 December 2024 Bug Fixes 🐛 The application with TfgNavigationBar could crashed on startup (Android).
-
- 2 replies
- 2.8k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 27 December 2024 Warning 🚨 To build Android apps on this version, you have to use the Android SDK 35+ versions. Improvements 🙌 Biometric Authentication Added new service for biometric authentication (fingerprint, face, iris). A non-visual component can be used for authentication TfgBiometricAuthentication. It is also possible to use the service directly: TfgBiometricAuthenticationFactory.CreateBiometricAuthentication .SetFallbackAsPasscode; .SetSubtitle('Subtitle') .SetDescription('Description') .Execute(BiometricAuthenticationResul, 'Title'); Ne…
-
- 0 replies
- 1.4k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 25 November 2024 Warning 🚨 If you are using TfgBarcodeScanner component on iOS, you have to add the new framework Vision to iOS SDK profile in IDE. Go to: Tools -> Options -> Deployment -> SDK Manager -> iOS Device SDK. Add new record: "Path on remote machine": $(SDKROOT)/System/Library/Frameworks "Framework name": Vision "Path type": `Framework Click "Update Local File Cache" button and rebuild project. The same steps should be repeated for iOS Simulator ARM profile too. Improvements 🙌 TfgBarcodeScanner The detection of barcodes from TfgBitmap was implemented in iOS. The new demo sample w…
-
- 0 replies
- 2.9k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 10 October 2024 Improvements 🙌 TfgWebBowser The new property was added TfgWebBrowser.Settings.CustomUserAgent, which allows to send custom user agent name in web-browser requests. Details. Bug Fixes 🐛 FGX-400 ScreatchOverlay example. FGX-386 Couldn't input number in Color Asset picker chanels fields. FGX-394 Difficulties with launching on iOS Simulator. FGX-395 Icons are not applied (iOS). FGX-397 Incorrect work if CollectionView.Padding (iOS). FGX-399 Longpress с CustomTouchProcessing lead to application crash on Android 14 (Android). The events TfgApplicationEvents.OnRestoreApplicationState and TfgA…
-
- 0 replies
- 3.3k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 22 August 2024 New ✨ Full localization of XML documentation in code in English. Improvements 🙌 TfgInAppPurchase The supporting of "Google Play Billing Library" was upgraded from 5.0.0 to 7.0.0, based on new requirements from GooglePlay. FGX-392 It is necessary to provide support for the Google Play Billing library version at least 6.0.1 (Android). TfgButton The supporting of icon location was improved. The set of values for the Appearance.Icon.Location property has been expanded. Now there are two additional values: TextLeft, TextRight, which allow you to place the icon before and after the text, but …
-
- 0 replies
- 3.1k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 9 August 2024 Warning 🚨 In this release, a bug was fixed in which the inner padding of the button Button.ContentPadding was ignored when the icon was positioned centrally. Due to the correction, the area allocated for displaying the icon could be reduced in this case. If you do not want to use this internal padding by default: you need to reset the values in the ContentPadding. Improvements 🙌 TfgLog Now you can specify Tag when you print message in device system log. Sample: TfgLog.Info('Payments', 'The payment was successful'); TfgLog.Info('Payments', 'The payment was successful: id=%s', [PaymentId])…
-
- 0 replies
- 2.2k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 5 June 2024 Warning 🚨 The style template file for Android application was updated. When you open old project, IDe will automatically update this file "styles.xml". It's important for correct work of TfgVerticalScrollBox component. Improvements 🙌 TfgNavigationBar The supporting embedded controls were added TfgNavigationBarButton.ActionControl Добавлена поддержка встраиваемых в кнопки компонентов . Bug Fixes 🐛 FGX-253 Incorrect calculation TfgLabel text height with TextType=HTML (Android / iOS). FGX-264 FilteringColViewDemo throws Exception under iOS / iOS Simulator (iOS). FGX-345 Example "Filtering item…
-
- 0 replies
- 2.3k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 9 April 2024 New ✨ TfgScratchOverlay The new component TfgScratchOverlay was added. It allows to implement interactive content cleaning to realize the effect of erasing the protective layer in lottery tickets. By default, the component is completely filled in with the current brush of the Fill component. When a component is touched, it becomes transparent at the touch points, showing the contents of the components placed behind it. Useful properties and methods of the component: Fill - the initial filling of the component. BrushSize - specifies the size of the cleaning area when touched. Clear - resets…
-
-
- 2 replies
- 2.3k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 12 April 2024 Bug Fixes 🐛 FGX-337 AV using CollectionView on second form (iOS).
-
- 0 replies
- 1.8k views
- 1 follower
-
-
Download: The distributive is available by request only. Release date: 11 April 2024 Improvements 🙌 For better portability of projects, now all specified file paths in the settings dialog will be presented in relative form. Bug Fixes 🐛 Fixed control of the "Screen Behavior" parameter for the animated splash screen (Android). If the svg -> xml (vector drawable) conversion fails, the project build could freeze (Android). Fixed demo project "Animated splash screen". Fixed building of aab bundles (Android).
-
- 0 replies
- 1.7k views
-
-
Download: The distributive is available by request only. Release date: 10 April 2024 Bug Fixes 🐛 The build of application on Delphi 11 was fixed. The problem of building Yandex Mobile Ads and Security File Sharing togther was fixed (Android). TfgTimer.Enabled was reset on True.
-
- 0 replies
- 1.7k views
- 1 follower
-
Recently Browsing 0
- No registered users viewing this page.