Register FAQ / Rules Forum Spy Search Today's Posts Mark Forums Read
Go Back   MacRumors Forums > Apple Systems and Services > Programming > iPhone/iPad Programming

Reply
 
Thread Tools Search this Thread Display Modes
Old Dec 21, 2010, 01:46 AM   #1
Ankit.vaghela
macrumors newbie
 
Join Date: Dec 2010
request for member 'font' in something not a structure or unioun

Hi,
I am getting this error so many times n i don't understand that what to do....????

Error 1. request for member 'TextAlignment' in something not a structure or union
Error 2. request for member 'Font' in something not a structure or union
Error 3. request for member 'Text' in something not a structure or union

Code:
- (void)loadView {
	
	[super loadView];
	
	CGRect frame = CGRectMake(10, 10, 300, 300);
	label = [[UILabel alloc] initWithFrame:frame];
Error 1.	label.textAlignment = UITextAlignmentCenter;
Error 2.	label.font = [UIFont fontWithName:@"Arial" size:36];
Error 3.	label.text = @"10";
	[self.view addSubview:label];
	frame = CGRectMake(10, 370, 300, 10);
	slider = [[UISlider alloc] initWithFrame:frame];
	slider.minimumValue = 0.0;
	slider.maximumValue = 100.0;
	slider.continuous = NO;
	slider.value = 10.0;
	[slider addTarget:self
	 
			   action:@selector(updateLabel:)
	 forControlEvents:UIControlEventValueChanged];
	[self.view addSubview: slider];
}

Please Reply
Thanks!!

Last edited by dejo; Dec 21, 2010 at 09:51 AM. Reason: Please use [code] tags.
Ankit.vaghela is offline   0 Reply With Quote
Old Dec 21, 2010, 02:45 AM   #2
robbieduncan
Demi-God (Moderator)
 
robbieduncan's Avatar
 
Join Date: Jul 2002
Location: London
Either you have not copy+pasted the code or copy+pasted the errors: TextAlignment is not the same as textAlignment. Same with the other errors.
robbieduncan is offline   0 Reply With Quote

Reply
MacRumors Forums > Apple Systems and Services > Programming > iPhone/iPad Programming

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
thread Thread Starter Forum Replies Last Post
request for member 'text' in something not a structure or unioun guydor iPhone/iPad Programming 18 Mar 2, 2010 03:11 PM
error: request for member 'myLabel' in something not a structure or union PreethaAjayan iPhone/iPad Programming 0 Jun 23, 2009 12:03 AM
Request for anyone interested in liveblogging on release day mavrev iPhone 3 Jun 27, 2008 05:33 PM


All times are GMT -5. The time now is 03:13 PM.

Mac Rumors | Mac | iPhone | iPhone Game Reviews | iPhone Apps

Mobile Version | Fixed | Fluid | Fluid HD
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Privacy / DMCA contact / Affiliate and FTC Disclosure
Copyright 2002-2013, MacRumors.com, LLC