-
Content Count
632 -
Joined
-
Last visited
-
Days Won
8
Tommi Prami last won the day on July 21
Tommi Prami had the most liked content!
Community Reputation
159 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Slowness seems to be ralated to time of day. Maybe. Some time ago it was very slow, now just slow... Adn very slow again, atleast posting new message and editing existing is very slow,
-
is there any "currency to words" routine for Delphi?
Tommi Prami replied to Attila Kovacs's topic in Algorithms, Data Structures and Class Design
Just out of curiosity wheree this is actually needed? Some country/Culture/Local law related thing? -
Hello, Has someone made tickets for Emba of these issues in this discussion. If/will so so, links please. -tee-
-
Capturing paste at the form level, possibly bypassing components
Tommi Prami replied to Tommi Prami's topic in Windows API
Nice... ctrl := FindControl(Msg.hwnd); // <- could you tell me what is this for? -
Capturing paste at the form level, possibly bypassing components
Tommi Prami posted a topic in Windows API
Hello, I need either VLC / WinMessage / WinAPI solution to this. Current (very old) implementation uses Forms KeyPreview set to true. Then on KeyUp event paste key kombinations will invoke code that will get data from keyboard, and Key is set to zero. It mostly works, but sometimes edit controls are faster to capture the paste. Would need bit more robust version for this. -Tee- -
Generic Command Line Parser for Delphi 10.3.x
Tommi Prami replied to Lars Fosdal's topic in I made this
Should actually read the message first Made possiblöe to have Boolean that is True by default. So can override it with : -Param:False -Param:True -tee- -
Generic Command Line Parser for Delphi 10.3.x
Tommi Prami replied to Lars Fosdal's topic in I made this
Made own fork... Or copy, Primož waas busy at the time, so needed to have some chanmges, quickly. If someone is interested in checking it out. Lot of non functional changes also. https://github.com/TommiPrami/Delphi.CommandLineParser -tee- -
Would need some kind of antialiasing to the drawing, but still nice... I bet many has need for somethign like that. -tee-
-
Could someone make, quite comprehensive, tutorial video of using MMX
Tommi Prami replied to Tommi Prami's topic in MMX Code Explorer
Just start feding he with ideas into his "script"... And so on... 😉 -tee- -
Could someone make, quite comprehensive, tutorial video of using MMX
Tommi Prami replied to Tommi Prami's topic in MMX Code Explorer
Sweet, German is not my strong suit... But anything would be good, And I think it does not have to be Uwe tough. Anyyone who knows MMX well enough. No that MMX was pushed by Emba-dudes, some kind of how to/best practises etc video would be super fgood thing. -tee- -
Could someone make, quite comprehensive, tutorial video of using MMX
Tommi Prami replied to Tommi Prami's topic in MMX Code Explorer
True, but not what I asked. I would like to see how someone that is experienced on using MMX using it. -tee- -
Could someone make, quite comprehensive, tutorial video of using MMX
Tommi Prami replied to Tommi Prami's topic in MMX Code Explorer
That is the Webinar where most demos was on Different laptop etc... Simple mistake, but still made it not that good... -tee- -
Could someone make, quite comprehensive, tutorial video of using MMX
Tommi Prami replied to Tommi Prami's topic in MMX Code Explorer
As I remember it wes not that exhaustive. Have to check thast again. -tee- -
Could someone make, quite comprehensive, tutorial video of using MMX
Tommi Prami posted a topic in MMX Code Explorer
Hello, I installed in way back, and did not undertand the some things of it, some settings maybe. And then uninstalled, just because there was lot of suff, and no time to learn how to use it. This coud help a lot. Juust my 0.02€ -tee- -
I see no reason not to get FileSystemMonitor to some temp directory etc, different one you use in production. Make on Branch to that repo, with descriptive name Then copy your changes on top of repo, check changes, and commit into yur own Banch, and make Pull Reguest. -Tee-