Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 07-03-2009, 12:33 PM   #1 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 39
Default Stopping several buttons from being pressed

Holding down each button in my interface triggers an IBAction event which loops until the button is released.

I don't want other buttons to be able to be pressed while a button is being held down.

So how do I block interface interaction until a button is released?
TimC is offline   Reply With Quote
Old 07-03-2009, 01:51 PM   #2 (permalink)
New Member
 
Join Date: Jun 2009
Posts: 21
Default

Just do something like this on the other buttons:

Code:
myButton.enabled = NO;
bitninja is offline   Reply With Quote
Old 07-03-2009, 04:03 PM   #3 (permalink)
Registered Member
 
Join Date: Jun 2009
Location: currently AZ
Posts: 109
Send a message via MSN to kingbombs
Default

or could have a variable BOOL buttonPressed
set it to yes when a button is pressed and before all the buttons are used have
if (!buttonPressed)

and when you have finished with the button just set it to no;
kingbombs is offline   Reply With Quote
Old 07-03-2009, 04:56 PM   #4 (permalink)
New Member
 
Join Date: Jun 2009
Posts: 21
Default

Wouldn't that kill his loop though? Because that would apply to every button he has...so his loop wouldn't...loop. At the beginning it would be okay, maybe for the first iteration, but the second one would never happen.
bitninja is offline   Reply With Quote
Reply

Bookmarks

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


Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 23,994
Threads: 38,776
Posts: 170,152
Top Poster: smasher (2,560)
Welcome to our newest member, wionj
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:56 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0