On 9/13/05 8:58 AM, Christian Häusler didst favor us with:
> I'm using a DataBrowser(ListView) to display a list with Custom items.
> I'm filling the cells with a color using
> this functions after I set the right RGBColor:
>
> RGBForeColor(&itemColor);
> StdRect(kQDGrafVerbFill, theRect);
>
> The cell is filled perfect, but when I click it, the app crashes with
> the following message:
>
> 2005-09-13 14:54:20.074 CocoV0.2[491] CFLog (0): WARNING:
> CFSTR("\224!\377\260N\200!\200") has non-7 bit chars, interpreting
> using MacOS Roman encoding for now, but this will change. Please
> eliminate usages of non-7 bit chars (including escaped characters above
> \177 octal) in CFSTR().
This is not a crash log and probably has nothing to do with the crash. I've
seen this warning lots of times. It's probably just the last message logged
to console before the crash.
> CocoV0.2 has exited due to signal 10 (SIGBUS).
>
> The Debugger stops at the Browser HitTest.
> This only happens with custom items, text items behave like expected.
What does the crash log say?
~/Library/Logs/CrashReporter/YourApp.crash.log
Larry
_______________________________________________
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