Two problems with TsRollOutPanel

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #37913
    HeDiBo
    Participant

    Using this test project:

    [attachment=8860:acTstSlidingPanel.zip]

    when I click the roll out panel, it leaves me with a ghost of the button:

    [attachment=8861:RollOutGhost.jpg]

    Also, the caption of the button cannot be positioned in the middle or at the top.

    #58293
    Support
    Keymaster

    Thank you for the project

    TsRollOutPanel doesn't work with Align property, this is the reason of the problem.

    I hope to improve it soon.

    #58303
    HeDiBo
    Participant
    'Support' wrote:

    Thank you for the project

    TsRollOutPanel doesn't work with Align property, this is the reason of the problem.

    I hope to improve it soon.

    Thanks. I suppose you agree that it is a bug?

    #58306
    Support
    Keymaster

    Yes. The Align property should not be published while not supported.

    I will try to support it later.

    #58391
    HeDiBo
    Participant
    'Support' wrote:

    Yes. The Align property should not be published while not supported.

    I will try to support it later.

    Align seems to work somewhat (although in some cases, the button is ghosted for a moment).

    However Alignment still does not work (caption will always stay at the left hand side).

    Also, the placement of the button in expanded state is only correct if placement is asTop. In all cases except asTop the button should move with the panel.

    The combination Align = alBottom and Placement = asTop gives a very strange behavior.

    #58422
    HeDiBo
    Participant
    'HeDiBo' wrote:

    Align seems to work somewhat (although in some cases, the button is ghosted for a moment).

    However Alignment still does not work (caption will always stay at the left hand side).

    Also, the placement of the button in expanded state is only correct if placement is asTop. In all cases except asTop the button should move with the panel.

    The combination Align = alBottom and Placement = asTop gives a very strange behavior.

    No improvement in 14.02

    #58443
    HeDiBo
    Participant
    'HeDiBo' wrote:

    No improvement in 14.02

    The problem became worse in 14.03.

    I cannot get the sample project to work properly anymore.

    [attachment=8933:acTstSlidingPanel.zip]

    #58507
    HeDiBo
    Participant
    'HeDiBo' wrote:

    The problem became worse in 14.03.

    I cannot get the sample project to work properly anymore.

    [attachment=8933:acTstSlidingPanel.zip]

    It's a bit better in 14.04. But you can try it yourself in my sample project, by setting both Align and Placement properties to all possible combinations. You'll see that most combinations do not work OK.

    A special case occurs with Align is alTop and Placement is asBottom. It seems to work, but the direction arrows point now in the wrong direction.

    #58508
    HeDiBo
    Participant

    The Alignment property is still not honored.

    #58524
    Support
    Keymaster
    'HeDiBo' wrote:
    The Alignment property is still not honored.

    I will try to make it in the v14.05

    #58543
    HeDiBo
    Participant
    'Support' wrote:

    I will try to make it in the v14.05

    The Alignment works now a3.gif

    However, Placement and Align properties do not work together properly.

    This is a picture with Align = alBottom and Placement = asTop:

    [attachment=8970:Rollout1..jpg]

    As you can see, the DirectionArrow points the wrong way.

    BUG: This is shown, when clicking on the rollout button:

    [attachment=8971:Rollout2..jpg]

    We get ghosting at the right hand side.

    #58606
    HeDiBo
    Participant
    'Support' wrote:

    I will try to make it in the v14.05

    In 14.06 the ghosting is fixed a7.gif

    However the arrows still point the wrong way in these cases:

    • Align = alTop, Placement = asBottom
    • [*] Align = alLeft, Placement = asRight[*]Align = alBottom, Placement = asTop[*]Align = alRight, Placement = asLeft

    In other words, if the Placement is the opposite of Align, the arrow should be reversed too.

    #58619
    Support
    Keymaster

    This behavior will be improved in the v14.07 at the nearest days.

    #58659
    HeDiBo
    Participant
    'Support' wrote:

    This behavior will be improved in the v14.07 at the nearest days.

    All's well now 🆗

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