Quote:
Originally Posted by Dr.Michael
Then the zen is easier to handle than the iPod because you just drop a folder on its drive and thats it.
What, as opposed to pluggi…
Quote:
Originally Posted by Mastrap
What, as opposed to plugging it in, waiting for two minutes and unplugging it? Which is what I do with my iPod.
Podcasts, updated. Old cast…
That Creative player is not only UGLY but, it looks big and clunky as well. I've never tried one though. I play videos from my iPod to my TV and it is REALLY hard to tell that the …
Quote:
Originally Posted by Mastrap
What, as opposed to plugging it in, waiting for two minutes and unplugging it? Which is what I do with my iPod.
Podcasts, updated. Old cast…
I think Best Buy has these on display. I could be wrong but, I think I remember seeing them there.
Also, there's a freeware App called "iPodDisk" and it lets you browse your iPod …
i got a 30 gb zen a few months ago but i prefered my old silver ipod mini. The ipod mini did break after just two year's though.
It wasnt its fault it got damaged on a d of e hike…
There is now an official version for Mactels, so the link in the first post is going down. (You would be surprised at how many people download it to this day.)
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…
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…
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. …
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 …
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…
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…
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…
... 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…
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…
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: …
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 …
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…