Python Newbie: How to create a progressbar with topwindow module that can show the diffrence between two times(minutes)? [closed]

StackOverflow https://stackoverflow.com/questions/7925292

  •  15-02-2021
  •  | 
  •  

Question

Ive just started learning programming in python esp. Pys60, I was wondering if it was possible in pys60, (I hope people still remember pys60). It would help me a lot to create my app. Please keep the code simple, i may not understand it clearly - cheers:)

Was it helpful?

Solution

The native GUI on symbian 60 has no progress bar so you have to build it yourself using a drawing canvas. Here is a website with an example and python s60 source code: http://croozeus.com/blogs/?p=1103

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top