newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Symbian C++
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
rbrunner
54
eric
54
Andreas
46
sandeepmhptr
41
alh
32
more
Feeds
More feeds...
markable listview problem
Login
to reply to this topic.
Fri, 2005-05-27 12:49
veeraj_t
Joined: 2005-02-22
Forum posts: 39
Hi friends
How can i get the selected item indexes in a markable list box ? ...
Any sample code will be of greate help
Regards
Veeraj
Login
or
register
to post in forums
Fri, 2005-05-27 13:05
acelias
Joined: 2004-06-07
Forum posts: 178
Re: markable listview problem
Code:
const CListBoxView::CSelectionIndexArray* selectionIndices = iListBox->SelectionIndexes();
 
Mon, 2005-05-30 08:53
veeraj_t
Joined: 2005-02-22
Forum posts: 39
Re: markable listview problem
thanks for the reply
i wan to get the index of the selected items ie the index number assosiated with the selected item and not the total number of
selected items
How can i do that ? please suggest
Regards
Veeraj
 
Mon, 2005-05-30 09:25
pirosl
Joined: 2004-05-24
Forum posts: 982
Re: markable listview problem
Acelias already replied to your question. From CSelectionIndexArray* you can get all selected items.
pirosl
 
Mon, 2005-05-30 13:40
veeraj_t
Joined: 2005-02-22
Forum posts: 39
Re: markable listview problem
hi
thanks ... i did it ..
regards
veeraj thaploo
 
Login
to reply to this topic.
Forum posts: 178
Forum posts: 39
i wan to get the index of the selected items ie the index number assosiated with the selected item and not the total number of
selected items
How can i do that ? please suggest
Regards
Veeraj
Forum posts: 982
pirosl
Forum posts: 39
hi
thanks ... i did it ..
regards
veeraj thaploo