Jump to content

English

  1. 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;

  2. 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…

  3. 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…

  4. Started by Abe,

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

  5. 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.

  6. 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

  7. Started by mahmoudikia,

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

  8. Started by mahmoudikia,

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

  9. 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

  10. 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

  11. Started by yanchun,

    How to make project RTL?

  12. Started by Manoel Guedes,

    Will there be Black Friday sales this year ?

  13. 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.4k views
  14. 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.

  15. 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?

  16. 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
    • 417 views
  17. Started by Michael,

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

  18. 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…

  19. 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.

  20. 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…

  21. 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.

  22. Started by Angel,

    Hi, I am interested in buying the components, however, I would like to know if they are compatible with : https://www.jvesoft.com/wp/what-you-get/ Waiting to proceed with the purchase. Greetings, Angel Santomas

  23. Started by Robson Rodrigues,

    Is there any trial version for Delphi 11.3? When I download the trial it only appears up to version 11.2 and does not install in 11.3

  24. Started by Antonello,

    HI, Is there the possibility of having components to be able to record a video? Antonello

  25. Started by Delphi64,

    I'm just started to test the trial version, I'm interested in development for tablets. As Device Class I see only Universal or Android Phone (small-large). Is there a device class for tablets? Can one be created by the user, so that the dimensions are more or less standard?

Recently Browsing 0

  • No registered users viewing this page.