You Are Here:

Community: Developer Discussion Boards

Reply « Previous Thread | Next Thread »

#1 Old multi selection list problem :( - 2008-08-18, 17:31

Join Date: Aug 2008
Posts: 148
cool_eagle
Offline
Regular Contributor
my screen :

http://img159.imageshack.us/img159/8236/testqs0.th.png

my code is
Code:
i=appuifw.multi_selection_list([u"Item1", u"Item2"], style='checkbox', search_field=1)
why dont it seems like

http://img385.imageshack.us/img385/8...nus4kc7.th.jpg
Reply With Quote

#2 Old Re: multi selection list problem :( - 2008-08-18, 17:36

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
Quote:
Originally Posted by cool_eagle View Post
my screen :

http://img159.imageshack.us/img159/8236/testqs0.th.png

my code is
Code:
i=appuifw.multi_selection_list([u"Item1", u"Item2"], style='checkbox', search_field=1)
why dont it seems like

http://img385.imageshack.us/img385/8...nus4kc7.th.jpg
hi cool_eagle
try multi_selection_list from this link.


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#3 Old Re: multi selection list problem :( - 2008-08-18, 17:40

Join Date: Aug 2008
Posts: 148
cool_eagle
Offline
Regular Contributor
but seems:
[img=http://pic1.resimupload.com/r8/thumb_140420878.png


plz look at pic for my problem.
there are no box
Reply With Quote

#4 Old Re: multi selection list problem :( - 2008-08-18, 17:59

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
hi i have tested your code and it seems correct i get the selection boxes.
can you explain your problem in bit detail.


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#5 Old Re: multi selection list problem :( - 2008-08-18, 18:01

Join Date: Aug 2008
Posts: 148
cool_eagle
Offline
Regular Contributor
can u look pic
http://img159.imageshack.us/img159/8236/testqs0.th.png
Reply With Quote

#6 Old Re: multi selection list problem :( - 2008-08-18, 18:02

Join Date: Aug 2008
Posts: 148
cool_eagle
Offline
Regular Contributor
can u look pic
http://img159.imageshack.us/img159/8236/testqs0.th.png

MY PHONE: N70-1
Reply With Quote

#7 Old Re: multi selection list problem :( - 2008-08-18, 18:04

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
hi i think your theme colour is matching with the boxes colour try changing your theme.

EDIT: please dont make same posts multiple time.


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#8 Old Re: multi selection list problem :( - 2008-08-18, 18:04

Join Date: Aug 2008
Posts: 148
cool_eagle
Offline
Regular Contributor
Quote:
Originally Posted by gaba88 View Post
hi i think your theme colour is matching with your try changing your theme.
OK İ WİLL TRY
THANKS
Reply With Quote

#9 Old Re: multi selection list problem :( - 2008-08-18, 20:37

Join Date: Aug 2008
Posts: 148
cool_eagle
Offline
Regular Contributor
Quote:
Originally Posted by gaba88 View Post
hi i think your theme colour is matching with the boxes colour try changing your theme.

EDIT: please dont make same posts multiple time.
i tried 4 themes but dont work
Reply With Quote

#10 Old Re: multi selection list problem :( - 2008-08-18, 21:05

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
hi cool_eagle
actually i am still not getting your problem since your posted code is also working can you tell in simple words what you want.


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#11 Old Re: multi selection list problem :( - 2008-08-18, 21:49

Join Date: Aug 2008
Posts: 148
cool_eagle
Offline
Regular Contributor
Quote:
Originally Posted by gaba88 View Post
hi cool_eagle
actually i am still not getting your problem since your posted code is also working can you tell in simple words what you want.

i tell my problem with pics
. i cant see box. if u have advice can u tell me?
Reply With Quote

#12 Old Re: multi selection list problem :( - 2008-08-18, 23:25

Join Date: Sep 2006
Posts: 148
w00k
Offline
Regular Contributor
can you please post whole code and i will try to find error.
sample:
import appuifw
bdy=appuifw.multi_selection_list([u'opt1',u'opt2'],style='checkbox',search_field='1')

you might add sm info or stg to list and that is displaying

wook
Reply With Quote

#13 Old Re: multi selection list problem :( - 2008-08-19, 06:47

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
hi cool_eagle
the code posted by you earlier is working fine if you are speaking about checkboxes then they are visible in my device.
And moreover w00k is correct please post the whole code to get the perfect solution.

Enjoy Pythoning
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#14 Old Re: multi selection list problem :( - 2008-08-19, 09:07

Join Date: Aug 2008
Posts: 148
cool_eagle
Offline
Regular Contributor
Quote:
Originally Posted by w00k View Post
can you please post whole code and i will try to find error.
sample:
import appuifw
bdy=appuifw.multi_selection_list([u'opt1',u'opt2'],style='checkbox',search_field='1')

you might add sm info or stg to list and that is displaying

wook
can u give an example
Reply With Quote

#15 Old Re: multi selection list problem :( - 2008-08-19, 09:26

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
hi
what sort of example you require. He is just asking for the whole code you are using.

Regards
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in displaying list. shafali gupta Symbian User Interface 3 2008-08-03 14:05
File Browsing Problem Marwa Mobile Java Networking & Messaging & Security 13 2007-10-10 16:52
Problem with J2ME POLISH using a list josual Mobile Java General 1 2006-09-21 01:47
setting list problem ddhungry General Symbian C++ 0 1970-01-01 02:00
setting list problem ddhungry Symbian User Interface 0 1970-01-01 02:00

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
RDF Facets: qdcZidentifierQSxhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomE2fforumE2fshowthreadE2ephpE3ftE3d81449X qdcZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qdcZtypeQUqfntypeZCommunityContentQ qdcZtypeQUqfntypeZE44iscussionQ qdcZtypeQUqfntypeZE44iscussionContentQ qdcZtypeQUqfntypeZE52esourceQ qdcZtypeQUqfntypeZWebpageQ qdcZtypeQUqmarsZManagedE52esourceQ qdcZtypeQUqwebZInformationE52esourceQ qdcZtypeQUqwebZPageQ qdcZtypeQUqwebZE52esourceQ qdcZtypeQUqrdfsZE52esourceQ qfnZtopicQUqfnTopicZpythonQ qfnZtypeQUqfntypeZCommunityContentQ qfnZtypeQUqfntypeZE44iscussionQ qfnZtypeQUqfntypeZE44iscussionContentQ qfnZtypeQUqfntypeZE52esourceQ qfnZtypeQUqfntypeZWebpageQ qfnZuserE5ftagQSxpythonX qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX qrdfZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qrdfZtypeQUqfntypeZCommunityContentQ qrdfZtypeQUqfntypeZE44iscussionQ qrdfZtypeQUqfntypeZE44iscussionContentQ qrdfZtypeQUqfntypeZE52esourceQ qrdfZtypeQUqfntypeZWebpageQ qrdfZtypeQUqmarsZManagedE52esourceQ qrdfZtypeQUqwebZInformationE52esourceQ qrdfZtypeQUqwebZPageQ qrdfZtypeQUqwebZE52esourceQ qrdfZtypeQUqrdfsZE52esourceQ