View Single Post
Posts: 58 | Thanked: 10 times | Joined on Dec 2009
#1
Hi,

I am developing an application for N900.
It requires an Internet connection to work.
The initial data is fetched from a web service.

So, on startup I need to check is there an internet connection.

If true continue loading the application, if not show the connections dialog (like in email application when you click send/recieve but no internet is connected).
Otherwise it will print errors in my comboboxes.

How to do this in Python?