Jump to content

Ian Branch

Members
  • Content Count

    1272
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Ian Branch


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


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


  3. 1 hour ago, FPiette said:

    all parameters following the first declared default value must also have default values.

    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


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


  5. 28 minutes ago, corneliusdavid said:

    Just try several different themes until the control gives the right balance of colors in your application.

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

     

    Ian


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

    image.thumb.png.29fbf6945488dde8d0811246a021af58.png

    image.thumb.png.64a5101d985aaa26e2523631d477c7c0.png

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


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


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


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

×