Jump to content

Ian Branch

Members
  • Content Count

    1470
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Ian Branch

  1. Ian Branch

    EurekaLog 7.12.0.4 installation

    I have downloaded it OK.
  2. If its an issue for you, I suggest RunTime ToolKit
  3. There isn't one per se. It tells you that it has tried to open a second instance of GExperts.
  4. GExperts works fine in D12...
  5. Hi Team, D12. I have the following function: function GetWeekDates(const GivenDate: TDateTime; const SOWDay: string; out startDate, endDate: TDateTime): Boolean; I want to modify it so that SOWDay has a default value of 'SU' if SOWDay isn't supplied. As SOWDay must be By-Value or a Constant, I can't do this: function GetWeekDates(const GivenDate: TDateTime; var SOWDay: string = 'SU'; out startDate, endDate: TDateTime): Boolean; is what I am after possible? Delete Reference: I did it with an overloaded function. Regards & TIA, Ian
  6. Ian Branch

    Set a default parameter for a function??

    Hi pmvgee, Your assumption was correct. This option has fascinated me a little but I can't help wondering if it is technology for the sake of technology... I can't see 'out' parameters dissappearing in any forseeable future so what advantage do tuples bring to the table/keyboard? As far as I can see, In order to implement them you need another code set to support them. I found 'generics.tuples.pas' from Malcolm Groves, on the face of it, it seems a whole lot of code for little gain. Ian
  7. Ian Branch

    Set a default parameter for a function??

    Hi pmcgee, Interesting, never come across them nor can I say I have seen them. What does FAIL represent? Ian
  8. If they must code like that, :-(, make it one space after the comment.
  9. Hi Team, I had both D11 & D12 installed while I validated all my Apps into D12. No problems there. I had Parnassus Bookmarks installed in both. Today I deinstalled D11 and D12 won't start properly because it can't fine ParnassusCoreEditor.dll. 😞 What do I need to delete and where to get D12 to start fully so I can reinstall Bookmarks?? Regards & TIA, Ian
  10. Ian Branch

    Uninstalled D11, now D12 won't start....

    Resolved. Deleted both Parnassus BookMarks & CoreEditor entries in the registry just to be safe, then used AutoGetit to reinstall it/them. All good now.
  11. Ian Branch

    Uninstalled D11, now D12 won't start....

    None found in the entire registry. 😞
  12. Ian Branch

    Edits not saved??

    I think I eventually discovered the same thing. Too long ago now... 😉
  13. Ian Branch

    Set a default parameter for a function??

    Tks uligerhart. That's what I did initially to get it going. I will adapt to the reordered parameters. Ian
  14. Ian Branch

    Set a default parameter for a function??

    Ahhhhhhh. That was what I was missing. I was not aware of that. Thank you FPiette. I will just have to remember the order of parameters when I call the function. 😉 Regards, Ian
  15. Ian Branch

    Konopka and Parnassus for Delphi 12?

    Yes, they are available.
  16. Ian Branch

    Theme or component??

    Hi Team, Win 11, D12, latest Raize components via GetIt. I use TrzPageControl for my tabbed interface. With all of the themes/styles I have used so far there hasn't been an issue except for one theme/style. If I try to use the Wedgewood Light style the currently active tab caption is pretty much unreadable. 😞 See examples. Is this a theme/style issue or a TrzPageControl issue? In either case, is there a fix? I really would like to use the Wedgewood Light theme/style. Regards & TIA, Ian
  17. Ian Branch

    Theme or component??

    Hi David, Thank you for your suggestions. Great minds think alike. I have just finished going through all the Apps implementing option 3. Regards, Ian
  18. Ian Branch

    Theme or component??

    There a several that work fine with the component but I prefer Wedgwood Light for the overall presentation. Just this one annoyance. Ian
  19. Ian Branch

    Can't load LivePreview270.bpl

    Hi Team, D10.4.2. I have just removed all the apparent 'Indy' related files per the 'Indy 10 Installation Instructions', and installed the current Indy 10 from GitHub. That all went well. I may have deleted something that looked like an Indy file but either wasn't, or was but is needed by LivePreview. LivePreview.bpl is present in the indicated directory. When I go to start D10.4.2 now I get the attached error message. I click Yes so I can keep it in my mind. I have no idea what it is for. Can anybody make an educated guess as to what LivePreview might now be missing? All the files are either in my Recycle bin or in a .rar file, depending. Regards & TIA, Ian
  20. Ian Branch

    Source Format of a Unit not working.

    Hi Team, D11.3, latest GE. Is it just me or does the GE Source Formatter, Ctl-Alt-F, not work on Units without Forms?? Regards, Ian
  21. Ian Branch

    Source Format of a Unit not working.

    Many thanks to Thomas for his persistance in tracking this down and reolving it. Appreciated. Ian
  22. Ian Branch

    Try-Finally-end; & Exit??

    Hi Team, I suspect I have been doing something wrong. And not for the first time. ;-) If I have the following construct.. try ..... .... if x then begin ..... Exit; end else begin .... ... end; Finally FreeAndNil(something); end; Will the Exit bypass the FreeAndNil?? I suspect it does and I may have been causing myself some grief. Regards & TIA, Ian
  23. Ian Branch

    Error on Build of rev 4096 in D12.

    ..\..\images\GXIcons.rc : error : Error Could not open input file D:\GExperts\Projects\DelphiXx120\My.RC [D:\GExperts\Projects\DelphiXx120\GExpertsRS120.dproj] Done Building Project "D:\GExperts\Projects\DelphiXx120\GExpertsRS120.dproj" (rebuild target(s)) -- FAILED. Build FAILED. "D:\GExperts\Projects\DelphiXx120\GExpertsRS120.dproj" (rebuild target) (1) -> (BrccCompile target) -> ..\..\images\GXIcons.rc : error : Error Could not open input file D:\GExperts\Projects\DelphiXx120\My.RC [D:\GExperts\Projects\DelphiXx120\GExpertsRS120.dproj] 0 Warning(s) 1 Error(s)
  24. Ian Branch

    Error on Build of rev 4096 in D12.

    Caught me as I was going out the Office door. 😉 If there is/was a space, I didn't put it there. 🙂 Success!!! GE Build 4102 for D12 builds, installs & runs. 🙂 🙂 Thank you. I will sleep peacefully tonight. 😉 Ian
  25. Ian Branch

    Error on Build of rev 4096 in D12.

    I still get this. ..\..\images\GXIcons.rc : error : Error Could not open input file D:\GExperts\Projects\DelphiXx120\My.RC [D:\GExperts\Projects\DelphiXx120\GExpertsRS120.dproj] Done Building Project "D:\GExperts\Projects\DelphiXx120\GExpertsRS120.dproj" (rebuild target(s)) -- FAILED. Build FAILED. "D:\GExperts\Projects\DelphiXx120\GExpertsRS120.dproj" (rebuild target) (1) -> (BrccCompile target) -> ..\..\images\GXIcons.rc : error : Error Could not open input file D:\GExperts\Projects\DelphiXx120\My.RC [D:\GExperts\Projects\DelphiXx120\GExpertsRS120.dproj] 0 Warning(s) 1 Error(s)
×