Problem (Bug?) with http lib on Device

CryoGenID

Active Member
Licensed User
Longtime User
Hello everybody :)

I currently have a nasty problem with the http-library...
I had found a demo-script from Erel, downloaded it and adapted it a little bit (added a button to clear the textbox and changed the URL of the php-script which gets called).
It runs perfectly on the desktop, I can query the PHP-Script lots of times: no problem.

BUT:
On the device I can only query the script twice. This is reproducable, if I click "send" for a third time, it takes forever and then I get a "Timeout".

Is this a bug in the http-lib for the device or am I missing something here? ;-)

As stated before, on the desktop I can send as often as I want to. But on the device only twice. If you leave the program running on the device and try after 10 minutes or so again, it again works twice...

So I need: :sign0085: :)

Hopefully we can find out what (possibly I *g*) did wrong :)

I have attached the file so you can try it out... Perhaps it is just my phone (HTC Touch Diamond, WM 6.1)

Thanks and best regards,

Chris
 

Attachments

  • HTTP-POST.sbp
    1.4 KB · Views: 188

CryoGenID

Active Member
Licensed User
Longtime User
agraham,

once again you saved me :sign0060:

Thanks a lot! :)

It now works like a charm!

What would I (and this community) do without you? ;-)

Best regards,

Chris
 
Top