• 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
setString question...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

setString question...


  • Subject: setString question...
  • From: email@hidden
  • Date: Mon, 5 Feb 2007 10:38:37 -0800 (PST)

Hello,
I'm brand new to Cocoa, I have been using RealBasic and AppleScript Studio
for a long time and have finally decided to learn Cocoa.

OK, so I have created a simple little app which has a button which set the
contents of a NSTextField to a integer, and this works fine. I even
figured out how to change the color. I just can't seem to figure out how
to set text in the TextField.

Here is my code I was trying.

Thanks,
tom


- (IBAction)setTextFieldTo:(id)sender
{
	// This works
    //[textField setIntValue:2];

    NSString *myText;
	myText = @"Hello World";

    [textField setString: myText];
	[textField setToolTip: @"Hello Tool Tip!"];
	[textField setTextColor: [NSColor greenColor]];
}

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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

  • Follow-Ups:
    • Re: setString question...
      • From: Ricky Sharp <email@hidden>
    • Re: setString question...
      • From: Hank Heijink <email@hidden>
    • Re: setString question...
      • From: "I. Savant" <email@hidden>
  • Prev by Date: Re: Need help with ODBC/iODBC and MySQL
  • Next by Date: Re: setString question...
  • Previous by thread: Re: Need help with ODBC/iODBC and MySQL
  • Next by thread: Re: setString question...
  • Index(es):
    • Date
    • Thread