Jump to content

stacker_liew

Members
  • Content Count

    106
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by stacker_liew

  1. stacker_liew

    TFrameStand Question

    TFrameStand FMXUI
  2. stacker_liew

    TFrameStand Question

    But the animations doesn't working as expected.
  3. I don't want Delphi IDE from multi loading, can I do it?
  4. stacker_liew

    Vcl Unit Translate To FMX

    Does it easy? What is the diferrent of TBitmap between FMX and Vcl? File attached: Utetris.pas
  5. stacker_liew

    GExperts errors when exiting Delphi.

    I got this error while using IDE 11.1.5 every exiting the IDE.
  6. stacker_liew

    RADStudio 11.1 and GExperts

    How to make bug report on sf?
  7. stacker_liew

    RADStudio 11.1 and GExperts

    Access Violation while using GExperts with Delphi 11.1.5, you can try it.
  8. Code Here private { Private declarations } [FrameInfo] FInfo: TFrameInfo<TCodeRageXFrame>; public { Public declarations } [BeforeShow] procedure MyBeforeShow; end;
  9. stacker_liew

    Develop A MP3 Player

    How to use Firemonkey to develop a MP3 Player which is support Bitrate Mode: Variable, since most of the player from android doesn't support very well.
  10. stacker_liew

    Prevent Delphi IDE Multiple Instance

    Sometimes the IDE won't close probably event user had select exit or click the windows close button, still we have to use task manager to force close it.
  11. From Delphi 10.4, while using MessageDlg with mtConfirmation, the Icon change from Confirm to Info. Here are examples demo.
  12. stacker_liew

    Prevent Delphi IDE Multiple Instance

    I already installed GExpert, but I don't know whether there is an option for Delphi IDE to have TJvAppInstance functionality?
  13. stacker_liew

    MessageDlg, mtConfirmation Wrong After Delphi 10.4

    I haven't try with FMX, but I guess FMX is using different approach compare to VCL.
  14. stacker_liew

    Prevent Delphi IDE Multiple Instance

    My accidentally click twice.
  15. stacker_liew

    Prevent Delphi IDE Multiple Instance

    Same version
  16. stacker_liew

    MessageDlg, mtConfirmation Wrong After Delphi 10.4

    I see. Thanks.
  17. stacker_liew

    MessageDlg, mtConfirmation Wrong After Delphi 10.4

    procedure TFireDACDemoForm.FormCloseQuery(Sender: TObject; var CanClose: Boolean); begin case MessageDlg('Ready To Quit?', mtConfirmation, [mbYes, mbNo], 0) of mrYes: CanClose := True; mrNo: CanClose := False; end; end; That's my code.
  18. stacker_liew

    MessageDlg, mtConfirmation Wrong After Delphi 10.4

    But how come my Delphi 10.3.3 still can use in Windows 11?
  19. stacker_liew

    MessageDlg, mtConfirmation Wrong After Delphi 10.4

    I just tried, not working.
  20. stacker_liew

    MessageDlg, mtConfirmation Wrong After Delphi 10.4

    Let me try...Thanks
  21. stacker_liew

    MessageDlg, mtConfirmation Wrong After Delphi 10.4

    But I'm using Windows 11, with Delphi 10.3, it's correct, Delphi 10.4, Delphi 11, wrong icon.
  22. Anyone experience this or not? I'm using Delphi 11.1, it stuck occassionaly while opening project. Btw, I'm using Windows 11.
  23. stacker_liew

    Delphi 11.1 Stuck While Opening Project

    Just CnWizard, and GExpert. But no problem in 10.4.2 and 10.3.3.
  24. stacker_liew

    Delphi 11.1 Stuck While Opening Project

    No, just a simple project.
  25. I have used 64bit of OpenJDK 17.0.28 in Delphi 11.1, it can compile 64bit apk and aab without any problem, but when I tried with Delphi 10.3.3 and Delphi 10.4.2, it ends up with "could not create the Java Virtual Machine". I wonder whether is the version of jdk doesn't supported these two version of IDE? And what version of OpenJDK does these two IDE supported? I'm using Windows 11
×