Jump to content

Ian Branch

Members
  • Content Count

    1435
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Ian Branch

  1. Ian Branch

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

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

    Edits not saved??

    I think I eventually discovered the same thing. Too long ago now... πŸ˜‰
  3. 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
  4. 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
  5. Ian Branch

    Konopka and Parnassus for Delphi 12?

    Yes, they are available.
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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)
  14. 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
  15. 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)
  16. Ian Branch

    Error on Build of rev 4096 in D12.

    Just to be sure, I just did another full download of GE. Rev 4097. Same result on build attempt. FWIW I don't have any MY.RC on my PC. πŸ™‚
  17. Ian Branch

    Error on Build of rev 4096 in D12.

    Hi Achim, From the command line. Ian
  18. Ian Branch

    Error on Build of rev 4096 in D12.

    I just did a clean download of 4097. D11 OK. Same failed result for 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)
  19. Ian Branch

    Source Format of a Unit not working.

    It hasn't worked for me in a Unit for a long time. It was a minor inconvenience. I am not referring to a Console Unit here, just a Function Library type Unit. The Menu option doesn't work there either. If I switch to a unit with a Form in the same App, both work fine.
  20. D11.3, MMX 15.1.8.2580. In the previous MMX, Ctl-Alt-U would do the Format Uses clause OK. In the latest, on pressing Ctl-Alt-U it does something but not the Uses Format. The Sorting|Format Uses Clause works fine. Anybody else seeing this issue?? Ian
  21. Ian Branch

    Ctrl-Alt-U doesnt seem to work.

    Hmmm. Double wammy. Both SmartInspect & cnPack were intercepting it. 😞 cnPack has the ability to disable its use. πŸ™‚ SmartInspect does not. 😞 I have disabled SmartInspect as I use it infrequently in Delphi. All good now. Apologies for the inconvenience. Ian
  22. Ian Branch

    Ctrl-Alt-U doesnt seem to work.

    Hi Uwe, The Key binding is correct. According to GExperts it is the only user of Ctl-Alt-U. Ian
  23. Ian Branch

    Error on Build of rev 4096 in D12.

    It wasn't there in 4095. GE built OK in D12 in rev 4095.
  24. Ian Branch

    Delphi 12 is available

    I can vouch for this. Works fine.
Γ—