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 > iPhone SDK Development Forums > iPhone SDK Development > iPhone SDK Development - Advanced Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 12-16-2010, 05:19 PM   #1 (permalink)
Registered Member
 
Join Date: Dec 2010
Posts: 19
silentmike78 is on a distinguished road
Default UITextfield help

so i have 2 text fields: uitextfield *textfield1 and uitextfield *textfield2. these values are added and divided by two(to get the average). when i run it and i enter values it works great, but when no number is typed in, the app crashes. i wrote this:
if ([textfield1 length]==0 && [textfield2 length]==0){

//code for uialertview that will tell the user to enter the values


}


however, when i run it and don't type anything into the textfields and click the button to get the average the app closes(crashes). Any suggestions would be greatly appreciated.
silentmike78 is offline   Reply With Quote
Old 12-16-2010, 06:58 PM   #2 (permalink)
Registered Member
 
Join Date: Oct 2010
Location: Atlanta, GA
Posts: 148
tripp13 is on a distinguished road
Default

try changing this:
Quote:
if ([textfield1 length]==0 && [textfield2 length]==0){

//code for uialertview that will tell the user to enter the values


}
to this for starters:

Code:
if (textField1.text.length == 0 && textField2.text.length == 0)
{
}
it could be a problem in your alertview, but since no one knows what you have coded there, no one can be of much help.
tripp13 is offline   Reply With Quote
Reply

Bookmarks

Tags
app, crashes, textfield, uitextfield

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: 396
17 members and 379 guests
Brandt, coolman, fredidf, Free App Monster, givensur, iAppDeveloper, jbro, Kryckter, locombiano89, Mah6447, Meoz, simplymuzik3, SLIC, stanny, stevenkik, Tomsky, WeaselPig
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,646
Threads: 94,111
Posts: 402,862
Top Poster: BrianSlick (7,990)
Welcome to our newest member, locombiano89
Powered by vBadvanced CMPS v3.1.0

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