stacker_liew
Members-
Content Count
106 -
Joined
-
Last visited
-
Days Won
1
Everything posted by stacker_liew
-
OpenJDK Version Support In Delphi 10.3.3 And Delphi 10.4.2
stacker_liew replied to stacker_liew's topic in Cross-platform
Finally I manage to resolve this problem by delete all entries from Tools->Options->Deployment->SDK Manager for both 32 bit and 64 bit platforms and added them in orderly. -
OpenJDK Version Support In Delphi 10.3.3 And Delphi 10.4.2
stacker_liew replied to stacker_liew's topic in Cross-platform
But now I manage to build 32bit apk in Delphi 10.4.2 but 64 bit with result [DCC Error] E2597 C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\21.0\\CatalogRepository\\AndroidNDK-21-21.0.40680.4203\\android-ndk-r21\\platforms\\android-23\\arch-arm\\usr\\lib\\crtbegin_so.o: error adding symbols: File in wrong format Delphi 10.3.3, OK now -
OpenJDK Version Support In Delphi 10.3.3 And Delphi 10.4.2
stacker_liew replied to stacker_liew's topic in Cross-platform
Now I'm using this one also, but the result still the same, Delphi 11.1 no problem, Delphi 10.4.2 and Delphi 10.3.3 both can't compile android apk. -
Like this Link I tried in Windows 10, using D10.4, it has no effect.
-
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
Done with setting the correct position and size on the form's OnResize event, thanks. -
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
Setting the acnchors after creating the components doesn't work. -
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
BTW, how to handle when the form is resized while the processing is doing? -
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
Thanks, it works now. -
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
Does this method support multiple TStatusPanel? I tried with a TStatusPanel in Panel[1], but the ProgressBar, still appear in Panel[0]. -
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
Thanks -
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
Thanks, how to use it? -
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
Any example of these? -
Does ProgressBar Inside StatusBar Still Working?
stacker_liew replied to stacker_liew's topic in VCL
I tried with Application.ProcessMessage still no effect for ProgressBar. -
How to create a layout like Dashboard in attached html in uniGUI? MiningProject.rar
-
Project With Same Source, Windows 7 Ok, Windows 10 Invalid Date Format
stacker_liew posted a topic in General Help
I have a project built in Windows 7 using same source, run under Windows 7 perfectly, but when run under Windows 10, invalid date format happen, any one have this problem before? utImportCSV.zip -
Problem while generating AAB with 10.3.3, while I tried to generate AAB with 10.3.3, it ends up with the following error, anyone have experience how to resolve it?
-
No I install RAD Studio via ISO.
-
Some one told me to just copy the bin to C:, and I have tried it, it works. Thanks
-
I created a qr code scan app using ZXing Delphi (https://github.com/Spelt/ZXing.Delphi) in 10.3.1, it's working fine, but after upgraded to 10.3.2, it's no longer scan qr code anymore, does any one face same problem with me?
-
As title, TCameraComponent always crash while in capturing mode for a certain time. Any one experienced this with 10.3.1?
-
TCameraComponent Crash Occasionally While In Capturing Mode
stacker_liew replied to stacker_liew's topic in FMX
Thanks. -
TCameraComponent Crash Occasionally While In Capturing Mode
stacker_liew replied to stacker_liew's topic in FMX
Can you show me the workaround, I can't access to the server for some reason. Thanks -
TCameraComponent Crash Occasionally While In Capturing Mode
stacker_liew replied to stacker_liew's topic in FMX
Any solution? -
Verify your path in Android/IOS platform, since it different from Windows.
-
Delphi Rio, Android 5.1 - problem with TEdit and TStringGrid on the same form
stacker_liew replied to marcin's topic in FMX
Even though in Android 6,0, there also have issue with 10.3.1 (because of the August 2018, Google Issue, Android 26 API), better upgrade to Android 7 ~ 9.