On 9/13/05, Christian Häusler <email@hidden> wrote:
> 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().
>
The obvious question is what do you do in your hit test function? Are
you sure you set the DB's callbacks properly?
Fred
_______________________________________________
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