On Dec 31, 2009, at 2:25 PM, Sim Zacks wrote:

> How would you add an item to a dEditableList in code?
> I have tried doing a Choices.append("new value") but it doesn't seem to
> stick.


        Since 'Choices' is a property, you need to assign to it:

tmp = lst.Choices
tmp.append("new value")
lst.Choices = tmp


-- Ed Leafe



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to