| Reply | « Previous Thread | Next Thread » |
|
hello,
how to set the start index for the Listbox , e.g: import appuifw import e32 def exit_key_handler(): app_lock.signal() def shout(): index = lb.current() print index print entries[index] entries = [u"1",u"2",u"3"] lb = appuifw.Listbox(entries,shout) app_lock = e32.Ao_lock() appuifw.app.body = lb appuifw.app.exit_key_handler = exit_key_handler app_lock.wait() how to set no 2 as the starting index ? thanks |
|
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Findbox with graphic listbox problem (wrong filtering) | yavolinsky | Symbian User Interface | 2 | 2009-02-03 03:32 |
| listbox problem | sriramadasu | General Symbian C++ | 9 | 2006-10-27 16:27 |
| Compile problem on Create dynamically a listbox | aferrario | General Symbian C++ | 1 | 2006-07-19 05:45 |
| List index with FindBox | microteq | Symbian User Interface | 4 | 2005-05-08 23:53 |
| Real item index in a filtered listbox | tomutal | Symbian User Interface | 2 | 2003-09-03 09:34 |