https://bugzilla.novell.com/show_bug.cgi?id=684281

https://bugzilla.novell.com/show_bug.cgi?id=684281#c4


Karl Brehme <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Karl Brehme <[email protected]> 2011-04-13 14:04:35 
UTC ---
This was showing to me just numbers (index for each item of the section 0 (like
A letter of the index)), so I found that must change this to:

        NSArray array;

        [Export ("sectionIndexTitlesForTableView:")]
        public NSArray SectionTitles (UITableView tableview)
        {                   
            if (array == null)
            {           
                array = NSArray.FromStrings (SectionIndexTitles(tableview));
            }

            return array;
        }

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to