regarding HttpUtils2 - Web services are now even simpler
How to use
- Dim a HttpJob object
- Initialize the Job and set the module that will handle the JobDone event.
The JobDone event is raised when a job completes.
The module can be an Activity, Service or class instance. You can use the Me keyword to reference the current module.
Note that CallSubDelayed is used to call the event.
So based upon that I tried a service ...
Anything to get all of these extra subs out of my main activity right..
Compiling code. Error
Error compiling program.
Error description: Me keyword can only be used inside Class modules.
Occurred on line: 36
job1.Initialize("Job1", Me)
Word: me
How to use
- Dim a HttpJob object
- Initialize the Job and set the module that will handle the JobDone event.
The JobDone event is raised when a job completes.
The module can be an Activity, Service or class instance. You can use the Me keyword to reference the current module.
Note that CallSubDelayed is used to call the event.
So based upon that I tried a service ...
Anything to get all of these extra subs out of my main activity right..
Compiling code. Error
Error compiling program.
Error description: Me keyword can only be used inside Class modules.
Occurred on line: 36
job1.Initialize("Job1", Me)
Word: me
Last edited: