Jump to content

Ian Branch

Members
  • Content Count

    1272
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Ian Branch

  1. Ian Branch

    Where to turn off 'Whole words' searching?

    Tks. Interestingly, it is False in the registry. And now the checkbox is off. Yet I had to turn it off yesterday and today. Strange.
  2. Ian Branch

    Assign an event at run time??

    Hi Team, I have this procedure.. procedure TdmC.dsJobTicketsDataChange(Sender: TObject; Field: TField); begin ... .... Currently it is 'hard coded' to the Datasource. I want to assign it at run time if possible. What steps do I need to take to do that please?? The datamodule, TdmC, is used by two applications with conditionals isolating relevant code. By way of example, ATT I have conditionals inside this procedure that basically remove any code. I feel it would be neater to actually have the procedure assigned to the event IF the relevant conditional is true. There are several other procedures in the unit that are treated the same. Of course I am open to alternatives.. 🙂 Regards & TIA, Ian
  3. Ian Branch

    Error loading data???

    Hi Team, I regularly get this when I open D11.3 and previous versions. Do we know why?? Regards, Ian
  4. Ian Branch

    Separate Formatter Issue/Warning..

    Yup. My goof. 😞 Working the latest now.
  5. Ian Branch

    Separate Formatter Issue/Warning..

    Build of 3990 failed - See Bug Report.
  6. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    I deleted ALL of the WP.xxxx.bpl files, redownloaded it, added it to Delphi, same issue.
  7. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Yes, but on a totally different drive/directory that isn't accessed.
  8. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Nope. Same issue. 😞
  9. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    The latest 'version' won't load into my D11.3. 😞 I have gone back to the previous version which loads fine. Ian
  10. Ian Branch

    Separate Formatter Issue/Warning..

    Please add your experiences/testing to the bug report on Sourceforge. Every little bit of info will help Thomas.
  11. Ian Branch

    Separate Formatter Issue/Warning..

    Done. https://sourceforge.net/p/gexperts/bugs/314/
  12. Ian Branch

    Separate Formatter Issue/Warning..

    Hi Thomas, Still with the issues. 😞 Sometimes when it doesn't work, it still shows the message box, if I reboot and restart Delphi it does work.. Unpredictable. 😞 Ian
  13. Ian Branch

    Separate Formatter Issue/Warning..

    OK. I have it happening.. 😞 The message is showing but the formatting isn't happening.. 😞 I closed one project, it was working, opened another and it isn't. Closed and reopened Delphi and the Project and its working again. Close that project, open another, still working.. Confusing, frustrating, annoying...
  14. Ian Branch

    Separate Formatter Issue/Warning..

    Hi Thomas, Hmmm. Thinking out loud. Perhaps another variable in the environment. GExperts has historically been the first thing I install in a new Delphi. Then all the other Add-ons and libraries. During my initial testing I removed all the Ad-ons and still experienced the issue. Now, I have left all the Add-ons installed and removed/re-installed Gexperts and it seems to be fine. We shall see after a day of testing. Ian
  15. Ian Branch

    Separate Formatter Issue/Warning..

    Hi Thomas, OK. At first efforts/tests, I can't make it fail with this added. FormattedBlockEnd: string; begin ShowMessage('In Execute Method'); Result := False; if not GxOtaTryGetCurrentSourceEditor(SourceEditor) then raise ECodeFormatter.Create(str_NoEditor); The message shows every time and the Formatting works. I will try all sorts of permutations today and let you know the results. Regards, Ian
  16. Ian Branch

    Separate Formatter Issue/Warning..

    Sure. Which Unit would that be in?
  17. Ian Branch

    Separate Formatter Issue/Warning..

    Hi Thomas, Neither the menu option or the Hot-Key work. No error messages, it just sits there. I don't understand it either however I don't believe it to be a GExperts issue. Hi Timfrost, Tks for that feedback. It is repeatable here. I guess it is something in/with my overall PC environment. 😞 Anyway, I have identified it and have a work around. Regards, Ian
  18. Hi Team, My Formatter setting for Line Breaks in 'Line breaks in Var and Const sections' is set to As is. I like to format like this.. // var sAppVersList: string; var aAppPath := ExtractFileDir(ParamStr(0)); var aFileNames := TDirectory.GetFiles(aAppPath, '*.exe'); var sFileName: string; // If I now run the Delphi 'Format Project Sources', I get the following.. // var sAppVersList: string; var aAppPath := ExtractFileDir(ParamStr(0)); var aFileNames := TDirectory.GetFiles(aAppPath, '*.exe'); var sFileName: string; // Is this a bug or have I missed something?? It only happens where values are assigned to the var. Regards & TIA, Ian
  19. Ian Branch

    Possible formatting bug in D11.3??

    It's only become an 'issue' since the introduction of inline assignable variables.
  20. Ian Branch

    Possible formatting bug in D11.3??

    K. Tks. Maybe I will submit it as a suggestion/enhancement. Although I still think it is a bug. 😉
  21. Ian Branch

    Possible formatting bug in D11.3??

    Ummm. Sorry, no. Where is this referred to pls? In any case I would contend that what I have should be OK. 🙂
  22. Ian Branch

    Delphi 11.3 is available now!

    Bummer! Usually WebInstall works fine. This time while removeing the Getit packages, had an error, then it registered some dlls and died... 😞 Repeated attempts all fail the same way. It doesn't appear to download anything to install. Tried to reinstal D11.2 - Same issue - I have a problem.. 😞 Update 1 - Installing into my VMWare VM OK. Update 2 - Ended up totally de/re-installing D11. 😞 Reinstalling all the 3rd Party stuff now. 😞 Oh the pain!! Update 3 - All done. Indirect bonus, I now have a clean install again.. 😉
  23. Hi Team, Win 11, D11.2. As best I can tell I have set all the relevant settings for the Formatter and Tabs to 2. Yet, I still get formatting like the following.. Each indent is 8 characters. I want only 2. As I said, I have tried the usual places in the Formatter and User Interface but I still can't get it to work as desired... 😞 Is there some obscure place/setting I don't know about?? Regards & TIA, Ian
  24. Ian Branch

    Delphi's Formatter driving me mad...

    I believe I have cracked it.. In the registry Block indent & Tab stops were set to 8, but the equivalent Pascal settings were 2. I changed the Default to 2 and all is good now. I don't know if this is a bug in 11.2 and is resolved in 11.3. We shall see. Regards, Ian
  25. Ian Branch

    Delphi's Formatter driving me mad...

    Oh Dear. I thought we had it. 😞 Delete the Editor Reg entry. Start Delphi. Format the source, all good. Exit and re-open Delphi. Format the source, back to where we started. 😞 Sigh!
×