Hello,
I have the code snippet as follows:
/***********************************************************************/
CFStringRef MainItemArray[3];
CFStringRef SubItemArray1[3];
CFStringRef SubItemArray2[3];
CFStringRef SubItemArray3[3];
int AddMainItems()
{
MainItemArray[0] = CFSTR("Item1");
MainItemArray[1] = CFSTR("Item2");
MainItemArray[2] = CFSTR("Item3");
return 0;
}
int AddSubItems()
{
SubItemArray1[0] = CFSTR("SubItem10");
SubItemArray1[1] = CFSTR("SubItem11");
SubItemArray1[2] = CFSTR("SubItem12");
SubItemArray2[0] = CFSTR("SubItem20");
SubItemArray2[1] = CFSTR("SubItem21");
SubItemArray2[2] = CFSTR("SubItem22");
SubItemArray3[0] = CFSTR("SubItem20");
SubItemArray3[1] = CFSTR("SubItem21");
SubItemArray3[2] = CFSTR("SubItem22");
return 0;
}
I understood the "Simple Data Callback" function for
adding the three items.(MainItems).By
SetDataBrowserItemDataText(
I understood the "Data Notification Callback" function
calling the
case "kDataBrowserContainerIsOpen" or
"kDataBrowserContainerOpened" araanges the item ids of
the child items and then calls the
"AddDataBrowserItems" function.But the child items are
not called by "SetDataBrowserDataText" why?How are
they exactly added like the "SetDataBrowserDataText"
function.
Thanks,
Uday Padhye.
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
_______________________________________________
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
This email sent to email@hidden