Creating a listbox on canvas for XM 5800
by Marcelo Barros
Since Python 1.9.4 does not have scrollbars in listbox yet, it is impossible to use this component when programming for touch devices like XpressMusic 5800. I started to port my listbox on canvas for XM 5800, enabling applications like WordMobi that depends on this component. When scrollbars become available it will be simple to remove this list and use the standard one.
Working in progress yet, but basic selection and scrolls are ok. I will update SVN this night and put the source code available.
Screenshot showing an “explorer like” window:
Update: code is here
Related posts:
- Customized Listbox on canvas – Now with graphics ! After the listbox on canvas with only texts, the next...
- Customized Listbox on canvas Special needs require special programs. I was needing a special...
- Creating a customized Ticker Component in Flash Lite The Ticker is essentially a scrolling text that can be...
- Browse your media gallery using PyS60 with Pymgfetch The developer treitmaier released a new version of Pymgfetch, now...
- UI Component – Py-iAlbum-Viewer With lots of new features like 3G, GPS, Camera, Video;...
Related posts brought to you by Yet Another Related Posts Plugin.
hi,thanks for your code.i have learned more from here.now i hava a question,how can i realize a grid(9 palace grid, each image with a text) on my mobilephone ?looking forward to reply.
haojian, this control does not exist yet in PyS60. You have it in Symbian and flash lite:
http://wiki.forum.nokia.com/index.php/GridMenu_Component_for_Flash_Lite
hi,glad to get your answer.now i see,maybe i should try another way to solve my problem.many thanks.