Python for Nokia 1.3.1 (pys60) has no ProgressBar wrapper :(
Posted by mypapit on 12 Mar 2006 in Mobile, Nokia Python
|
|
Last night, I discovered that the current Python for Nokia implementation (pys60 1.3.1) has no ProgressBar wrapper. While this may not be crucial for every application, It is recommeded to display a ProgressBar when you want to improve application perceived speed, especially when performing time-consuming tasks.
I guess without ProgressBar, maybe I’ve to resort to the old style “Please Wait” text on the phone screen everytime the phone execute a long task (such as connecting/authenticating to a remote server).
Anybody can create a ProgressBar python module? (ProgressBar.pyd)
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- Nokia releases Python for S60 source code (pys60)
- Guido van Rossum – fun playing Python on S60 (pys60)
- Python for S60 at PyCon 2006
- Python in Nokia Symbian (S60) phones
- Quick Coding Python in your mobile phone with T9 Predictive Text
- LBRC – Control Linux PC with Bluetooth Device
- Nokia favours BSD for its development


Leave a Comment