Anybody know what the 'search' member controls in the ListAttrType structure
which is part of a List.

Palm OS SDK Reference:      The ListAttrType bit field defines the visible
characteristics of the
list
.
typedef struct {
    Word usable :1;
    Word enabled :1;
    Word visible :1;
    Word poppedUp :1;
    Word hasScrollBar :1.
    Word search :1;
    Word reserved :2;
} ListAttrType;

The documentation says:   search         If set, incremental search is
enabled.

I've searched everywhere else I can think and have seen no mention of this
functionality.  Am I missing something here?

I've not seen a way to enable this in constructor, not does poking the
member at run time have any noticeable effects.

The real problem I'm trying to solve is an interface item which allows a
triggered llist to be searched using incremental search via graffiti with
the ability to add items as necessary.   I pulled down some sample code from
Palm which mates a trigger/list with a text field, and while that works, I'm
still at a loss to implement incremental search using a list interface.  Is
it possible?







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to