Skip to main content
Search titles, bodies, and author names
Found 12,220 posts across 1 forum.

How to start to program - really good books? — #14

SteveJobs, If you want to write applications for Mac OS X, Objective-C/Cocoa is definitely a great place to start. However, I suggest that you take daily supplements of learning L…
MacNN Development by parallax

3g ipod shuts down randomly — #1

hello, i replaced my ipods battery the other night and let it charge overnight. the next morning i went to listen to it, selected the song and hit play. before it would actually pl…
MacNN Hardware by mustangsandmadras

3g ipod shuts down randomly — #2

i did a scan disk and came out fine, no sad icon. so ran updater to restore it and it's still happening. please help if you can, thanks
MacNN Hardware by mustangsandmadras

How to relinquish control to the GUI? — #1

Hi, Let's say I have the following: code: NSProgressIndicator* progress; (assume it's initialized and visible etc) for (int i = 0; i < 5; ++i) { [progress setDoubleValue: …
MacNN Hardware by Zimwy

How to relinquish control to the GUI? — #3

When you update the value of a progress indicator, it's marked as needing display the next time through the runloop (with setNeedsDisplay: YES). Your code, however, never returns …
MacNN Hardware by smeger

How to relinquish control to the GUI? — #4

Quote: Originally Posted by smeger When you update the value of a progress indicator, it's marked as needing display the next time through the runloop (with setNeedsDisplay: YES…
MacNN Hardware by Catfish_Man

How to relinquish control to the GUI? — #5

He already said that, for some reason, an NSTimer is really impractical for what he's doing. I'd think that indicates a problem with the program's structure, but y'know, whatever. …
MacNN Hardware by Chuckit

How to relinquish control to the GUI? — #6

Thanks for the responses. I was hoping to avoid pthreads as it's a bit overkill. As for some people who are unhappy with my design I can elaborate as to why it's uncomfortable to…
MacNN Hardware by Zimwy

How to relinquish control to the GUI? — #8

I don't think that would work. If I declared the array on the stack and then passed it into the user info of the timer wouldn't it already be popped off the stack by the time the …
MacNN Hardware by Zimwy

How to relinquish control to the GUI? — #9

Yeah, it would be off the stack; that's why I suggested an NSDictionary. Actually, the userInfo object is declared to be an id, so it should be an Objective-C object, anyway (it's …
MacNN Hardware by Wevah

The best video to iPod converter is needed — #7

ImTOO iPod Movie Converter is verry good - nice interface, many features, but is a bit too slow. PQ DVD to iPod Video Converter is quite a bit faster (converts a 60 min movie in a…
MacNN Hardware by jelatin

Silk: how to get "Calibri" font — #3

Heh, just because I'm new here doesn't mean I'm an online forum noob-think it through . Anyways, thanks for the search referral....but, as I already know that search is my friend, …
MacNN Hardware by lesman
mp.ls