Akshay wrote:
> Here is my question:
> 
> I want to start incorporating list controls into my apps. For starters I
> want to incorporate a list without programmatic customization. According
> to some of the docs I've read, this can be done by inserting a list
> control into a form from the "controls" catalog, and then creating a
> contingency for a "lstSelectEvent" in an event handler function. I've
> done all of this. My question is: how do I specify the list items? In
> the Layout Properties in Constructor, there is something which says
> "listitems", but you cannot type anything next to that for some reason.
> I then created a stinglist containing the items I wanted on the list,
> and then indicated that this is the list I wanted in the following line:

CodeWarrior is indeed a little hard to get used to.  To add new list
items to a list in Constructor (the graphical form designer), select the
"List Items" box, then type Ctrl-K, and a new "list item 1" will show up
under it.  You can also go under the "Edit" menu, and pick "new list
text".

-- 
Brian Mathis
Direct Edge
http://www.directedge.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to