Re: Tool Tip Format
Re: Tool Tip Format
- Subject: Re: Tool Tip Format
- From: koko <email@hidden>
- Date: Mon, 24 Oct 2011 16:10:20 -0600
I resorted to setting the tool tip in code and it works ok ... I just wanted to do it in IB which I failed to mention.
-koko
On Oct 24, 2011, at 3:52 PM, Peter wrote:
> Are you using double quotes?
>
> For my tool tips I am returning something like this:
>
> return [NSString stringWithFormat:@"%@\n\n%@", currentFilePath, @"▸ File is missing!"];
>
> Which works out perfectly.
>
> Am 24.10.2011 um 23:36 schrieb koko:
>
>> I want to add a new line to tool tip.
>>
>> I have tried by putting a \n where the line should break but it just shows up in too tip.
>>
>> Line\nNext Line
>>
>> Can a new line be put into a tool tip.
>>
>> -koko_______________________________________________
>>
>> Cocoa-dev mailing list (email@hidden)
>>
>> Please do not post admin requests or moderator comments to the list.
>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>>
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>>
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden