you also can the last picture in the link http://www.youpark.com/symbian/best-...oftware/33919/
and many applications' setting UI are like this?
How to implement it using python?
It seems that form\listbox can't dram it directly
Thanks!
you also can the last picture in the link http://www.youpark.com/symbian/best-...oftware/33919/
and many applications' setting UI are like this?
How to implement it using python?
It seems that form\listbox can't dram it directly
Thanks!
If you're referring to the third picture, the closest thing Python has to offer is a double-item listbox: http://wiki.forum.nokia.com/index.ph...to_use_Listbox
Oh. Well the answer is the same. Python doesn't provide a UI component that looks exactly like that so you will have to write a Symbian C++ extension for it.