Dear friends,
I want to open multiple forms in an application also need to hide some later on. How do I do it in B4J?
Also I need to have different forms to have their own code modules.
regards,
I recommend creating a forms manager class to handle the creation, hiding, sizing, limiting # of, etc. of forms. Especially, if you'll be dealing with several forms and from different areas. It makes it much easier and less code.