"Steve Mann" <[EMAIL PROTECTED]> wrote in message
news:38301@palm-dev-forum...
>
> Does anyone know of a "legal" (by not directly accessing the data
> structure) way to set the hasScrollBar and search attributes of a
> list? You can't do it in Constructor, you can't do it by dynamically
> creating a list with LstNewList, and there is no API to get and set
> list attributes like you can with fields. I'm stumped. Any
> suggestions would be welcome.

Hmmm, Expense, the built-in app which uses searching on its popup lists, has
this code:

    // DOLATER zzz API routine.
    lst->attr.search = true;

I don't think Palm ever went in a fixed the DOLATER. :)  I would check the
4.0 version of Expense, but its not included in the SDK samples.  The only
new list function in 4.0 DR3 is LstGetTopItem(), which isn't documented in
the PDF yet, seems pretty useful, and is not yet available as a glue call.

--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>




-- 
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