Fabrice La Active Member Licensed User Longtime User Dec 6, 2013 #1 I created 2 layouts in FX builder Login and MainFrom. I would like to open Login and atfer "true" open MainForm. How to do that ?
I created 2 layouts in FX builder Login and MainFrom. I would like to open Login and atfer "true" open MainForm. How to do that ?
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2013 #2 See this tutorial: Modal dialogs Upvote 0
Fabrice La Active Member Licensed User Longtime User Dec 6, 2013 #3 Erel said: See this tutorial: Modal dialogs Click to expand... Thanks I saw it and how to open a non modal form ? Upvote 0
Erel said: See this tutorial: Modal dialogs Click to expand... Thanks I saw it and how to open a non modal form ?
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2013 #4 Just call frm.Show instead of frm.ShowAndWait. Upvote 0
Fabrice La Active Member Licensed User Longtime User Dec 6, 2013 #5 Ok Does it mean that you can only have one Code Module when you build appli ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2013 #6 No. You can have as many code modules as you like. Upvote 0