Theera Expert Licensed User Longtime User Jul 19, 2013 #1 Hi all, I've create a new widget which using map between in Main module and Service Module. I don't know to get rid of this problem. Attachments TalkingTask.zip 26.7 KB · Views: 166
Hi all, I've create a new widget which using map between in Main module and Service Module. I don't know to get rid of this problem.
Erel B4X founder Staff member Licensed User Longtime User Jul 19, 2013 #2 What is exactly the problem? You can use CallSubDelayed to send objects between the main activity and a service module. Upvote 0
What is exactly the problem? You can use CallSubDelayed to send objects between the main activity and a service module.
Theera Expert Licensed User Longtime User Jul 20, 2013 #3 Map1 unknown in service module,I need to use in both of modules. I've tried to combine the old widget which used TTS and the widget which used service module. Upvote 0
Map1 unknown in service module,I need to use in both of modules. I've tried to combine the old widget which used TTS and the widget which used service module.
Erel B4X founder Staff member Licensed User Longtime User Jul 21, 2013 #4 If Map1 is a process global variable in Main then you should access it with: B4X: Main.Map1 Upvote 0