HeDiBo

Forum Replies Created

Viewing 20 posts - 341 through 360 (of 1,174 total)
  • Author
    Posts
  • in reply to: Access Violation when GroupBoxStyle is gsCard (AC 14.31) #61444
    HeDiBo
    Participant

      Can you send me this Dfm-form, please?

      It is awfully big (> 6 MB ). I could send it to you by private mail if you want.

      in reply to: File Open dialog distorted. #61441
      HeDiBo
      Participant

        You should know that I’m searching a way to skin it completely latest 2-3 years.
        But without success, unfortunately.

        That’s a shame. Maybe you should not try then. Just (optionally) show the dialog in native windows style. Users would be used to that. As it is now, it is a horrible mix.

        PS. As you can see above, the message quotations look very large.

        • This reply was modified 6 years, 5 months ago by HeDiBo.
        • This reply was modified 6 years, 5 months ago by HeDiBo.
        in reply to: TsTimwPicker does not work if cleared in code #61332
        HeDiBo
        Participant

          The following code will solve the problem:

                s := Text;
          {$ENDIF}
                if s = '' then begin      (*** DB ***)
                   Value := 0;            (*** DB ***)
                   s := Text;             (*** DB ***)
                end{if};                  (*** DB ***)
                case FPos of
          

          The spin buttons still don’t do anything, but that’s probably OK.

          in reply to: Access Violation when GroupBoxStyle is gsCard (AC 14.31) #61328
          HeDiBo
          Participant

            The bug is still present in 14.32

            in reply to: Show hints even if control is disabled #61321
            HeDiBo
            Participant

              Could you have another look at it?

              in reply to: Some font problems in groupbox caption (AC 14.31) #61319
              HeDiBo
              Participant

                Things seem to be much better now.
                I reattached the project, so you can use it, if you didn’t yet.
                I noticed a bug in TheFrog skin. The horizontal line in the group header is still visible. Maybe this problem is in other skins too, I did not test it.

                Attachments:
                You must be logged in to view attached files.
                in reply to: File Open dialog distorted. #61318
                HeDiBo
                Participant

                  I’m searching ways for making it.

                  In 14.32 still no change 😢

                  in reply to: LabelFX is rather thin when shown vertcally #59862
                  HeDiBo
                  Participant

                    Any progress ā“

                    in reply to: Boundlabels lost font info #59861
                    HeDiBo
                    Participant

                      I cannot reproduce it anymore.

                      For now, consider it solved.

                      in reply to: Ugly focus rectangle in TsButton #59860
                      HeDiBo
                      Participant

                        If TsButton.ShowFocus is false, focus is still shown. In fact, I could not find any difference between ShowFocus = True and ShowFocus = False.

                        in reply to: File Open dialog distorted. #59859
                        HeDiBo
                        Participant
                          'Support' wrote:

                          I'm searching ways for making it.

                          In 14.31 still no change

                          in reply to: AC 14.29 acPopupController behaves wrongly #59858
                          HeDiBo
                          Participant
                            'Support' wrote:

                            I will fix it in the v14.30, form will not be closed if “ClosingForbide” used.

                            It's solved now šŸŽ‰

                            in reply to: Show hints even if control is disabled #59818
                            HeDiBo
                            Participant

                              Hi Serge,

                              Do you have any thoughts about the suggested implementation for hints on disabled controls? šŸ’

                              in reply to: AC 14.29 acPopupController behaves wrongly #59826
                              HeDiBo
                              Participant

                                You can disable the unwanted close by modifying the code in the popup form as follows:

                                Code:
                                with GetIntController do begin
                                ClosingForbide(Self);
                                end{with};
                                AbErr_Popup_Sub := TAbErr_Popup_Sub.Create(Self);
                                AbErr_Popup_Sub.ShowModal;
                                with GetIntController do begin
                                ClosingAllow(Self);
                                end{with};
                                Self.Close;

                                but that does not work for clicks on the title bar of the TAbErr_Popup_Sub window.

                                in reply to: Strange cursor behaviour in 64 bit #59825
                                HeDiBo
                                Participant

                                  This problem has to be solved, Serge. It's no option not to use FastMM4.

                                  in reply to: Memory Leaks in AC 14.27 #59743
                                  HeDiBo
                                  Participant
                                    'Support' wrote:

                                    I'm sorry Dick, my message was addressed to SzakiLaci.

                                    I can send you new files where your reported memory leak is removed (by PM).

                                    That's not necessary, I'll await the next release.

                                    in reply to: Memory Leaks in AC 14.27 #59737
                                    HeDiBo
                                    Participant

                                      FastMM4_FullDebugMode.dll

                                      You must use FastMM4 as the first line in uses in dpr file:

                                      Code:
                                      program SomeProgram;
                                      uses
                                      FastMM4,
                                      MidasLib,
                                      Vcl.Forms,

                                      I use these options:

                                      [attachment=9410:FastMM4Options.zip]

                                      My memory leak occurs when I change a skin programmatically.

                                      in reply to: Font change not shown in TsSpeedButton (design time) #59727
                                      HeDiBo
                                      Participant
                                        'Support' wrote:

                                        Hello

                                        Do you mean a color of font or other properties? I'm trying to repeat it but without success.

                                        Maybe I'm doing wrong something, I will try to test it more today.

                                        Here's a test project. [attachment=9405:acSBBug.zip]

                                        Try to change the font size of the button with text “Caption at 10 points” to say 12. Nothing seems to happen

                                        in reply to: Ugly focus rectangle in TsButton #59708
                                        HeDiBo
                                        Participant
                                          'Support' wrote:

                                          I think, buttons without skins should use the ShowFocus property only.

                                          They should not depend from TsSkinManager.ButtonsOptions.ShowFocusRect property if have standard look.

                                          How you think?

                                          I made the mistake thinking ShowFocusRect was a standard TButton property. What you're saying is correct. Default the ShowFocusRect property to False will do the trick.

                                          in reply to: File Open dialog distorted. #59705
                                          HeDiBo
                                          Participant
                                            'Support' wrote:

                                            Default value of this variable will be changed to False in the nearest release.

                                            Maybe you could make an effort to better skin the dialogs when UseLatestCommonDialogs is True.

                                          Viewing 20 posts - 341 through 360 (of 1,174 total)