L lumbanico Member Aug 21, 2013 #1 Hello. I'm trying to load an activity with a calculator in a panel on the other activity. Is it possible? Thanks.
Hello. I'm trying to load an activity with a calculator in a panel on the other activity. Is it possible? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Aug 22, 2013 #2 You cannot load an activity into a panel. However you can load a layout file. You can implement the calculator logic in a Class and then load it to the panel or activity. Upvote 0
You cannot load an activity into a panel. However you can load a layout file. You can implement the calculator logic in a Class and then load it to the panel or activity.