| Reply | « Previous Thread | Next Thread » |
|
in below code for example when in first time select Jack in SECOND time jack selected by default
import appuifw,e32 def Exit(): Lock.signal() Lock=e32.Ao_lock() appuifw.app.title=u"First Application" appuifw.app.exit_key_handler=Exit name=[u"Victor",u"Jack",u"Luke"] while 1: choice=appuifw.selection_list(choices=name,search_field=1) choices=choice if choice <0 : break print name[choice] Lock.wait() |
|
Join Date: Feb 2008
Posts: 743
Location: Belo Horizonte, Brazil
Rafael T.
Offline
Forum Nokia Champion
|
|
|
Quote:
![]() Please explain exactly what you want to do and when posting any code, please use the code tag by pressing the # symbol on the post editor ![]() BR, Rafael. |
|
Join Date: Nov 2007
Posts: 319
Location: Sertaozinho/Brazil
marcelobarrosalmeida
Offline
Forum Nokia Champion
|
|
Rafael,
I think he wants to show a selection list but with some default item already selected. As far as I know, this is not possible yet with pys60. Marcelo Marcelo Barros Nokia E71, N800, N95 and XM 5800 http://www.croozeus.com http://wordmobi.wordpress.com http://jedizone.wordpress.com |
|
Join Date: Feb 2008
Posts: 743
Location: Belo Horizonte, Brazil
Rafael T.
Offline
Forum Nokia Champion
|
|
|
Quote:
![]() |
|
Don't say that its not possible in Python. Say its not yet possible in Python
![]() |
|
yes i mean that thanks for answering so i have to use list
![]() |
|
Btw, Please try to use the code tags, next time you post code.
The code tags mantain indentations. ![]() |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| How to get selected ListBox index from view1 to view2? | jennie | Symbian User Interface | 9 | 2007-09-19 15:56 |
| How to achieve CAknEnumeratedTextPopupSettingItem selected item index? | winstonma | General Symbian C++ | 4 | 2006-12-01 13:07 |
| How to get the selected index of CAknSettingItemList? | eternalbeyond | General Symbian C++ | 1 | 2006-08-28 15:36 |
| ScrollPane, PP on Nokia 9500 Emu | pkc2k | Personal Profile | 1 | 2005-12-06 17:58 |
| How to get selected index of Item in a Form ? | akokchai | Mobile Java General | 1 | 2004-02-23 02:40 |