H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Oct 19, 2019 #1 Activity1 has ACToolBarLight with menu items, From activity2: How can I call activity1 & simulate click in ACToolBarLight menu to show its items?
Activity1 has ACToolBarLight with menu items, From activity2: How can I call activity1 & simulate click in ACToolBarLight menu to show its items?
Brandsum Well-Known Member Licensed User Oct 19, 2019 #2 If your activity 2 is in foreground then you cant show menu items of activity 1. However if you want to perform some non gui works then you can use callsub to call a function of activity 1 from activity 2 Upvote 0
If your activity 2 is in foreground then you cant show menu items of activity 1. However if you want to perform some non gui works then you can use callsub to call a function of activity 1 from activity 2