Problem with setWraps method
Problem with setWraps method
- Subject: Problem with setWraps method
- From: "Partha" <email@hidden>
- Date: Wed, 11 Jun 2003 15:19:06 +0530
Hi,
In my Cocoa/Objective-C application, I have some NSCell. I'm setting up cells'
properties by the following methods,
[cell setFont: [NSFont systemFontOfSize: 10] ];
[cell setTitle: @"This is my Text" ];
[cell setImage: myImage ];
[cell setWraps: YES ];
setFont, setTitle, setImage are working fine, but setWraps is NOT working. The
title "This is my Text" is getting truncated, but I want the title to be
wrapped. What is the problem with setWraps? It seems that setWraps is NOT
working.
Thanks,
Partha
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.