• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Makes int from pointer without cast
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Makes int from pointer without cast


  • Subject: Makes int from pointer without cast
  • From: Kodex <email@hidden>
  • Date: Mon, 14 Mar 2005 09:45:41 -0800 (PST)
  • Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys

id objectValue = nil;
NSString *server;

	if(somethingTrue)
	{
		objectValue = [[NSMutableAttributedString alloc]
initWithString:server];
		[objectValue applyFontTraits:[NSColor blueColor]
range:NSMakeRange(0, [server length])];
		[objectValue autorelease];

		return objectValue;
	}

can someone tell me why this dosnt work correctly? Thanks



__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Makes int from pointer without cast
      • From: Stephane Sudre <email@hidden>
    • Re: Makes int from pointer without cast
      • From: j o a r <email@hidden>
  • Prev by Date: Re: Obtaining the NSGraphicsContext for custom NSView
  • Next by Date: Re: Web Services
  • Previous by thread: Re: Web Services
  • Next by thread: Re: Makes int from pointer without cast
  • Index(es):
    • Date
    • Thread