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

Reply
 
LinkBack Thread Tools Display Modes
Old 02-27-2009, 01:56 PM   #1 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 5
Default UIScrollView freezing NSTimer

Hi everyone. I'm working on a simple beat generator, and here's a problem I really don't understand :

- I have 2 tracks. So I want to flip from one to an other using a UIScrollView, like flipping tabs in Safari. It works.

- I set a NSTimer to trigger the beat, for instance to play my sound every second. It works.


BUT ! When I try to slide between the tracks, my Timer is frozen during the scrolling transition. For a live performance instrument, it is very unconvenient. I've tried to put my NSTimer at different levels in my code, but the problem is always the same.


Anyone can help ?

Last edited by Terenn; 02-27-2009 at 05:28 PM. Reason: better choice of words
Terenn is offline   Reply With Quote
Old 03-16-2009, 09:49 AM   #2 (permalink)
Registered Member
 
Join Date: Mar 2009
Posts: 18
Default

Hello,
I've exactly the same problem. Did you manage to understand or turn around ?

[edit] Maybe the answer is here : http://stackoverflow.com/questions/6...lling-finishes

Last edited by jptsetung; 03-16-2009 at 09:54 AM.
jptsetung is offline   Reply With Quote
Old 03-16-2009, 03:29 PM   #3 (permalink)
New Member
 
Join Date: Sep 2008
Posts: 1,431
Default

See this thread

http://www.iphonedevsdk.com/forum/ip...scrolling.html
PhoneyDeveloper is offline   Reply With Quote
Old 03-16-2009, 06:18 PM   #4 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 5
Default

Quote:
Originally Posted by PhoneyDeveloper View Post
Yes, it could work. Thanks for the link.

An other solution, without secondary thread, would be greatly appreciated thought.
Terenn is offline   Reply With Quote
Old 03-16-2009, 06:59 PM   #5 (permalink)
New Member
 
Join Date: Sep 2008
Posts: 1,431
Default

Let me make it more clear. Don't read any of the posts on that thread except those by me. There are no secondary threads involved.
PhoneyDeveloper is offline   Reply With Quote
Old 03-18-2009, 10:10 AM   #6 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 5
Default

Quote:
Originally Posted by PhoneyDeveloper View Post
Let me make it more clear. Don't read any of the posts on that thread except those by me. There are no secondary threads involved.
Great! Thank you very much.
Terenn is offline   Reply With Quote
Old 03-26-2009, 11:09 AM   #7 (permalink)
Registered Member
 
Join Date: Mar 2009
Posts: 18
Default

Quote:
Originally Posted by PhoneyDeveloper View Post
Let me make it more clear. Don't read any of the posts on that thread except those by me. There are no secondary threads involved.
Thanks!!

Here is an example of code that worked for me :

PHP Code:
timer = [NSTimer scheduledTimerWithTimeInterval:interval target:target selector:callback userInfo:nil repeats:YES];
[[
NSRunLoop currentRunLoopaddTimer:timer forMode:NSRunLoopCommonModes]; 
jptsetung is offline   Reply With Quote
Old 12-17-2009, 02:23 PM   #8 (permalink)
Registered Member
 
havenjoy's Avatar
 
Join Date: Dec 2009
Posts: 6
Default

Hey jptsetung
Thanks for your code!

Worked like a charm for me!! ^^
__________________
Hi, i am a Jogos Gratis freak
havenjoy is offline   Reply With Quote
Reply

Bookmarks

Tags
iphone, nstimer, uiscrollview

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: 329
22 members and 307 guests
@sandris, ADY, BrianSlick, dacapo, Dani77, Dattee, dre, HDshot, HemiMG, JasonR, MarkC, mer10, nibeck, prchn4christ, ryandb2, spiderguy84, themathminister, timle8n1, tomtom100, viniciusdamone, vogueestylee, vvenkatachallam
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,883
Threads: 89,229
Posts: 380,763
Top Poster: BrianSlick (7,129)
Welcome to our newest member, vvenkatachallam
Powered by vBadvanced CMPS v3.1.0

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