Jump to content

gats

Active subscription
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gats

  1. Hello @Yaroslav Brovin found several problems when opening the form: - modal form freezes if opened a second time - the form is still left when closing the form Modal Form freeze.mp4 show form.mp4
  2. Hello, problem after install and register. if i choose yes, error message back again. if no, IDE opened and i try to compile fgx project its succces.
  3. gats

    Chart

    Hello @Stas, yes i have try with html file load on tfgwebbrowser. procedure TFormMain.fgFormCreate(Sender: TObject); var HTML: TStringList; Asset: TfgAssetFile; begin HTML := TStringList.Create; try if TfgAssetsManager.Current.Find<TfgAssetFile>(R.Files.PIECHART, Asset) then begin HTML.LoadFromFile(Asset.FileName); end; fgWebBrowser1.LoadHTML(HTML.Text, 'http://mylocal'); finally FreeAndNil(HTML); end; end; https://www.w3schools.com/howto/tryit.asp?filename=tryhow_google_pie_chart
  4. gats

    Chart

    hello, I'm designing a chart in bar and line style and it's a bit complicated for me, I hope there will be more easy-to-use features in designing the chart. thanks
  5. what libraries do you use for chat features?
  6. gats

    fgcombobox hangs

    Hi, I have a problem with the fgcombobox component if the item is empty, then I try to tap on the combobox, it will crash the application hangs for a while. the following log that I got. the device i use asus rog. Thanks you
  7. gats

    Camera Issue.

    there are several tools that can be used, I usually use DeviceLens.
  8. I have used 10.4 and it works well, although there must be some adjustments if you previously used 10.3.
  9. gats

    QRCode Generate

    Thanks You @Alex Shi QRCode.zip
  10. gats

    QRCode Generate

    this imgQRCode component fgimage? and when QRCode showing?
  11. gats

    QRCode Generate

    Hello, I have tried this source code before, but failed to apply it to FGX. in this section I have not found the code on FGX. QRCodeBitmap.Canvas.Pixels[Column, Row] := clBlack; and how to repaint tfgpaintbox. Thanks you
  12. Hello Yaroslav, i have same problem with this. this log from device xiaomi Redmi Note 7 screencapture-camera.mp4 logcamerademo.rar
  13. gats

    QRCode Generate

    Hello, I need a component that can generate QRCode. logically it can be generated on the server, then the application downloads as an asset. but it will be easier if FGX can generate it. thanks you
  14. Hello, I try run Timer Demo with 10.4 with 32 and 64 bit that have error like this video. what thas is bug? timer-demo.mp4
  15. Hello Yaroslav, I have successfully applied the sugestion, but on my computer the location is a little different like this "$(FGX)\Libs\Common\Android\Debug\arm64-v8a". thank you for your solution.
  16. Hello Yaroslav, What is wrong, I tried to compile a project that I worked on with RAD Studio 10.3 using 10.4. but there is an error message like this. but if I make a new project from 10.4 when compiling the project there are no problems. \android-ndk-r21\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\aarch64-linux-android\bin\ld.exe: cannot find -lyoga what should I fix? Thanks you
  17. Hello, i have try with Samsung A30, Nokia 1TA-1047, Xiaomi Redmi Note 7 and Vivo V19. all that device same, There is no effect when changing the color of the system status. Thanks
×
×
  • Create New...