Jump to content

Ian Branch

Members
  • Content Count

    1274
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Ian Branch


  1. Hi Tee,

    It does work well and I have integrated it into 3 Apps.

    I haven't checked it for memory leaks or anything under the hood.  It does what I needed.

    As for publishing to GitHub, I'm afraid that's not in my knowledge base. :-(

    Regards,

    Ian

    • Like 1

  2. Hi Team,

    D10.3.1.  32 bit.

    For reasons I don't understand my Apps have stopped responding to basic error.  e.g. divide by 0 error.  They just ignore them.  They used to work.

    If I create a new App it responds OK but my existing apps don't.

    It is probably something I have changed but I can't discern what.

    Any advice/suggestions (polite :-) ) appreciated.

    Regards & TIA,

    Ian


  3. Hi Remy,

    Thanks for that.  I will give it a go.

    While trying to get the other routines I found going, I discovered the need to change Winapi.Windows to just Windows in the Uses area.

    I note your indication of just Windows in the uses area.

    What's the difference?  It would seem they both can't be in the uses.

    Regards & Tks again,

    Ian


  4. Hi All,

    Thank you all for your pointers and consideration.

    I have now amassed the following routines which I think will get me there with some massaging.

    ExecuteAndWait.

    TerminateProcessByID.

    GetPIDByProgramName.

    ExecuteProcess.

     

    I will let you know how I go, or not. ;-)

     

    Regards & Tks again,

    Ian

     

    • Like 1

  5. Hi Team,

    I want to give the User of an App the ability to click on a button or a menu selection that will cause the app to close and restart.

    Can this be done?

    Thoughts/suggestions appreciated.

    Regards & TIA,

    Ian


  6. Bit like 'What is the best Word Processor' - Comes down to experiences and preferences.

    I currently do all my main work in D10.3.1 and put up with the idiosyncrasies.

    For easy, simple, quick jobs, I prefer D2007.  In fact, I would still use D2007 for everything except a number of 3rd Party libraries I use in D10.3.1 no longer support D2007. :-(  That's the reality of 'progress'.

    I only program 32bit windows Apps.  Nothing deliberately in UniCode.  If all the fancy stuff, which I suspect is at the root of the issues with it, was removed fro D10.3.1 I would be happier.


  7. Hi Uwe,

    Given the following single line if/then..

    If something is true then do this;

    The Delphi formatter does this to it..

    If something is true then
      do this;

    I want it to keep the original and reformat to single line if it is a single line If/then statement.

    The GExperts formatter does have the option to keep the single line if/then, see picture, but doesn't reformat the second case above back to a single line and then only in the current unit.

     

    Ian

    Screenshot_1.png


  8. Hi Guys,

    D10.3.1

    I seem to recall from some time ago that there was a setting in the Delphi Formatter|Line Breaks that you could set/change so that single line If....then lines would be formatted to a single line as opposed to multi-line If...then...else.

    Is my memory faulty and there isn't such a setting/change?

    If it is there, I can't identify it att.

    Regards & TIA,

    Ian


  9. Hi FredS

    So, the following from the jcl & jvcl directories should achieve what I want?

    =====================

    git pull https://github.com/project-jedi/jcl.git

    git pull https://github.com/project-jedi/jvcl.git

    =====================

    Thank you.

     

    Regards,

    Ian


  10. Hi Team,

    Confession - I know little about Git & SVN.

    I currently get the latest Jedi libraries via Git using the following process..

    ======================

    JCL:
    Delete the d:jcl directory
    git clone https://github.com/project-jedi/jcl.git jcl
    cd jcl
    git submodule update --init
    jcl\install.bat

     

    JVCL:
    Delete the d:jvcl directory
    git clone https://github.com/project-jedi/jvcl.git jvcl
    cd jvcl
    jvcl\install.bat
    ==========================

    There are two questions I have.

    1.  Instead of having to delete the directories before I run the above, is there a Git command sequence that will simply update my existing download?

    2.  I can update my GExperts by using the following command..

    ===========================

    svn co https://svn.code.sf.net/p/gexperts/code/trunk GExperts

    ===========================

       Will SVN work in Git repositories, and if so, what would be the SVN commands for the Jedi libraries please?

     

    Regards & TIA,

    Ian


  11. Hi Team,

    I have asked a couple of times on the IDERA Community site with no response.

    Does anybody know what the fate of this library is to be?

    Aside from updating to match the latest version of Delphi, my assumption there, will it undergo any further development/refinement or just stagnate?

    Regards & TIA,

    Ian

×