

timfrost
Members-
Content Count
209 -
Joined
-
Last visited
-
Days Won
3
timfrost last won the day on February 24 2020
timfrost had the most liked content!
Community Reputation
81 ExcellentAbout timfrost
Technical Information
-
Delphi-Version
Delphi 11 Alexandria
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Thanks, that was it. I had tried to recall anything new I had installed, but had forgotten a Snagit upgrade last weekend, and also that this probably caught me two years ago when I last upgraded. Getting too old!
-
Something seems to have stolen Shift-F9 in my 11.3 IDE. It's extremely annoying because I have a keyboard with function keys on the left, so it is a left-hand-only action which has become automatic. Does anyone have any ideas about who might be the culprit? I am aware of tools which claim to display the owner of all shortcuts, but they seem over-complex as well as limited to certain types of shortcut only, so the learning effort might be wasted. Alternatively does anyone know of an IDE plugin which can change the setting? Both my F9 and Shift keys (and I have two of each to choose from on this keyboard) appear normal in a test FormKeyDown event, and F9 on its own works as expected in the IDE.
-
In England, at least, I understand the word as "holding to one's own opinions and ideas too strongly"; "obstinate"; "unwilling to be corrected"; "inflexible". In other words, not the most desirable qualities I need in a tool which will be adjusting and improving whatever I have carefully written. But I accept that this may just be an accident of translation which is not intended for this context.
-
SysInternals Process Monitor may be more useful than Process Explorer, to get a log of every file and registry access in the system. Filter the log for your process only, to avoid being overwhelmed.
-
I am still using parts of Clever Components but for a simple HTTP Client I have long used the Delphi WinInet component and did not bother to change this when I started with Clever about ten years ago for some other protocols. Both WinInet HTTP Client, and the Clever protocols I use, work fine on Windows 11 for me.
-
Delphi will not open projects or create any new projects
timfrost replied to Gary's topic in Delphi IDE and APIs
Does Sysinternals PROCMON reveal what the IDE is waiting for or trying to do? -
I have used a Clever Components support ticket (I have never had any other way to contact them) to send Sergey a link to this thread and ask him to comment.
-
Clever Components is one of our software-library suppliers who used MyCommerce to process payments. We last paid for annual support/updates renewal in March this year, which may have just squeezed through to Clever before Digital River went quiet; or may not. Reading how other vendors have been affected makes me wonder if Clever have been starved of funding also.
-
When I try to run the pre-built executable linked from Github, on Windows 11, I get either a runtime error 217 or a crashdump, depending on the current directory of the exe.
-
I would try Process Monitor from SysInternals, filter on the bds.exe process name, and check what it's 'last words' were before dying. It may give you a clue.
-
Avoid parameter evaluation
timfrost replied to Maxime Janvier's topic in RTL and Delphi Object Pascal
I cannot believe how complex this discussion has become! All to avoid having a tiny unit with four boolean variables defined in the interface, along with a GetLogLevel function which can be called when needed, and then writing, for example: if LOGINFO then log(MyComplexStringExpression); if LOGALL then Log(AnotherExpression); This seems to meet all the criteria of readability, simplicity and efficiency. -
I have used bits of their Internet Suite for over a decade. Looking back over the few tickets I have opened, the response time has varied between two and ten days. Not much more than it used to be when Sergei just responded to e-mails. I agree the help file is a bit primitive but they also have a large library of examples and tutorials for the Internet Suite on their site and on Github. I know nothing about their other products, but the ones I use are pretty solid. For this reason, and the fact that I have the source code, I have never really worried about where their offices are, or how many people are in the 'Clever Components Team' which appears under Sergei's e-mail signature.
-
Bravo! And please do not abandon a simple source download, for people like me who dislike having to struggle to work around an unnecessary version-control system to get what I need.
-
The ability to exclude areas from formatting is one of the many reasons why I have always used: {(*} GExperts Code Formatter {*)}
-
MMX 15.1.8 build 2580: Possible Source Indexer Bug?
timfrost replied to Navid Madani's topic in MMX Code Explorer
It's an IDE feature. Add or delete a file to the project, and conditions and includes in the units list in the DPR are changed in various ways. I opened a quality ticket a couple of years ago and was told it was by design, because 'Delphi manages the DPR file' and can override manual settings.