|
From: kimura w. <ki...@us...> - 2005-04-27 16:07:34
|
Hi, Please show me a debug log of your application. A debug log is displayed when your app is running with -d option. I think the last 40 lines of your debug log are enough to solve this problem. on Terminal: $ ./YourApp.app/Contents/MacOS/YourApp -d a sample of debug log: 2005-04-28 00:53:40.348 TMPresents[7066] RBOBJ: --> 0 2005-04-28 00:53:40.348 TMPresents[7066] RBOBJ:respondsToSelector(isEditable) 2005-04-28 00:53:40.348 TMPresents[7066] RBOBJ:rbobjRespondsToSelector(isEditabl e) 2005-04-28 00:53:40.348 TMPresents[7066] RBOBJ: --> 0 2005-04-28 00:53:40.348 TMPresents[7066] RBOBJ: --> 0 2005-04-28 00:53:40.495 TMPresents[7066] RBOBJ:respondsToSelector(resignKeyWindo w) 2005-04-28 00:53:40.495 TMPresents[7066] RBOBJ:rbobjRespondsToSelector(resignKey Window) 2005-04-28 00:53:40.496 TMPresents[7066] RBOBJ: --> 0 2005-04-28 00:53:40.496 TMPresents[7066] RBOBJ: --> 0 Tue, 26 Apr 2005 00:20:39 +0200, Remo Eichenberger wrote: >hi all > >i have a exception when i implement the following datasource: (i know >the source is not complete) > >is it a bug or i make the things wrong ? -- kimura wataru |