Jump to content
Registration disabled at the moment Read more... ×

Patrick PREMARTIN

Members
  • Content Count

    360
  • Joined

  • Last visited

  • Days Won

    12

Patrick PREMARTIN last won the day on August 7

Patrick PREMARTIN had the most liked content!

Community Reputation

150 Excellent

About Patrick PREMARTIN

  • Birthday January 12

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

7174 profile views
  1. Patrick PREMARTIN

    FMX TListView Questions

    Hi I don't have a simple solution to manage a right click on a list view item except looking at the code from TListViewBase.MouseUp() and TListViewBase.SetNewItemIndex() to determine what item is under the mouse position. Using frames in a vertical scroll box will be perhaps simpler in your case.
  2. Patrick PREMARTIN

    FMX Linux - the product and the company

    it's sooner this week than previous month
  3. Patrick PREMARTIN

    Can't complete Delphi 12.3 Community Edition Athens installation

    It should be fixed. You can retry.
  4. Patrick PREMARTIN

    Can't complete Delphi 12.3 Community Edition Athens installation

    The Community Edition is a Delphi 12.1 Athens version. This said some GetIt servers have technical problems. Embarcadero teams know that and are working on it.
  5. Patrick PREMARTIN

    Object Pascal Card Framework

    And today I've added two C++Builder samples to the repository.
  6. Patrick PREMARTIN

    Some open sourced tools for Delphi developers

    A new release (v2.0) of Folder To FMX Image List is available. I've added FMX styles in the options of the program and C++Builder export. This project take all images from a folder tree and generate a TImageList (to paste from the clipboard to your form, frame or data module) or export a data module unit for Delphi and C++Builder. The program is available for Windows and Mac. You can download the setup from its GitHub repository : https://github.com/DeveloppeurPascal/Folder2FMXImageList/releases As other programs it's a shareware. You can use and distribute it for free but if you use it often please buy a license key.
  7. Patrick PREMARTIN

    A Conditional Ternary Operator for the Delphi

    yes, but it's different from a "case" with strings like
  8. Patrick PREMARTIN

    A Conditional Ternary Operator for the Delphi

    The Delphi ternary operator will be a real ternary operator. It's different from ifthen() functions.
  9. Patrick PREMARTIN

    A Conditional Ternary Operator for the Delphi

    The beta is under NDA, we can't talk except when we are authorized... or after an official post like for the ternary operator. Many new (and updated) things are in the Ganymede beta(s), not sure all will be released for 13.0 Florence. Stay tuned. 😉
  10. Patrick PREMARTIN

    Some open sourced tools for Delphi developers

    As you know, I have a bunch of code repositories, some of which contain dozens of sample projects or demos. As with many large open source projects, I like to organize projects into groups by theme or globally to simplify access to all the examples. It's quite tedious to maintain manually. So yesterday, I developed a small utility to do it for me during a stream on Twitch: GroupProj Updater. I was missing an icon, so I made one today and took the opportunity to deploy this new utility for Delphi and C++Builder developers. The installers for release 1.0 are available in the releases section of its code repository on GitHub.
  11. Patrick PREMARTIN

    Can't change icons in my app

    It's the DPROJ file of your project which is maintained by the IDE in Project/Options dialog
  12. Patrick PREMARTIN

    Some open sourced tools for Delphi developers

    SVG Folder To Delphi Unit has been released in version 2.0 today with FR/EN user interface, dark/light styles, the possibility to import SVG files from more than one folder in a Pascal unit. Now I allow to generate multilines (Delphi 12 Athens) or classic strings in the exported units. The generated units should work with previous Delphi releases, Lazarus and others Pascal environments. As an option I've added the export of a "GetBitmapFromSVG" method which I use in my games and the FMX games starter kit. If you want to use SVG files in a Pascal project this tool can help you. A sample of use of the generated unit is available at https://github.com/DeveloppeurPascal/SVG-cards/tree/main/lib-Delphi/SVG-Skia4Delphi The program is distributed as a shareware. It asks for a license number on startup but you can use it even if you don't buy for one. The v2.0 installer is only available for Windows. You can download it from https://github.com/DeveloppeurPascal/SVGFolder2DelphiUnit/releases
  13. Patrick PREMARTIN

    Object Pascal Card Framework

    I don't have installed Lazarus on my VM but I didn't see where you store the cards images in your source files. If you need some I've just created this repository from David Bellot SVG Cards with individual SVG images, PNG images and Delphi samples of use : https://github.com/DeveloppeurPascal/SVG-cards
  14. Patrick PREMARTIN

    Deploying Delphi 12.3 iOS App to iOS Device

    Hi Good to see it working. Do you have an antivirus on Windows ? (I've already seen strange behaviors with McAfee which locked files or blocked some network calls)
  15. Patrick PREMARTIN

    Extreme slow-down in Windows FMX app UI since upgrading to 12.1

    It's probably done on the commit comment with an internal ticket number. No reason to put it in the source file on the comment visible by the public (= us).
×