Re: Tool Tip Format
Re: Tool Tip Format
- Subject: Re: Tool Tip Format
- From: Peter <email@hidden>
- Date: Mon, 24 Oct 2011 23:52:52 +0200
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