-
Content Count
323 -
Joined
-
Last visited
-
Days Won
5
Tommi Prami last won the day on August 23 2021
Tommi Prami had the most liked content!
Community Reputation
67 ExcellentTechnical Information
-
Delphi-Version
Delphi 10.2 Tokyo
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Encode (pdf, jpg, ...) in to XML
Tommi Prami replied to msd's topic in Algorithms, Data Structures and Class Design
I am pretty sure it can't be (RAW) binary (will most certainly contain characters that are illegal in XML file) . Most likely Base64 encoded. But should check from Server side developers/docs -
FYI: Old security BUG fixed from ZLib
Tommi Prami posted a topic in Tips / Blogs / Tutorials / Videos
https://nakedsecurity.sophos.com/2022/03/29/zlib-data-compressor-fixes-17-year-old-security-bug-patch-errr-now/ -Tee- -
(Delphi 11.1) Stack overflow - save your work and restart Delphi 11.
Tommi Prami replied to Michael Collier's topic in Delphi IDE and APIs
Bug report link please, quite useless to report only here, need to report to Embarcadero. And link so we can vote. -
Delphi 11.1 Can't Clean project - reports missing DLL
Tommi Prami replied to Michael Collier's topic in Delphi IDE and APIs
Bug report link please, quite useless to report only here, need to report to Embarcadero. And link so we can vote. -
Delphi 11.1 file associations not set
Tommi Prami replied to Michael Collier's topic in Delphi IDE and APIs
Bug report link please, quite useless to report only here, need to report to Embarcadero. And link so we can vote. -
Delphi 11.1 "Open Recent" missing
Tommi Prami replied to Michael Collier's topic in Delphi IDE and APIs
Bug report link please, guitar useless to report only here, need to report to Embarcadero. And link so we can vote. -
More efficient string handling
Tommi Prami replied to parallax's topic in Algorithms, Data Structures and Class Design
Tineas thing of all (in this context), but always pass string parameters as const, if possible, procedure Foo(const AStringValue: string); -Tee- -
Project to create a language definition in BNF format started
Tommi Prami replied to TurboMagic's topic in RTL and Delphi Object Pascal
Read parts of it, but did not shed much light on how we could use it. I'll try to read it later with some though. -Tee- -
Project to create a language definition in BNF format started
Tommi Prami replied to TurboMagic's topic in RTL and Delphi Object Pascal
This BNF was new thing for me. Is there some easily usable "things" we could benefit from that Grammar. Any cool tools that could use that etc. Please educate me and others BNF-challenged persons :) -Tee- -
Frequent and/or annoying typos you make while coding
Tommi Prami replied to Tommi Prami's topic in General Help
Nice info dudes but besides the original question 🙂 I am not asking for solutions how to fix or find them, I want to just know what words you have problem of getting right. Please tell me what do you miss spell 🙂 -Tee- -
Hello, I almost always missspell Lenhgt and Widht, can't remember other on top of my head but there are few. This does not matter how slowly I spell it in my head while typing, fingers will do the wrong order 🙂 -Tee-
-
Keyboard shortcut to get into Object Inspector "search Edit"
Tommi Prami replied to Tommi Prami's topic in Delphi IDE and APIs
Let's check... Thanks! Never saw the cursor in the search box, maybe had habit to click with mouse etc right away... Cool! -Tee- -
Keyboard shortcut to get into Object Inspector "search Edit"
Tommi Prami replied to Tommi Prami's topic in Delphi IDE and APIs
Always wanted to use that filtering but "can't" because can't figure out how to get in there from keyboard -
Keyboard shortcut to get into Object Inspector "search Edit"
Tommi Prami posted a topic in Delphi IDE and APIs
I've always liked to use search functionality of Object Inspector, but have not figured out how to get into there with keyboard, would think it would be Ctrl+F, but seems not. -
True, Maintainer and/or lead developer would be still needed but as it is now, we can't help. -Tee-