Listbox

 
2 Jun 2006 - 08:47
All flavors of Symbian so far offer a nice class CEikColumnListBox which implements a list box with columns that can scroll horizontally as well as vertically. What this list box does not offer however are column titles. This is why I wrote a class CDreamColumnListBox implementing a list box with columns and column headers.
Tutorial posted June 2nd, 2006 by rbrunner
 
3 Dec 2005 - 23:06
EIKON-LISTBOX panics are unfortunately not documented within the SDL (and they are unlikely to occur unless you define your own listboxes). However, here are the possible panics...
Tutorial posted December 3rd, 2005 by eric
 
20 Apr 2005 - 09:18
This article explains how to subclass a list box in Symbian, especially in UIQ.
Tutorial posted April 20th, 2005 by antonypranata
 
31 Mar 2005 - 14:17
One of the more interesting classes in Avkon or Nokia Series 60 devices is the CAknSettingItemList control. This control differs from the other list type controls in that it allows items to be edited and displayed in the list. The control will allow you to create a list of items with a wide range of editors...
Tutorial posted March 31st, 2005 by paul
 
27 Jul 2004 - 21:55
The included binaries (for UIQ platform) provide support for ListBox's which supports two lines of text and an optional image per row.
Download posted July 27th, 2004 by arisetech
 
16 Nov 2003 - 22:22
Whenever an event occurs, listbox can notify another object about it. That other object is called event handler or listbox observer, following GoF Observer pattern. ListBox observer can be any object that implements HandleListBoxEventL() method.
Tutorial posted November 16th, 2003 by klisa1
 
16 Nov 2003 - 22:14
Multiselection and markable listboxes provide essentially the same kind of support for selecting multiple items. The differences between them are more visible at the usage level...
Tutorial posted November 16th, 2003 by klisa1
 
16 Nov 2003 - 22:05
ListBox resource is described using LISTBOX structure (defined in uikon.rh) (...) ListBox content (items) are also represented by a resource. Items are described using ARRAY structure (also in uikon.rh). Each individual item is defined using LBUF resource structure.
Tutorial posted November 16th, 2003 by klisa1
 
16 Nov 2003 - 21:59
The following code snippet shows how to create and initialize listbox. Certain parts of initialization are slightly different in case of CEikColumnListBox-derived and CEikFormattedCellListBox-derived listboxes.
Tutorial posted November 16th, 2003 by klisa1

copyright 2003-2009 NewLC SARL