I'm setting this property flag when I create my editable column as per
the docs.
The SetDataBrowserItemDataBooleanValue call is how you tell the
browser that it is okay to edit the data.
Yes, this is working for me too. To clarify, my edit session begins
and I can edit the text perfectly; the problem is that I don't get the
documented Item callback (aka GetSetData callback) when the editing
session is ended by the user. This means I can't call
CopyDataBrowserEditText in order to save the user's changes.
You don't need to call CopyDataBrowserEditText, you call
GetDataBrowserItemDataText from your getsetcallback. But if your
callback isn't getting called at the end of the session you can't do
that either, i've no idea why that would happen. Have you tried running
your app with the debug versions of the libraries? That could reveal
some useful info.
Fred
Presumably you need to save the changes made; how are you
accomplishing this?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden