TLabel with Align=alClient causes Form to misbahave

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #49496
    Support
    Keymaster

      When you activates a skin? In the form OnShow/OnCreate or in design-time?

      #49497
      ralfiii
      Participant
        'Support' wrote:

        When you activates a skin? In the form OnShow/OnCreate or in design-time?

        In OnCreate.

        #49498
        Support
        Keymaster

          TsSkinProvider is placed already to the form?

          #49510
          ralfiii
          Participant
            'Support' wrote:

            TsSkinProvider is placed already to the form?

            No, that solves the problem.

            Is there an explanation available what the SkinProvider does? Most of the times I don't need it but sometimes I do, confusing….

            However, the other issue

            http://www.alphaskins.com/forum/index.php?showtopic=7333&view=findpost&p=40423

            is MUCH more serious, this one was solvable using TsLabel, for the other one I haven't found anything yet.

            #49585
            Support
            Keymaster

              TsSkinProvider needed for a skinning of form.

              Usually this component is created automatically when form is shown.

              But in some cases we can't control some events which occurs before automatic TsSkinProvider creation.

              I suggest always use TsSkinProvider in design-time because forms behaviour will be better when this component was defined in design-time.

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