Quote:
Originally Posted by Elrick
Hi, agraham! It seems that your library is not work with HTTP library...
On the device, attached code raises an error 
|
Please read the help, Thread pitfalls -> GUI operations, and look at the sample app. You cannot access GUI controls from a thread without causing an error. This is why I provided thread events. See this mod to your original code which now works.