With the latest firmware update for N97 pretty much all python apps are broken due to the kinetic scrolling. Pys60 devs, any idea when the update is coming to address this issue?
Raf
With the latest firmware update for N97 pretty much all python apps are broken due to the kinetic scrolling. Pys60 devs, any idea when the update is coming to address this issue?
Raf
http://www.bdcsoftware.com/development-blog
hello raf1hh
you have a taken a very valid point but there are no signs of update from the Team yet, its really being a long time PyS60 1.9.7 was released.
Hope we see the update sooner.
Regards,
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
Me too. mktime() bug is blocking me to use 1.9.7![]()
Another solution is to use
to get seconds from a time tuple. This is not documented python, but it works on my e63Code:strftime('%s')
For example
Code:secs = float(date.strftime('%s'))