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
  •  | 
  •  

문제

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:)

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top