Lasse

Forum Replies Created

Viewing 12 posts - 201 through 212 (of 212 total)
  • Author
    Posts
  • in reply to: Virtual tree #53989
    Lasse
    Participant

      That Delphi XE8 build in Windows 7 is showing checkbox without skin (see attachment).

      in reply to: TsColorBox error #53652
      Lasse
      Participant

        Version is the latest 10.12 (Delphi XE8).

        Thanks, “Selected” property works fine.

        in reply to: TsTabSheet close button #53646
        Lasse
        Participant

          Here is a simple sample project (see attachment). Change the project path.

          1. Run

          2. Move mouse over the close button. (first time it looks ok)

          3. Push button and 'X' is inserted into caption

          4. Repeat from 2.

          Just tested and the problem is still there.

          in reply to: Windows 10 skin #53588
          Lasse
          Participant

            This can be closed. The reason for this was an unnecessary set of tab sheet's SkinData.SkinSection when a tab sheet was created. After removing it everything works like it should. 🙂

            in reply to: TsTabSheet close button #53517
            Lasse
            Participant

              I forgot to mention that I was using Delphi XE8 on Windows 7, if that is relevant.

              in reply to: Windows 10 skin #53516
              Lasse
              Participant

                There are still Windows 10 skin related problems with resizing (see attachment). Other skins are working perfectly.

                in reply to: Windows 10 skin #53507
                Lasse
                Participant

                  I did fix the problem. It was caused by setting the editor's Visible property from False to True when creating a frame for a tab sheet. Not sure why it didn't work with the Windows 10 skin but now it works. 🙂

                  in reply to: Windows 10 skin #53496
                  Lasse
                  Participant

                    I made a simple example and it works. I have to figure out what the actual problem is.

                    in reply to: Windows 10 skin #53495
                    Lasse
                    Participant

                      Sure,

                      The control is my own TBCEditor – https://github.com/bonecode/TBCEditor

                      You can download the editor which is build with the version 10.10 and using the control:

                      http://bonecode.com/downloads/EditBone32.zip (32-bit)

                      http://bonecode.com/downloads/EditBone64.zip (64-bit)

                      The demo for the TBCEditor is not build with the latest version (I think it is 10.05) and it seems to work.

                      in reply to: TButton Caption #53346
                      Lasse
                      Participant

                        Aaaaaa-nd it was my bad. 🙂 I hook resource strings and the string, that was replacing the original string, included a line break. So, case closed. 🙂

                        in reply to: TButton Caption #53345
                        Lasse
                        Participant

                          Well, I made a new project and the caption shows like it should. I will investigate what is causing the misplacing in my project…

                          in reply to: TButton Caption #53344
                          Lasse
                          Participant
                            'Support' wrote:

                            Can you give me a demo, please? I can't repeat it.

                            Simple call Vcl.Dialogs.ShowMessage('Test'); All TButtons are behaving the same way. I forgot to mention that I'm using Delphi XE7 with Windows7, if that matters.

                            Now I also get access violations with some skin manager properties with new VCL Form Application. By clicking InternalSkins I get the AV.png and by clicking the SkinDirectory I get the AV2.png. BUT not in my other project… this is weird. Aah, these happen because SkinManager is Active. Ok, that's not a problem. 🙂

                            Btw. First I couldn't install components because xPack280.dcu was not found in the root directory. I copied it from the Trial directory. Could that cause problems?

                          Viewing 12 posts - 201 through 212 (of 212 total)