databrowser and updating items
databrowser and updating items
- Subject: databrowser and updating items
- From: "James E. Hopper" <email@hidden>
- Date: Fri, 6 Aug 2004 23:20:48 -0400
I have been working my way though using databrowser and perhaps i am
stupid but i cant seem to figure out how to do something that seems
like it should be straightforward.
What I have is a simple one column list of integer values. I can add
new items to the list with no problem, and I can click on and edit in
place the items in the list. But now i what i want to do is change the
value displayed in the list for the selected item from code outside the
list. When the data i am displaying in the list is changed by the
program in another thread, i would like the list to update to reflect
this change. there is a routine that called SetDataBrowserItemDataText
that would seem to work, but it needs a DataBrowserItemDataRef, which i
cant find out how to get except in the callback.
Is there any hope of doing this short of deleting and re-adding the
item?
thanks jim
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.