TsRollOutPanel with AutoHide may close unexpectedly

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #37879
    HeDiBo
    Participant

    This is a variation on an earlier sample project:

    [attachment=8803:acPopups.zip]

    After initial showing and closing the roll out panel, you can expand it manually but when you try to access the month calendar the roll out panel closes suddenly.

    #58099
    Support
    Keymaster

    Thank you for the demo. Interesting situation.

    I think, panel should be hidden if not focused or if mouse is not hovered there…

    But panel is visible after form showing. Maybe this panel must be hidden if not focused after showing?

    #58102
    HeDiBo
    Participant
    'Support' wrote:

    Thank you for the demo. Interesting situation.

    I think, panel should be hidden if not focused or if mouse is not hovered there…

    But panel is visible after form showing. Maybe this panel must be hidden if not focused after showing?

    I don't understand what you mean. Think again. As it is now it's not possible to have a TsDateEdit field in a roll out panel with auto hiding.

    #58104
    Support
    Keymaster

    I mean, that if AutoHide property of panel is True, then panel must be hidden if not focused and if it's not under mouse.

    This condition is not correct?

    #58107
    HeDiBo
    Participant
    'Support' wrote:

    I mean, that if AutoHide property of panel is True, then panel must be hidden if not focused and if it's not under mouse.

    This condition is not correct?

    The point is that the month calendar is an integral part of the date edit control. So if the calendar drops down, focus is really on the date edit and that control is part of the roll out panel. So the roll out panel should not collapse.

    #58112
    Support
    Keymaster

    I have recompiled your project, but panel is expanded if calendar is dropped down there.

    Look my Exe. Do you have another behavior of the component?

    #58115
    HeDiBo
    Participant
    'Support' wrote:

    I have recompiled your project, but panel is expanded if calendar is dropped down there.

    Look my Exe. Do you have another behavior of the component?

    After the first time it collapsed, the problem starts. Best set the Collapsed property to True at design time. You'll have the problem straight away.

    #58095
    Support
    Keymaster

    I see it now, I will change it in the nearest release.

    #58171
    HeDiBo
    Participant
    'Support' wrote:

    I see it now, I will change it in the nearest release.

    Solved in AC 13.17 a7.gif

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