-
Content Count
126 -
Joined
-
Last visited
-
Days Won
2
Patrick PREMARTIN last won the day on May 12
Patrick PREMARTIN had the most liked content!
Community Reputation
43 ExcellentAbout Patrick PREMARTIN
- Birthday January 12
Technical Information
-
Delphi-Version
Delphi 11 Alexandria
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Mobile Permssions component (adrianos santos version)
Patrick PREMARTIN replied to cupboy's topic in Cross-platform
Hi Please open a request on the project if it's a bug and of course give the solution if you have it. -
Can you extract the not working part in a sample program and reproduce the problem ? If yes, share it here, we could check on our devices.
-
Behind the Build: RAD Studio and C++Builder 12.0 - Webinar Replay
Patrick PREMARTIN replied to stukelly1's topic in General Help
it's a beta preview and a sort of roadmap. they are obliged to add this information for legal reasons. -
Android Create SQLLite Database at Runtime.
Patrick PREMARTIN replied to Robert Gilland's topic in Databases
Hi @Robert Gilland Can you give us the code you used previously ? It's very strange you need to create a file before using it as a SQLite database. I've never needed to do that. Perhaps you need some permission about external storage or use a not authorized folder ? -
Hi You have the changes here https://developer.android.com/about/versions/13/behavior-changes-13 What did you used on previous releases ?
-
Backup MacBook Delphi app and certificates
Patrick PREMARTIN replied to grantful's topic in Cross-platform
in Xcode preferences you can export your developer account to use it on more than one computer without generating other certificates and having looping nightmares -
Call for Delphi 12 Support in OpenSource projects.
Patrick PREMARTIN replied to Tommi Prami's topic in Delphi Third-Party
In my opinion (as I understand the NDA), if you condition parts of the code with the next version's compiler, it's to use a possible feature of that version. In that case, it's a violation of the NDA, which doesn't allow us to talk publicly about potential developments in that version. -
This use of the Community Edition is in an infringement of its license. You have a license as a professional, you should use it on your computers.
-
Is there a downloadable custom view for Galaxy S10+ phone?
Patrick PREMARTIN replied to JohnLM's topic in Delphi IDE and APIs
why don't you simply use Paint or an other image editor to create a bitmap with the good dimensions ? -
Call for Delphi 12 Support in OpenSource projects.
Patrick PREMARTIN replied to Tommi Prami's topic in Delphi Third-Party
Even if the beta is "public", it's still under a NDA between Ambarcadero and the beta tester. Any threads or changed in public repositories about Yukon features violate the NDA. -
I globally agree but ARM is a real future of computers processors. Windows ARM is already used by a lot of us, in VM, yes, but for daily use.
-
Is there a downloadable custom view for Galaxy S10+ phone?
Patrick PREMARTIN replied to JohnLM's topic in Delphi IDE and APIs
If you don't have a frame for your device, just put a PNG of the good dimension (at least the size of the screen of the device in pixels). -
I have created MBP (My Blood Pressure)
Patrick PREMARTIN replied to OutOfTime's topic in I made this
Hi Thanks for sharing this program and giving its source code as a link on your website. Perhaps you could open it on a code repository like GitHub to gain a little more visibility for it ? (not all parts of the program if you have some external licenses or don't want to share the wav files) About the program, nothing to say, I don't have material to check my blood pressure, but the screen capture and the idea to have an audio help looks great. -
Hi Just deploy the app in Delphi and use Transporter to upload it to the AppStore. In the app AppStore page, you have a TestFlight option where you can activate a binary you uploaded for test purposes. The Delphi part in only to compile/deploy the project to have an IPA. After that it's an Apple process. Check their documentation without searching "Delphi testflight" but only "mobile iOS testflight" or something like that.
-
Delphi CE application accesses unknown IPs
Patrick PREMARTIN replied to everybyte's topic in Network, Cloud and Web
If it's in your program (executed without debug mode), nothing else the IP you try to GET should be called. Are you sure the problem come from TNetHTTPClient ?