English
67 topics in this forum
-
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?
-
-
- 21 replies
- 1.7k views
- 1 follower
-
-
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?
-
-
- 2 replies
- 651 views
-
-
Is it possible to offer social login/registration via Facebook, Google, X (Twitter), and Instagram?
-
-
- 4 replies
- 641 views
- 1 follower
-
-
I need to set the title of the navigationbar to center / right, how to do that?
-
- 2 replies
- 428 views
- 1 follower
-
-
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;
-
-
- 19 replies
- 1.9k views
- 2 followers
-
-
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…
-
-
- 2 replies
- 906 views
- 1 follower
-
-
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…
-
-
- 7 replies
- 892 views
- 1 follower
-
-
Hi. 1. Does it come with FULL source code? 2. If yes, is it commented in English? Regards Abe
-
- 3 replies
- 878 views
- 1 follower
-
-
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.
-
-
- 2 replies
- 498 views
- 1 follower
-
-
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
-
-
- 3 replies
- 501 views
- 1 follower
-
-
Hi, which compiler directive is used to detect FGX Framework among FMX and VCL. thanks
-
- 3 replies
- 508 views
- 1 follower
-
-
Hi Is there any approach to implement BottomSheetDialogFragment using current FGX Native structures? If not, please make it. thanks
-
-
- 3 replies
- 494 views
- 1 follower
-
-
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
-
- 0 replies
- 289 views
-
-
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
-
-
- 2 replies
- 408 views
- 1 follower
-
-
-
Will there be Black Friday sales this year ?
-
- 1 reply
- 411 views
- 1 follower
-
-
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…
-
-
- 4 replies
- 1.8k views
-
-
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.
-
-
- 3 replies
- 827 views
- 1 follower
-
-
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?
-
-
- 1 reply
- 647 views
- 1 follower
-
-
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…
-
-
- 1 reply
- 944 views
-
-
Hello, Do apps created for Android use the latest Material Design look? Oh, also is TMS Aurealous supported? Thank you
-
-
- 2 replies
- 775 views
- 1 follower
-
-
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…
-
- 1 reply
- 723 views
- 1 follower
-
-
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.
-
-
- 5 replies
- 1.1k views
- 1 follower
-
-
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…
-
- 1 reply
- 705 views
- 1 follower
-
-
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.
-
-
- 1 reply
- 660 views
-
Recently Browsing 0
- No registered users viewing this page.