KMatle Expert Licensed User Longtime User Oct 25, 2015 #1 First try to create a non-ui app. As described in a thread, I've added the httputils2 modules which have a build in check if it's ui or not. I get this message when I try to submit a job. I'm to blind to see it. Could someone point me to the right direction? Attachments MessageLoop.zip 3.6 KB · Views: 352
First try to create a non-ui app. As described in a thread, I've added the httputils2 modules which have a build in check if it's ui or not. I get this message when I try to submit a job. I'm to blind to see it. Could someone point me to the right direction?
Erel B4X founder Staff member Licensed User Longtime User Oct 25, 2015 #2 See the tutorial: https://www.b4x.com/android/forum/threads/non-ui-applications.34657/#content The program will end after this sub unless you call StartMessageLoop. Calling StartMessageLoop means that the main thread is now handling an internal message queue. This is useful if you need to wait for some other event to happen. Click to expand... Upvote 0
See the tutorial: https://www.b4x.com/android/forum/threads/non-ui-applications.34657/#content The program will end after this sub unless you call StartMessageLoop. Calling StartMessageLoop means that the main thread is now handling an internal message queue. This is useful if you need to wait for some other event to happen. Click to expand...
KMatle Expert Licensed User Longtime User Oct 25, 2015 #3 Ok. The code is with those who can read... Upvote 0