I call RefreshListView() but the key doesn't appear in the list. Should we do some insert to the listview? Or this could be a bug?
Hold on, are you inserting a key or a value? Values appear in the listview, keys in the treeview. But I don't think there is a treeview refresh just yet, so it's a bit trickier. Maybe we should first handle values, it's easier, we can worry about keys after that...
Dimitrie O. Paun wrote:
I call RefreshListView() but the key doesn't appear in the list. Should we do some insert to the listview? Or this could be a bug?
Hold on, are you inserting a key or a value? Values appear in the listview, keys in the treeview.
I'm trying to insert a key. Sorry for the incovenience, I mean the treeview object as you guessed.
But I don't think there is a treeview refresh just yet, so it's a bit trickier. Maybe we should first handle values, it's easier, we can worry about keys after that...
Should I then post my patch on how to insert a new key? And later we do the treeview refresh?
Attila