Jump to content

barshad

Members
  • Joined

  • Last visited

  1. barshad replied to barshad's topic in English
    Can I have some sample code to implement OnFocus event? Regards,
  2. barshad replied to barshad's topic in English
    So nothing offline is available?
  3. barshad replied to barshad's topic in English
    When I try to open documentation https://docs.fgx-native.com/index.php/FGX.Controls.TfgControl it takes to some parked domain page
  4. barshad replied to barshad's topic in English
    Also can you please publish the Interface sections of your library? that would be great help
  5. barshad replied to barshad's topic in English
    Thank you, button are already focusable I want to know how to get the focus event.
  6. barshad replied to barshad's topic in English
    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.
  7. barshad replied to barshad's topic in English
    yes but I am running it on Tablet emulator
  8. barshad replied to barshad's topic in English
    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
  9. barshad replied to barshad's topic in English
    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
  10. barshad started following Documentaions
  11. barshad posted a topic in English
    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;
  12. Downloaded new trial, installs fine but when I start Delphi I am getting error
  13. 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
  14. 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