Skip to content

Pressing outer ring buttons from code does not work. #135

@perneky

Description

@perneky

I have tried adding a way to by pressing the internal button, open the submenu. What I did is to replace the button1.InnerArcPressed in the demo app to:

button1.InnerArcPressed += ( sender, e ) => button1.Submenu.ClickOuterRadialMenuButton( button1 );

This works, clicking the Melbourne button opens it's submenu. However if I do this on any submenu, it does not work. Adding:

button14.InnerArcPressed += ( sender, e ) => button1.Submenu.ClickOuterRadialMenuButton( button14 );

and changing button14 type to simple is not working. Basically doing this on any button that it is not part of the main menu, but a submenu, it does not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions