B4J Question can a form be turned into a customview?

Cableguy

Expert
Licensed User
Longtime User
Hi guys, I'm trying to convert a few ModalForms into customViews...
But how to do it?

As my app stands for now, I set my modalform properties, including the loadlayout, and then call showandwait...
Should I create a custom Class or Custom View to achieve my goal?

[EDIT] Found out that the best choice is to create a class, since a modal form has very little properties or events to expose to the calling sub
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
Thanks... I'm already implementing it that way...
 
Upvote 0
Top