Jump to content
View in the app

A better way to browse. Learn more.

FGX Native

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

English

  1. Currently I am evaluating FGX Native and I have installed Rad Studio 12.3 and the Trial version of FGX, The project compiled successfully, but when I try to run I got: [Exec Error] FGX.Delphi.Android.Targets(118): The command "gradlew app:build" exited with code 1. FMX project run without problems. Any help?

  2. When Delphi starts, I see this message: A colleague informs me that he is also using a VM under Parallels and has no such issue. Any ideas on how to fix it?

  3. Started by yanchun,

    Is it possible to offer social login/registration via Facebook, Google, X (Twitter), and Instagram?

  4. Started by yanchun,

    I need to set the title of the navigationbar to center / right, how to do that?

  5. Started by barshad,

    Hi, I'm testing a CollectionView to display a large number of data rows (literally 100,000) with images. The images will be loaded from the web. How can I achieve this using FGX? I apologize for asking, but there’s no documentation available. Thank you function TFormMain.cvGetItemCount(Sender: TObject): Integer; begin result := 10; end; procedure TFormMain.cvGetItemId(Sender: TObject; const AIndex: Integer; var AId: Int64); begin lHeader.Text := 'Header '+AIndex.ToString+','+AId.ToString; im.ImageName := 'https://picsum.photos/id/'+AId.ToString+'/200/300'; end;

  6. unit NumberEdit; interface uses System.SysUtils, System.Classes,System.Character, FGX.Edit,FGX.Text, FGX.Types,FGX.Consts; type [ComponentPlatformsAttribute(fgMobilePlatforms)] TfgEditNumber = class(TfgEdit) private FDecimalSeparator: Char; FThousandSeparator: Char; FCurrencySymbol: string; FAllowDecimal: Boolean; procedure FormatNumber; procedure DoTextChanged(Sender: TObject); function CleanNumber(const S: string): string; public constructor Create(AOwner: TComponent); override; property ThousandSeparator: Char read FThousandSeparator write FThousandSeparator; property DecimalSeparator: Char read FDecimalSeparator wr…

  7. Started by barshad,

    Hi, I am using the trial version of FGX Native app but when I try to build something (even an empty project) I am getting the following error [Exec Error] FGX.Delphi.Android.Targets(117): The command "gradlew app:build" exited with code 1. if I run gradlew.bat I get the following C:\Users\testUser\Documents\Embarcadero\Studio\Projects\Project3\.android-build>gradlew FAILURE: Build failed with an exception. * What went wrong: Could not open cp_settings generic class cache for settings file 'C:\Users\testUser\Documents\Embarcadero\Studio\Projects\Project3\.android-build\settings.gradle' (C:\Users\testUser\.gradle\caches\8.2\scripts\6eei…

  8. Started by Abe,

    Hi. 1. Does it come with FULL source code? 2. If yes, is it commented in English? Regards Abe

  9. Hi, I need to get camera frame buffer to implement my own barcode scanner that don't rely on Google Play Services an Vision libs. Is there any way to get camera frame buffer in FGX Framework like FMX? thanks.

  10. Hi I build apk of BarcodeScanner FGX Native Sample Application, everything is ok in Xiaomi Mi5 with android 8.0 but in Redmi Note 13 Pro 5G with android 14 scannig barcode fails and in FGX Native Log Viewer i see this errors in android 14. DynamiteModule, "Local module descriptor class for com.google.mlkit.dynamite.barcode not found." System.err, "java.util.concurrent.ExecutionException: com.google.mlkit.common.MlKitException: Waiting for the barcode module to be downloaded. Please wait." please help. thanks

  11. Started by mahmoudikia,

    Hi, which compiler directive is used to detect FGX Framework among FMX and VCL. thanks

  12. Hi Is there any approach to implement BottomSheetDialogFragment using current FGX Native structures? If not, please make it. thanks

  13. Hello I have 2 phone, Xiaomi Mi5 with Android 8.0 and Redmi Note 13 Pro 5G with Android 14.0. BarcodeScanner Sample Application from FGX Native Sample folder works perfectly on Mi5 with android 8.0 but on another phone with android 14.0 not work and only shows camera with no bacode detection. can some body help me? what is the difference between android 8.0 and 14.0? thanks

  14. Started by mahmoudikia,

    Hi, I installed FGX Trial version 1.18.5.0 when compile units that has TfgBarcode, compiler stops with this error unit FGX.Barcode not found how i can fix this error? thanks

  15. Started by yanchun,

    How to make project RTL?

  16. Started by Manoel Guedes,

    Will there be Black Friday sales this year ?

  17. Dear FGX Native Team, I am writing to express my admiration for the FGX Native tool. Your platform's commitment to simplifying mobile app development is genuinely impressive, offering a unique UI-designer, a diverse range of components, and an intuitive API. I particularly appreciate your emphasis on thorough documentation and staying current in the ever-evolving IT landscape. Your work empowers developers of all levels to create cutting-edge mobile applications. As English is a global language understood by many, I believe offering comprehensive English tutorials for FGX Native, from basics to advanced levels, would greatly benefit a wider audience. Such t…

      • Like
      • Agree
    • 4 replies
    • 1.7k views
  18. Started by Quicksoft,

    Hello, i dont know why you dont let us download new trial releases ?! as i see, your philosophy is to grab money by forcing developers to subscribe, let him try and they have the choice to buy or not your products.

  19. Does FGX Native Support Integrations with Various Mobile Device Features such as GPS Receiver, Bluetooth, NFC, Mobile Camera Usage, Phone Calling, SMS Sending, and Other Capabilities?

  20. As a seasoned Delphi programmer, primarily working in the Windows environment, I was initially thrilled with the advent of the Firemonkey library. It promised the exciting possibility of developing mobile applications, which was a significant leap for me. However, my enthusiasm quickly dwindled due to the numerous issues I encountered. The library’s lack of compatibility with various Android systems was a major setback, and the frequent problems with applications built using it, such as app freezing, were disheartening. I've often received advice that Delphi might be a poor choice for current development needs and that shifting to Flutter would be a better option. Th…

      • Like
    • 1 reply
    • 775 views
  21. Started by Michael,

    Hello, Do apps created for Android use the latest Material Design look? Oh, also is TMS Aurealous supported? Thank you

  22. Dear FGX Native Team, I hope this message finds you well. Firstly, I wanted to express my genuine appreciation for the excellent components you offer. The quality and enhanced functionality they bring to our applications are truly commendable. I have a couple of inquiries that I'm hoping you could assist with: 1. Do your FGX Native components support Arabic text input and right-to-left alignment? If so, could you please provide an example showcasing this particular feature? 2. Are there any open-source applications built using FGX Native components that I could modify and utilize upon purchasing the package? If yes, could you kindly share some informat…

  23. Started by Quicksoft,

    Hello, i downloaded the last trial english FGX version, when i put any FGX component in the form, Delphi freez and cant responde! i have the Alexandria 11.2 version.

  24. Hello, I am currently working for an IT firm which has a subscription to FGX Native. I, however don't have a personal subscription so I couldn't write in the other forums. I hope someone can help me either way. About my problem: I am using a TfgPageControl and dynamically add buttons on one of the pages. Swiping between the pages is not possible unless I touch the spaces inbetween the buttons. It is almost like the buttons are eating up the gesture, so long as their HitTest property is set to 1. Is there a way to make the swipe gestures work in TfgPageControl through the buttons? In the sample projects I found a solution to this was building custom…

  25. Hello Yaroslav, Is there any sample to implement a graphic component that works with FGX Native?, it will use Skya as rendering library. Is it possible? Thanks.

Recently Browsing 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.