TButton Caption

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53343
    Support
    Keymaster
      'Lasse' wrote:
      The caption of the TButton is misplaced in version 10.03 beta. Try Vcl.Dialogs.ShowMessage('Test'); or see the attachment.

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

      Quote:
      Ps. Your skin controls are fantastic! 🙂

      Thanks

      #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?

        #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…

          #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. 🙂

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.