Re: databrowser and updating items
Re: databrowser and updating items
- Subject: Re: databrowser and updating items
- From: "James E. Hopper" <email@hidden>
- Date: Fri, 6 Aug 2004 23:47:19 -0400
Bad form to respond to my own post, but no sooner had i posted this
than the answer came to me. It was something stupid, but using the
UpdateDataBrowserItems and just letting the callback set it was never
tied together that way in the docs.
sorry to waste the bandwidth.
jim
On Aug 6, 2004, at 11:20 PM, James E. Hopper wrote:
> 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.