We would like the ability to add buttons to our widget controllers that opened links and pages without requiring the panel to also open (with the button on it).
The need is to add additional buttons inline with the widget controller that would take the user to a different page or display a window, and the style/position would flow with the rest of the widget controller icons easily.
Currently, when you add a button widget to the widget controller, it puts the button on a panel. But the desired behavior is that it wouldn't require that the button be on a panel --
Scenario: I'm working on an app that has two pages. The main page uses the widget controller, and I need to give the user a way to navigate to the second page. Ideally, i could add a button to the widget controller, but instead, I have to add a button widget after the widget controller --- and then fiddle with the row and button styling so that it feels like a seamless part of the header:
It would be awesome if when you add a button to the widget controller, it was just a button, not a button on a panel.
It looks like you figured it out, but you can build your own Widget Controller to deal with the Button in a Widget Controller problem. It would be much nicer if the Buttons in a Widget Controller just worked, though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.