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

Just a couple of interesting links - - — #3

Quote: Originally posted by Adam Betts: To me, they're meh. Majority of them use or have a similar look to Aqua. your joking, right? lasik eye fixerupping is pre…
MacNN Troubleshooting by quandarry

Just a couple of interesting links - - — #4

By and large, windows themes just trash upon most of those for the Mac, IMO. There are some good ones, like Neos, jetblack, etc. but I mean, look at the rest, some really garish lo…
MacNN Troubleshooting by SubGeniux

Just a couple of interesting links - - — #5

Quote: Originally posted by SubGeniux: It;s funny, but the Mac was always associated with designers, but half the themes look like they were done by someone pressing a …
MacNN Troubleshooting by fireside

Just a couple of interesting links - - — #6

Quote: Originally posted by fireside: thats only because there are less themes for Mac than there are for windows. when you compare the crappy themes for mac to the crap…
MacNN Troubleshooting by SubGeniux

Just a couple of interesting links - - — #7

Quote: Originally posted by SubGeniux: Yeah, but at least there's a heck of a lot more good themes on Windows, as well as he options on how much one wants to tweak. True…
MacNN Troubleshooting by templetalker

Just a couple of interesting links - - — #8

Quote: Originally posted by quandarry: your joking, right? Yep, I'm joking. None of them have Aqua look Quote: Originally posted by quandarry: lasik ey…
MacNN Troubleshooting by Adam Betts

Just a couple of interesting links - - — #10

Quote: Originally posted by templetalker: I think that there is a lack of high end GUI themes for OS X because the "Major Designers" have objectives that don't steer tow…
MacNN Troubleshooting by fireside

Just a couple of interesting links - - — #11

Quote: Originally posted by SubGenius or something: By and large, windows themes just trash upon most of those for the Mac, IMO. There are some good ones, like Neos, jet…
MacNN Troubleshooting by Holigen

Just a couple of interesting links - - — #12

Quote: Originally posted by Holigen: The limitations in OS X as far as themeing goes are enormous compared to those of Windows. 'nuff said It's not a question of …
MacNN Troubleshooting by SubGeniux

Just a couple of interesting links - - — #15

Quote: Originally posted by SubGeniux: It's not a question of what can, and can't be done; it's what is done that makes me wonder. The limitations of theming isn't an ex…
MacNN Troubleshooting by rhythmicmoose

Just a couple of interesting links - - — #17

Yes Windows can be more easily themed...but I've tried Windowblinds and it sucks. Maybe it's Stardock's fault or maybe it's Microsoft's. All I know is the skins look cheap, for exa…
MacNN Troubleshooting by Dace

Odd autorelease crashes — #1

Hey everyone. I'm having rather odd issues with the NSAutoRelease pool. My program is crashing when the NSAutoRelease pool releases an NSString that I have neither retained nor r…
MacNN Troubleshooting by Detrius

Odd autorelease crashes — #2

My guess is that NSString's -substringWithRange: returns an autoreleased NSString, so if you autorelease that, it's on the autorelease pool twice, and thus gets sent -release twice…
MacNN Troubleshooting by oVeRmInD911

Odd autorelease crashes — #3

Quote: Originally posted by oVeRmInD911: My guess is that NSString's -substringWithRange: returns an autoreleased NSString, so if you autorelease that, it's on the autor…
MacNN Troubleshooting by Detrius

Odd autorelease crashes — #4

Quote: Originally posted by Detrius: Is it possible that I am releasing an object elsewhere that is already on the autorelease pool, and then this object just inadverte…
MacNN Troubleshooting by qyn

Odd autorelease crashes — #5

Don't autorelease the object. Whenever you get an object without using an alloc] init... statmeent, it's assuemd the the object has already been autoreleased. Matt Fahrenbacher
MacNN Troubleshooting by Ghoser777

Odd autorelease crashes — #6

The thing that is absolutely bizarre is that according to Apple's ObjectAlloc utility, the NSString object has been neither retained nor released, yet it is crashing in the autorel…
MacNN Troubleshooting by Detrius

Odd autorelease crashes — #7

Quote: Originally posted by Detrius: If I autorelease the object returned from this function, the program crashes at the the NSString object. If I do not autorelease th…
MacNN Troubleshooting by Uncle Skeleton

Odd autorelease crashes — #8

wait, now that I actually read the part I quoted I'm less sure I ever knew what you were talking about. Did you mean you were autoreleasing the NSString you were talking about, or…
MacNN Troubleshooting by Uncle Skeleton

Odd autorelease crashes — #9

Quote: Originally posted by Uncle Skeleton: wait, now that I actually read the part I quoted I'm less sure I ever knew what you were talking about. Did you mean you wer…
MacNN Troubleshooting by Detrius
mp.ls