B4J Question [ABPlugIn] Add and manage UI elements, is it possible?

Cableguy

Expert
Licensed User
Longtime User
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???
 

MichalK73

Well-Known Member
Licensed User
Longtime User
Wouldn't it be better to pass the name of a configuration file that describes what it should do, e.g. how to build a form either from a design file or according to your own code?
 
Upvote 0
Top