Hi guys, (and specially
@alwaysbusy)
I had come across this lib before, but didn't take too much time to understand it, so I kind of discarded it...
But now it got me wondering....
Since we pass a map to the plugin, we can pass objects as well, so adding UI elements shouldn't be much difficult as passing a panel, of even a form, and add either a layout or add the views by code... but, where ( and how ) should the events and any other UI manipulation like Labels and such, be done?
Other than returning objects in the Run method, I can't imagine how, without knowing before-hand the list of views to be handled....
SO... Any insights???