Bug? Problem with using HttpJob first time in an app

agraham

Expert
Licensed User
Longtime User
I'm posting this in case Erel hasn't already seen this as I am not competent to investigate further. It may or may not be a bug. If it is not a bug then perhaps a definitive statement as to how to avoid this is needed.

At least two people are experiencing what seems to be the same problem on HttpJob and I'm sure I have seen it elsewhere as well.

 

Erel

B4X founder
Staff member
Licensed User
Longtime User
There is no test project in the first one and based on the description the failed project wasn't implemented correctly. With B4XPages you should never send requests from Activity_Create.

In the second program it is related to the call to StartActivityForResult from Activity_Create. Unless it happens in a B4XPages project this is not something that I'm further investigating.
 
Top