Jump to content

Patrick PREMARTIN

Members
  • 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 Excellent

About 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.

  1. Patrick PREMARTIN

    iOS keyboard and Predictive text

    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.
  2. Patrick PREMARTIN

    App doesn't start - Library missing

    Hi Did you asked to their support ? What release of macOS do you use ? Did you tried on an other Mac ?
  3. Patrick PREMARTIN

    Code signing in a remotely working team?

    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.
  4. Patrick PREMARTIN

    ANN: SVGIconViewer

    Great, I'll check it and add your repo to the list I've done around this presentation.
  5. Patrick PREMARTIN

    ANN: SVGIconViewer

    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.
  6. 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.
  7. Patrick PREMARTIN

    Embedded javascript engine in Delphi

    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 ?
  8. Patrick PREMARTIN

    OSX universal binary file

    Hi Did you checked the x64 + ARM64 compiler option in project/compiler/compiler ?
  9. Patrick PREMARTIN

    Is there a Delphi "subprocess" library?

    Isn't it what TDosCommand does ? (for Windows only) https://github.com/TurboPack/DOSCommand
  10. Hi, you have this repository too to get version infos : https://github.com/omonien/Delphi-Version-Information
  11. Patrick PREMARTIN

    TControlList — need help!

    You can try Ultra Edit. It works well with big files.
  12. Patrick PREMARTIN

    Cross platform color picker and palette library

    In that case, perhaps adding https://www.whocanuse.com/ could be fun ?
  13. Patrick PREMARTIN

    Cross platform color picker and palette library

    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.
  14. Patrick PREMARTIN

    My YouTube Channel - The Silver Coder

    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.
  15. Patrick PREMARTIN

    Interbase dev license

    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.
×