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

Azureus for Intel Macs now available — #4

Quote: Originally Posted by baw I use Transmission. I prefer the small footprint of Transmission, but Charter has begun packet filtering in my area, so encryption is an abs…
MacNN Hardware by DoctorGonzo

Azureus for Intel Macs now available — #5

I've been using this version for a while and all has been fine. However, since the 10.4.6 update I've noticed after quitting an azureus program still runs (for ever too!) Does an…
MacNN Hardware by threestain

iMac G5 Won't Boot — #1

Got a Rev B. iMac G5 20". It froze today while in Safari. I powered it off after the fan just kicked in full blast. I unplugged everything from it except the keyboard and mouse. …
MacNN Hardware by HazMacFan

iMac G5 Won't Boot — #2

Can you boot it up in safe mode? Hold down the shift key right after you hear the startup tone, and let go after you see the gray screen with the Apple logo. If you have to enter …
MacNN Hardware by volcano

iMac G5 Won't Boot — #3

Quote: Originally Posted by volcano Can you boot it up in safe mode? Hold down the shift key right after you hear the startup tone, and let go after you see the gray screen wit…
MacNN Hardware by HazMacFan

iMac G5 Won't Boot — #4

has anyone else got a tip on what could fix this imac g5 (rev.b)?? i have same problem as original poster - the imac froze with dark screen, after forced shutdown it doesn't boot b…
MacNN Hardware by matrk

iMac G5 Won't Boot — #5

Have same problem rev.B Imac20, don't know what to do, it's started few days ago :S
MacNN Hardware by Vahtang@apollo.lv

iMac G5 Won't Boot — #6

My first(OK my second after doing what you have tried) thing is to get a hold of Apple. Online support will create a case # for you while you try to get a fix. Telephone support m…
MacNN Hardware by larrinski

iMac G5 Won't Boot — #7

... to a local apple tech shop here in berlin. i couldn't work out what else to do, despite my nearly 2 decades of mac d-i-y usage like many of us of course, my biggest concern is…
MacNN Hardware by matrk

iMac G5 Won't Boot — #8

now my mac don't booting, but I maked backup copies of all files what I use. Tomorow going to service.
MacNN Hardware by Vahtang@apollo.lv

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
mp.ls