-
Content Count
175 -
Joined
-
Last visited
-
Days Won
2
Patrick PREMARTIN last won the day on May 12 2023
Patrick PREMARTIN had the most liked content!
Community Reputation
68 ExcellentAbout Patrick PREMARTIN
- Birthday January 12
Technical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
The predictive suggestions is an OS feature, the STYLED recreate the memo feature instead of PLATFORM. No complaints here, but I have not enough Mac&iOS users to complain with a broken Apple feature which suggest wrong or strange words and replace good once by others in French.
-
Hi Did you asked to their support ? What release of macOS do you use ? Did you tried on an other Mac ?
-
Code signing in a remotely working team?
Patrick PREMARTIN replied to A.M. Hoornweg's topic in General Help
Hi The USB token is not the only solution : some providers allow to use an online hosted token too. If you can't find an other solution than USB, you can perhaps use Exe Bulk Signing ( https://github.com/DeveloppeurPascal/ExeBulkSigning ) in client/server mode to sign on a distant computer from yours, but exposing a signing software is safer on a local network or a VPN than over the Internet. -
Great, I'll check it and add your repo to the list I've done around this presentation.
-
Good idea. You can perhaps add a TImageCollection export with an icons selection list or the source code to use the SVG directly in a unit ? It could be a good alternative to use vector images in final projects.
-
How to correctly write a universal project for both Windows and Andorid platforms?
Patrick PREMARTIN replied to dmitrybv's topic in FMX
The multi view is a good idea for smartphones but a menu on Windows and a toolbar on Mac are better. Why having to click somewhere to access things we could have on screen without clicking on it ? (and don't forget keys shortcuts) Depending on the app, don't forget Android can be used on Chromebooks and other devices with a real keyboard. -
Embedded javascript engine in Delphi
Patrick PREMARTIN replied to duzzell's topic in Network, Cloud and Web
Hi Why do you want to add more complexity to your program ? Did you tried the REST API of the AWS service you need or did you have problems with it ? -
Hi Did you checked the x64 + ARM64 compiler option in project/compiler/compiler ?
-
Isn't it what TDosCommand does ? (for Windows only) https://github.com/TurboPack/DOSCommand
-
Where can I find the official version numbers of the embarcadero products?
Patrick PREMARTIN replied to Mr. E's topic in General Help
Hi, you have this repository too to get version infos : https://github.com/omonien/Delphi-Version-Information -
You can try Ultra Edit. It works well with big files.
-
Cross platform color picker and palette library
Patrick PREMARTIN replied to Jim McKeeth's topic in I made this
In that case, perhaps adding https://www.whocanuse.com/ could be fun ? -
Cross platform color picker and palette library
Patrick PREMARTIN replied to Jim McKeeth's topic in I made this
Awesome! Thank you so much for this work Jim. Clearly the best color selector I've seen in almost 30 years. I'll definitely be using it to replace the selectors supplied with Delphi when I refresh my icon generation and image button creation tools. -
My YouTube Channel - The Silver Coder
Patrick PREMARTIN replied to silvercoder79's topic in Tips / Blogs / Tutorials / Videos
Hi. I haven't watched the video but will do for sure. On GitHub, please don't forget to use some topics like "delphi, delphi-app, delphi-sample, sample-app, VCL, Firemonkey, ..." depending on your repositories. The internal linking between projects is one way to fight for global visibility of our language and project. -
Hi. The developer edition is not supposed to be used in production. It's for development and testing. Depending on the used features, try Firebird in production if an InterBase Server license is too expensive for your needs. Your code will remain the same and you can use IB in the future if needed.