From: <ch...@dt...> - 2004-06-16 13:06:24
|
Hi! I've been toying around a bit with wxHaskell lately and have run into a problem. My application needs to be able to add elements to a Choice control. The elements are read from a HaskellDB-based database as a list. My question is this: When clicking my "add" button, how do I tell the Choice control to re-read its list from source? I'm assuming I need to send it some event, but which one? Anders |