From 85290111df9004529db698745acc98a21a8d1996 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 26 Aug 2010 18:53:33 +0000 Subject: =?UTF-8?q?=E2=80=A2=20removed=20onMainThread=20for=20[Content/Cus?= =?UTF-8?q?tomTable=20makeFirstResponder]=20to=20avoid=20the=20trampoline?= =?UTF-8?q?=20exceptions=20=E2=80=A2=20unified=20error=20message=20while?= =?UTF-8?q?=20cell=20editing=20=E2=80=A2=20in=20Custom=20Query=20table=20c?= =?UTF-8?q?ell=20editing=20errors=20are=20displayed=20as=20tooltips=20and?= =?UTF-8?q?=20added=20these=20message=20if=20edit=20event=20comes=20from?= =?UTF-8?q?=20the=20keyboard=20=E2=80=A2=20fixed:=20check=20edit=20status?= =?UTF-8?q?=20in=20Content=20Tables=20only=20for=20views=20to=20avoid=20un?= =?UTF-8?q?necessary=20queries=20=E2=80=A2=20used=20[SPCustomQuery=20field?= =?UTF-8?q?EditStatusForRow:andColumn:]=20consequently=20to=20simplify=20c?= =?UTF-8?q?ode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTableContent.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/SPTableContent.h') diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index b1748c2d..506c01d0 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -107,6 +107,10 @@ NSString *fieldIDQueryString; BOOL isFirstChangeInView; + NSString *kCellEditorErrorNoMatch; + NSString *kCellEditorErrorNoMultiTabDb; + NSString *kCellEditorErrorTooManyMatches; + } // Table loading methods and information -- cgit v1.2.3