Ray Konopka

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 309 total)
  • Author
    Posts
  • in reply to: CodeSite Dispatcher: Out of memory #1722
    Ray Konopka
    Keymaster

      Hi Hans,
      I am responding to your email regarding the same issues.

      Ray

      in reply to: TRzAnimate ActivityIndicator doesn’t show #1714
      Ray Konopka
      Keymaster

        No problem. However, I’ll still post my response 🙂

        The TRzAnimator component is a user interface control. As such, if your perform some other process in the main UI thread that is computationally intensive, then it is possible for UI controls to not display correctly. There are a couple ways around that–typically creating a background thread to do the work leaving the UI thread free to update.

        Now, if the animation is not appearing at all, then that could be some other issue.

        Ray

        Ray Konopka
        Keymaster

          Hi Ian,

          Glad to hear you resolved the issue. Thanks for sharing the info regarding the AntiVirus software.

          Ray

          in reply to: CodeSite Dispatcher: Out of memory #1707
          Ray Konopka
          Keymaster

            Hi,

            Is there anyway that you can get access to the machine? Or at least have a user access the Dispatcher Log on that machine?

            If the disk was getting so full that the Dispatcher was unable to update the log file, then the Dispatcher should record the error in the Dispatcher Log and then continue to process the next message. The next message would then have a problem as well, log the problem, and continue. Clearly the Out of Memory error suggests that something is not getting cleaned up correctly in this situation.

            In addition to check the Dispatcher Log, I would suggest terminating the CSDispatcher.exe and then check the hard disk. Is the disk really full? Or, was the CSDispatcher just eating memory.

            Finally, do you know what version of the CodeSite Dispatcher is running on that machine?

            Ray

            Ray Konopka
            Keymaster

              Hi Ian,

              I suspect that the root cause of the problem may lie in how you have 10.3 configured. I have 10.3.3 installed and am using the KSVC (installed via GetIt) without any of the problems that you are reported. Also, the fact that you have also been having issues with other libraries makes me believe there might be something wrong in the IDE config.

              When you posted “If I drop them on the form…”, as this form part of an existing project? Or a brand new VCL project?

              The F2063 compiler error usually means that you have a directory on your Library Search path that already has *.dcu files for the referenced units, but they were built with an old version of Delphi. So, I would check all the directories on your Library Search Path and see if there are some Rz*.dcu files located on any of them. I would also check the directories of the project you are trying to compile. If you find any Rz*.dcu, I suspect that these were added by the compiler. Normally, this should not happen, but it would happen if you added the Raize Components Source directory to your project at some point so the component units would get rebuilt by the compiler.

              Hope this helps,
              Ray

              in reply to: TrzButtonEdit ignores StyleElements #1701
              Ray Konopka
              Keymaster

                Unfortunately, supporting StyleElements throughout the library is something that I have wanted Embarcadero to tackle since acquiring the components. Unfortunately, the appearance of the TRzControlButton (i.e. the class that controls the embedded buttons) is handled in the TRzControlButton.DrawBtnFace method and that method does not look at StyleElements nor is there a UseThemes type property available either.

                Ray

                in reply to: acc violation in TRzCheckGroup #1693
                Ray Konopka
                Keymaster

                  Hi,

                  I created a test project and I am unable to duplicate the issue you are reporting. I dropped a TRzCheckGroup and two buttons on the form. In the first button, I added several items to the check group. In the second button I clear the check group. I then ran the app and loaded the items, checked some items, and clicked the second button to clear the group. No issues.

                  I am wondering if you have any other interactions going on in your project? Are you able to duplicate the issue in a test project? If so, please send the source (no exes) to support@raize.com and I’ll take a look.

                  Ray

                  in reply to: Search through lots of log files #1685
                  Ray Konopka
                  Keymaster

                    Hi Hans,

                    I’m so glad to hear that the CSSearchFiles tool helped you locate what you were looking for more quickly. And thank you for bringing up your request on this forum. I love to hear how people are using (or would like to use) CodeSite. You never know when it may spark a new feature or supporting tool!

                    Ray

                    in reply to: Search through lots of log files #1667
                    Ray Konopka
                    Keymaster

                      Hi,

                      The new CSSearchFiles command line tool is now available:
                      https://raize.com/wp-content/uploads/CSSearchFiles.zip

                      The usage information for CSSearchFiles is shown below. Running CSSearchFile.exe without any command line parameters will also display the usage information.

                      Remember that the message number displayed next to each match can be used to jump directly to that message while in the CodeSite Live Viewer or CodeSite File Viewer.

                      Ray

                      CodeSite Search Files 5.3.3
                      Copyright (c) 1998-2018 by Raize Software, Inc.  All Rights Reserved.
                      
                      Usage:
                        CSSearchFiles [-type:<MsgTypes>] [-text:<Text>] [-trim:<Columns>] <Files>
                      
                        MsgTypes:  Search for specified message types (e.g. EX)
                                   N=Notes | W=Warnings | E=Errors | X=Exceptions
                      
                        Text:      If search text includes spaces, wrap in double quotes
                        Columns:   Trim output to column width (e.g. 80)
                        Files:     Path to CodeSite file(s) to search (e.g. C:\Logs\*.csl)
                      
                      Examples:
                      
                      CSSearchFiles -type:EX *.csl
                        Search for all Error and Exception messages in all CodeSite log files
                        in the current directory
                      
                      CSSearchFiles -text:"Print Report" *.csl
                          Search for all messages that contain "Print Report" in message text
                      in reply to: RC6 with Delphi 10 Seattle #1665
                      Ray Konopka
                      Keymaster

                        Hi,

                        Unfortunately, Delphi 10 Seattle support was added to the components after Embarcadero acquired the components from us. Also, complicating matters is that with the initial release of Delphi 10 Seattle, Embarcadero began selling the components as a subscription. Eventually, Embarcadero stopped selling the components and made them available to all RAD Studio users–starting with Delphi 10.1 Berlin.

                        Things got even easier with the release of Delphi 10.2 Tokyo and Delphi 10.3 Rio where the Konopka Signature VCL Controls are available in the GetIt Package Manager.

                        If you have to use Delphi 10 Seattle, then I’m afraid you will need to contact Embarcadero about getting access to the components.

                        Ray

                        in reply to: Search through lots of log files #1660
                        Ray Konopka
                        Keymaster

                          Hi Hans,

                          At first I was going to suggest the CSMergeFiles tool to combine all your logs into one (or a few) log files, but then I realized that the CSMergeFiles tools works by taking two log files and creating a merged log file. Combining 300+ log files would be nearly as tedious as loading each one into the viewer.

                          This gave me an idea–a new command line tool called CSSearchFiles where you specify a log filename or a wildcard along with what types of messages you are looking for (e.g. Warnings, Errors, Exceptions, Notes) and the tools rips through each of the log files that match the file mask and writes on the console any matches including the message number. Then load the corresponding log file into the viewer and select Search > Jump to Message and enter the message number from the output.

                          The tool is working, but I need to do a little bit more to polish it up. I’ll make the tool available in the next day or two. Here’s a screenshot of the current version.

                          Ray

                          CSSearchFiles.png

                          • This reply was modified 4 years, 10 months ago by Ray Konopka.
                          in reply to: TRZLauncher fails to open documents #1644
                          Ray Konopka
                          Keymaster

                            Hi,

                            I am also running the latest version of Windows 10 and I just created a quick test app where I dropped a button and a TRzLauncher component on the form. I then wrote the following event handler for the button’s OnClick event:

                            procedure TForm32.RzButton1Click(Sender: TObject);
                            begin
                              RzLauncher1.FileName := 'C:\Users\rkonopka\Pictures\sample.jpg';
                              RzLauncher1.Launch;
                            end;

                            I then ran the program and clicked the button. The Windows Photo Viewer (my default app for JPG files) was launched correctly. Do you have any other property changes from the defaults in the TRzLauncher?

                            Ray

                            in reply to: ChangeScale not called in Delphi 10.3 #1613
                            Ray Konopka
                            Keymaster

                              Hi David,

                              Unfortunately, not really. Technically, they did modify the installation such that the components could be installed via GetIt without running a custom installer. Unfortunately, there were some issues with what they did. As for the components, themselves, no. Unfortunate, indeed.

                              Ray

                              in reply to: Version Info #1612
                              Ray Konopka
                              Keymaster

                                It certainly sounds like the locale ID not being saved is definitely having something to do with the behavior you are seeing. The only thing that I can think of is that one or more files are marked as read only and when you go to change it, they are not changing.

                                Have you tried running Delphi as an administrator and then try to change the locale?

                                Ray

                                in reply to: Version Info #1595
                                Ray Konopka
                                Keymaster

                                  Hi Barry,

                                  A couple things to check/try.

                                  1. Drop a new button on your app and add the following in the event handler. The code essentially performs the same steps that the TRzVersionInfo component provides. As such, I am expecting that you will be getting the Version Info Not Available message when you run it.

                                  procedure TForm24.RzButton1Click(Sender: TObject);
                                  var
                                    InfoSize, Temp: DWord;
                                    FilePath: string;
                                    PathStz: array[ 0..MAX_PATH ] of Char;
                                  begin
                                    GetModuleFileName( HInstance, PathStz, SizeOf( PathStz ) );
                                    FilePath := PathStz;
                                  
                                    InfoSize := GetFileVersionInfoSize( PChar( FilePath ), Temp );
                                    if InfoSize > 0 then
                                      ShowMessage( 'Version Info Available' )
                                    else
                                      ShowMessage( 'Version Info Not Available' );
                                  end;

                                  2. If you were to look in the source for the TRzVersionInfo component, you would see that the above code actually checks the FilePath property first. So, my next question, have you assigned anything to the TRzVersionInfo.FilePath property either at design-time or runtime?

                                  And finally, I’ll look into how we can allow images to be added to forum posts.

                                  Ray

                                Viewing 15 posts - 226 through 240 (of 309 total)