Chris LeFebvre LeFebvre

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: TRzOpenDialog in Delphi 11.2 crash on execute? #3237

    Thanks Ray, I got the bug report filed and while I was there I did take a look at some of the other KSVC bug reports and the comments that people were leaving. I have to say it was somewhat disconcerting to see that none of the bugs being reported are being addressed, some people went so far as to say that Embarcadero is looking to sell the suite and has no intention of ever fixing the bugs that have been reported. Is there anything official from Embarcadero about what they are going to be doing?

    in reply to: TRzOpenDialog in Delphi 11.2 crash on execute? #3235

    I’d be happy to file a report but as usual with the Quality portal I just can’t get the options right and it won’t accept my report. First under Project there’s no option for KSVC so I have to put RAD Studio. Second problem, under component(s) I try and put TRzOpenDialog and I get the error “Component with id ‘TRzOpenDialog’ does not exist.” so I tried KSVC 7.0 and I get the same error. There’s just no way to submit this because the options for KSVC don’t exist.

    in reply to: TRzOpenDialog in Delphi 11.2 crash on execute? #3234

    I was able to reproduce, I added a TrzButton and TrzOpenDialog on a form and used these three lines of code in the TrzButton onclick event and I got the error, fyi this is set as a 64bit program:

    odOpenFiles.InitialDir := ‘C:\Users\Chris\Pictures’;
    odOpenFiles.Options := [ osoAllowMultiSelect, osoHideReadOnly, osoAllowTree, osoShowHints, osoOleDrag, osoOleDrop ];
    odOpenFiles.Execute;

    in reply to: Compile error with D11 #2671

    I can confirm that I’m also having the exact same problem except in my case I have a form with an TRzDBGrid but no other Raize components and I can’t compile the project because of an error “[dcc64 Fatal Error] XXXXXXX.pas(8): F2051 Unit RzCommon was compiled with a different version of Vcl.Forms.TCustomForm”.

    There’s also another user reporting this here as well, but no replies or suggestions: https://en.delphipraxis.net/topic/5513-ksvc-70-rzcommon-fatal-error/

    in reply to: Compile error with D11 #2684

    An updated GetIt package now appears to be available for RAD Studio 11 so just update or install and that should fix the problem.

    in reply to: TrzButton is vertical text possible? #1736

    Looks great, thanks so much!

    in reply to: TrzPanel & TrzDBGrid overlapping? #1333

    Sorry that I wasn’t clear, when I said “these controls are aligned to vertical center of the panel” I meant that I selected each button and in the IDE used Edit / Align / Vertical Center in window to get the button in the vertical center of the panel.

    I should have included a screen capture.

    After fiddling with it for another hour, I tried setting each components alienment to alNone and then set the panel back to alTop and the dbgrid to alClient and after that the problem seemed to resolve but it’s odd in that wasn’t the first time I tried that and it previously hadn’t made any difference so I’m not entirely sure if it was that or some other setting I changed that eventually fixed it.

    If it happens again, I’ll post back.

    Thanks!

    in reply to: Konopka Signature Controls For Rad Studio 10.3? #566

    Actually I just tried it again and 6.2.3 is now available from GetIt

    in reply to: Konopka Signature Controls For Rad Studio 10.3? #565

    Anything to report? I just checked and still no availability of these components in Getit?

Viewing 9 posts - 1 through 9 (of 9 total)