-
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 ExcellentAbout Patrick PREMARTIN
- Birthday January 12
Technical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
-
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.
-
it's sooner this week than previous month
-
Can't complete Delphi 12.3 Community Edition Athens installation
Patrick PREMARTIN replied to PrimeMinister's topic in General Help
It should be fixed. You can retry. -
Can't complete Delphi 12.3 Community Edition Athens installation
Patrick PREMARTIN replied to PrimeMinister's topic in General Help
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. -
Object Pascal Card Framework
Patrick PREMARTIN replied to Gustavo 'Gus' Carreno's topic in I made this
And today I've added two C++Builder samples to the repository. -
shareware Some open sourced tools for Delphi developers
Patrick PREMARTIN replied to Patrick PREMARTIN's topic in I made this
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. -
A Conditional Ternary Operator for the Delphi
Patrick PREMARTIN replied to EugeneK's topic in RTL and Delphi Object Pascal
yes, but it's different from a "case" with strings like -
A Conditional Ternary Operator for the Delphi
Patrick PREMARTIN replied to EugeneK's topic in RTL and Delphi Object Pascal
The Delphi ternary operator will be a real ternary operator. It's different from ifthen() functions. -
A Conditional Ternary Operator for the Delphi
Patrick PREMARTIN replied to EugeneK's topic in RTL and Delphi Object Pascal
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. 😉 -
shareware Some open sourced tools for Delphi developers
Patrick PREMARTIN replied to Patrick PREMARTIN's topic in I made this
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. -
It's the DPROJ file of your project which is maintained by the IDE in Project/Options dialog
-
shareware Some open sourced tools for Delphi developers
Patrick PREMARTIN replied to Patrick PREMARTIN's topic in I made this
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 -
Object Pascal Card Framework
Patrick PREMARTIN replied to Gustavo 'Gus' Carreno's topic in I made this
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 -
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)
-
Extreme slow-down in Windows FMX app UI since upgrading to 12.1
Patrick PREMARTIN replied to domus's topic in FMX
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).