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

Mockup & CodeGen, iPhone & iPad
($9.99)

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

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 12-11-2009, 04:02 AM   #7 (permalink)
youngcoder
Banned
 
Join Date: Oct 2009
Location: East Bay, CA
Posts: 171
Default

i am doing this:
Code:
- (IBAction)showCheat
{
	{
		
		
		UIAlertView *alert = [[UIAlertView alloc] initWithTitle: @"Warning!"
														message: @"Are You Sure you Want to See the Answer? Beware it Takes 3 Points Away From your Grade"
													   delegate: self
											  cancelButtonTitle: @"Cancel"
											  otherButtonTitles: @"OK"];
		[alert show];
		[alert release];
	}

	- (void)alertView:(UIAlertView *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex {
		// the user clicked one of the OK/Cancel buttons
		if (buttonIndex == 0)
		{
			NSLog(@"Ok");
			
			UIAlertView *alerttwo = [[UIAlertView alloc] initWithTitle: @"Warning!"
															   message: solutionText
															  delegate: self
													 cancelButtonTitle: @"Cancel"
													 otherButtonTitles: @"OK"];
			[alerttwo show];
			[alerttwo release];
			
		}
		else
		{
			NSLog(@"Cancel");
		}
	}
		
}
but get the following errors on the red line:
Wrong type argument to unary minus
expected ';' before ':' token

thanks for any suggestions
youngcoder is offline   Reply With Quote
 

» Advertisements
» Online Users: 270
19 members and 251 guests
ADY, apatsufas, BdR, ckgni, F_Bryant, glenn_sayers, Guthook, ilmman, joeallenpro, ketaskin, michelle, Music Man, NSeven, smethorst, Sunny46, themathminister, TheWebWizz, zbynda, ziocleto
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,876
Threads: 89,225
Posts: 380,709
Top Poster: BrianSlick (7,129)
Welcome to our newest member, jorge599
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 08:11 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.