Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > Mac OS X Development Forums > Objective-C, Python, Ruby Development

Reply
 
LinkBack Thread Tools Display Modes
Old 10-22-2010, 02:40 PM   #1 (permalink)
Registered Member
 
Join Date: Oct 2010
Posts: 38
loddy1234 is on a distinguished road
Lightbulb NSTimer

Any idea why this chunk of code doesn't work?

Code:
-(IBAction)go{

	
	mainTimer = [NSTimer timerWithTimeInterval:0.1 target:self selector:@selector(updateTime) userInfo:nil repeats:YES];
}

-(void)updateTime{
	
	gameTime = gameTime-1;
	if (gameTime <= 0) {
		[mainTimer invalidate];
		mainButton.hidden=YES;
		stopLabel.hidden = NO;
	}
	
	timeLabel.text = [NSString stringWithFormat:@"Time : %d", gameTime];

}
loddy1234 is offline   Reply With Quote
Old 10-22-2010, 02:51 PM   #2 (permalink)
Banned
 
Join Date: Jul 2009
Posts: 576
Not_Appy_At_All is on a distinguished road
Default

Quote:
Originally Posted by loddy1234 View Post
Any idea why this chunk of code doesn't work?

Code:
-(IBAction)go{

	
	mainTimer = [NSTimer timerWithTimeInterval:0.1 target:self selector:@selector(updateTime) userInfo:nil repeats:YES];
}

-(void)updateTime{
	
	gameTime = gameTime-1;
	if (gameTime <= 0) {
		[mainTimer invalidate];
		mainButton.hidden=YES;
		stopLabel.hidden = NO;
	}
	
	timeLabel.text = [NSString stringWithFormat:@"Time : %d", gameTime];

}

Try this...

mainTimer = [NSTimer scheduledTimerWithTimeInterval
Not_Appy_At_All is offline   Reply With Quote
Old 10-22-2010, 02:57 PM   #3 (permalink)
Registered Member
 
Join Date: Oct 2010
Posts: 38
loddy1234 is on a distinguished road
Default :D

Thanks it works now
loddy1234 is offline   Reply With Quote
Reply

Bookmarks

Tags
button, label, nstimer, won't, work

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 480
15 members and 465 guests
7twenty7, AlanFloyd, AppsBlogger, David-T, iAppDeveloper, imac74, Jaxen66, lovoyl, Music Man, mutantskin, Sami Gh, SLIC, solardrift, unicornleo, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,683
Threads: 94,131
Posts: 402,932
Top Poster: BrianSlick (7,990)
Welcome to our newest member, unicornleo
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 10:12 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0