-
Documentaions
Can I have some sample code to implement OnFocus event? Regards,
-
Documentaions
So nothing offline is available?
-
Documentaions
When I try to open documentation https://docs.fgx-native.com/index.php/FGX.Controls.TfgControl it takes to some parked domain page
-
Documentaions
Also can you please publish the Interface sections of your library? that would be great help
-
Documentaions
Thank you, button are already focusable I want to know how to get the focus event.
-
Documentaions
Forget that it's a TV app — it's not specifically a TV app. I just want to run it on Android TV or other non-Android TV boxes. It's a normal app. Even in Java (Android Studio), I use code to check whether an item is focused or has lost focus. Do you have any sample Android API code for that? Even a simple app with two Card Panels or Buttons would work. I only need to detect the focus event (not click) when the user uses the keyboard or arrow keys to move focus between components.
-
Documentaions
yes but I am running it on Tablet emulator
-
Documentaions
I want to do this, this project is in Android Studio, I want to do this with FGX components Thank you Qemu 2025.04.01 - 15.27.16.06.mp4
-
Documentaions
Thank you Yaroslav, I have one more question please, where are OnGetFocused like event? I want to highlight, scale up and shadow to the focused item in CollectionView Thank you
-
barshad started following Documentaions
-
Documentaions
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;
-
Error building the simple project
-
Error building the simple project
I just realised that I even cannot go to Form Designer, getting error, is there new version of trial available? I am using Delphi 12.3 Thank you
-
Error building the simple project
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\6eei8l2qpsfk2tczyiktvr37l). > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 67 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 529ms
barshad
Members
-
Joined
-
Last visited