| Reply | « Previous Thread | Next Thread » |
|
--I didn't find any thread with this problem, Apologies if I missed it --
Python S60 is fine with: index = appuifw.selection_list(L) but does not like this: index = appuifw.selection_list(L, style='checkbox') I get the following error: TypeError: selection_list() takes no keyword arguments I am running this on a 6680 Any Ideas? |
|
Hi amnoid2000 and welcome to the forum!
if you want to use checkbox as style then use only: Code:
index = appuifw.selection_list(L) Try the following to see if it complains also: Code:
tuple = appuifw.multi_selection_list(L, style=’checkmark’, search_field=1) Happy Python programming to you LFD Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
|
Quote:
Because selection_list has no style parameter so it's normal that it complains multi_selection_list has a style parameter with a default style ('checkbox') Look at doc page 16 ! Quote:
pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| HTTP headers for S60 3rd Ed. Browser | Nokia Ron | General Browsing | 16 | 2009-09-22 15:28 |
| Please help installing Python libraries on S60 | ericroijen | Python | 11 | 2009-07-18 11:43 |
| Python S60 Emulator | NAYSAMBO | Python | 25 | 2009-04-08 11:22 |
| Required SDK for s60 python language | mohib | Python | 2 | 2006-10-11 23:09 |
| What is going on with Vibration on S60? | amd_rikus | Mobile Java General | 3 | 2006-06-16 01:29 |