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 protected]) >> >> 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: >> http://lists.apple.com/mailman/options/cocoa-dev/magnard%40web.de >> >> This email sent to [email protected] >> > > _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
