Jump to content

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 Excellent

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. timfrost

    Keyboard shortcut stolen

    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!
  2. 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.
  3. timfrost

    pasfmt out now!

    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.
  4. timfrost

    Application won't start

    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.
  5. timfrost

    Anyone using Clever Components?

    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.
  6. Does Sysinternals PROCMON reveal what the IDE is waiting for or trying to do?
  7. timfrost

    Anyone using Clever Components?

    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.
  8. timfrost

    Anyone using Clever Components?

    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.
  9. timfrost

    ANN: SVGIconViewer

    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.
  10. 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.
  11. timfrost

    Avoid parameter evaluation

    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.
  12. timfrost

    Anyone using Clever Components?

    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.
  13. timfrost

    Release or Debug?

    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.
  14. timfrost

    Delphi 12 is available

    The ability to exclude areas from formatting is one of the many reasons why I have always used: {(*} GExperts Code Formatter {*)}
  15. timfrost

    MMX 15.1.8 build 2580: Possible Source Indexer Bug?

    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.
×