Forum Replies Created
-
AuthorPosts
-
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?
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.
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;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/
An updated GetIt package now appears to be available for RAD Studio 11 so just update or install and that should fix the problem.
Looks great, thanks so much!
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!
Actually I just tried it again and 6.2.3 is now available from GetIt
- This reply was modified 5 years, 11 months ago by Chris LeFebvre LeFebvre.
Anything to report? I just checked and still no availability of these components in Getit?
-
AuthorPosts