Skin Selector Popup Menu Difficulty

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37912
    TAZ
    Participant

    Sorry to keep harping about the skin selector; however, with me getting fully into this neat control where I find difficulty I have to report it and I have found a real doozy.

    Using your demo, I added a popup menu and added one menu item and set the skin selector to this popup menu. What I am doing is using the popup menu to set/clear AllowMouseWheel.

    I ran the application and right-clicked on the skin selector. The popup menu did not show; however, repeatedly right–clicking on the skin selector the popup menu would eventually appear. Of course, this is not normal.

    If this unique control is not supposed to have this capability, please advise.

    Thanks.

    #58287
    Support
    Keymaster

    The TsSkinSelector component has been derived from standard TComboBoxEx component, where right mouse click with popupmenu doesn't work (if Style is csExDropDownList).

    Only DblRightMouseClick works.

    I will search a solution, but I'm not sure that solution exists.

    #58289
    TAZ
    Participant

    Thanks. I usually do not place popup menu on an individual component, but this was a specific.

    Safe the search since this appears to be by design.

    'Support' wrote:

    The TsSkinSelector component has been derived from standard TComboBoxEx component, where right mouse click with popupmenu doesn't work (if Style is csExDropDownList).

    Only DblRightMouseClick works.

    I will search a solution, but I'm not sure that solution exists.

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