stacker_liew
Members-
Content Count
106 -
Joined
-
Last visited
-
Days Won
1
Everything posted by stacker_liew
-
Why when none frame is shown, I tried to click back key or (press the escape) I'll get av but not with the Windows's close button?
-
TFrameStand FMXUI
-
But the animations doesn't working as expected.
-
I don't want Delphi IDE from multi loading, can I do it?
-
Does it easy? What is the diferrent of TBitmap between FMX and Vcl? File attached: Utetris.pas
-
I got this error while using IDE 11.1.5 every exiting the IDE.
-
How to make bug report on sf?
-
Access Violation while using GExperts with Delphi 11.1.5, you can try it.
-
What is the meaning of the square bracket in here?
stacker_liew posted a topic in RTL and Delphi Object Pascal
Code Here private { Private declarations } [FrameInfo] FInfo: TFrameInfo<TCodeRageXFrame>; public { Public declarations } [BeforeShow] procedure MyBeforeShow; end; -
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.
-
Prevent Delphi IDE Multiple Instance
stacker_liew replied to stacker_liew's topic in Delphi IDE and APIs
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. -
Prevent Delphi IDE Multiple Instance
stacker_liew replied to stacker_liew's topic in Delphi IDE and APIs
I already installed GExpert, but I don't know whether there is an option for Delphi IDE to have TJvAppInstance functionality? -
MessageDlg, mtConfirmation Wrong After Delphi 10.4
stacker_liew replied to stacker_liew's topic in VCL
I haven't try with FMX, but I guess FMX is using different approach compare to VCL. -
Prevent Delphi IDE Multiple Instance
stacker_liew replied to stacker_liew's topic in Delphi IDE and APIs
My accidentally click twice. -
Prevent Delphi IDE Multiple Instance
stacker_liew replied to stacker_liew's topic in Delphi IDE and APIs
Same version -
MessageDlg, mtConfirmation Wrong After Delphi 10.4
stacker_liew replied to stacker_liew's topic in VCL
I see. Thanks. -
MessageDlg, mtConfirmation Wrong After Delphi 10.4
stacker_liew replied to stacker_liew's topic in VCL
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. -
MessageDlg, mtConfirmation Wrong After Delphi 10.4
stacker_liew replied to stacker_liew's topic in VCL
But how come my Delphi 10.3.3 still can use in Windows 11? -
MessageDlg, mtConfirmation Wrong After Delphi 10.4
stacker_liew replied to stacker_liew's topic in VCL
I just tried, not working. -
MessageDlg, mtConfirmation Wrong After Delphi 10.4
stacker_liew replied to stacker_liew's topic in VCL
Let me try...Thanks -
MessageDlg, mtConfirmation Wrong After Delphi 10.4
stacker_liew replied to stacker_liew's topic in VCL
But I'm using Windows 11, with Delphi 10.3, it's correct, Delphi 10.4, Delphi 11, wrong icon. -
Anyone experience this or not? I'm using Delphi 11.1, it stuck occassionaly while opening project. Btw, I'm using Windows 11.
-
Delphi 11.1 Stuck While Opening Project
stacker_liew replied to stacker_liew's topic in Delphi IDE and APIs
Just CnWizard, and GExpert. But no problem in 10.4.2 and 10.3.3. -
Delphi 11.1 Stuck While Opening Project
stacker_liew replied to stacker_liew's topic in Delphi IDE and APIs
No, just a simple project. -
OpenJDK Version Support In Delphi 10.3.3 And Delphi 10.4.2
stacker_liew posted a topic in Cross-platform
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