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

Watercolor — #6

Quote: Originally posted by mac15: Carbon is semi-retired. I hope he find time to pick it up. Itsa kickass them! Carbon is retired?! Now I'm getting depressed...I …
MacNN Development by solidfox

Watercolor — #7

Quote: Originally posted by Caesar2099: I was only able to use Watercolor for the last 3 days I had Jag. Very often I lay awake at night thinking of all the time I waste…
MacNN Development by NetworkShadow

Watercolor — #8

I've spoke with Carbon last week... He is working on a Panther-friendly Watercolor, but don't expect anything before May... That's all I can say
MacNN Development by FB Eye

Watercolor — #9

Quote: Originally posted by FB Eye: I've spoke with Carbon last week... He is working on a Panther-friendly Watercolor, but don't expect anything before May... That's a…
MacNN Development by OptimusG4

Watercolor — #10

Carbons got too many themes on the back burner WaterColour, Classix (original version), Silvia and my favourite remember Meteora
MacNN Development by mac15

Watercolor — #11

Quote: Originally posted by mac15: Carbons got too many themes on the back burner WaterColour, Classix (original version), Silvia and my favourite remember Meteora …
MacNN Development by NetworkShadow

Watercolor — #12

You could always switch to Windows and use Watercolor there I heard the themer did a really good job Chris
MacNN Development by kmkkid

Watercolor — #13

Quote: Originally posted by kmkkid: You could always switch to Windows and use Watercolor there I heard the themer did a really good job Really? I hear it was awfu…
MacNN Development by Jaey

Watercolor — #14

Quote: Originally posted by Jaey: Really? I hear it was awful. I'm not really sure what I mean by that. Oh no you di'int and so forth. Chris
MacNN Development by kmkkid

Watercolor — #15

Binary's (err...that guy up there^) looks way too much like XP/Classic for my taste , and the port from Jag by Susumu is fugly (fugly fonts), but a mod called method is good
MacNN Development by k.mo

Watercolor — #16

Quote: Originally posted by k.mo: Binary's looks way too much like XP/Classic for my taste, and the port from Jag (by Susumu) is fugly (fugly fonts) Watercolor is…
MacNN Development by kmkkid

Watercolor — #17

Quote: Originally posted by kmkkid: Watercolor is meant to be classic feeling, it is a windows theme remember . Chris But...mac emualtion...Aqua-Soft...doh!...
MacNN Development by k.mo

Watercolor — #18

Quote: Originally posted by kmkkid: Watercolor is meant to be classic feeling, it is a windows theme remember . I actually disliked what carbon did to it, but to each th…
MacNN Development by NetworkShadow

Watercolor — #19

Quote: Originally posted by kmkkid: ...I actually disliked what carbon did to it, but to each their own... Quote: Originally posted by NetworkShadow: ..…
MacNN Development by CarbonG4

Watercolor — #20

Quote: Originally posted by CarbonG4: What I did to it? It's a pretty straight forward port... maybe you are referring to the Brushed Metal teaser up on my site, I'm no…
MacNN Development by kmkkid

Watercolor — #21

Quote: Originally posted by CarbonG4: I will be maintaining both a Classic version of the theme and a Remix version. The Classic version will be the one closest to the …
MacNN Development by NetworkShadow

Watercolor — #22

I'll have something that will fill the void of WaterColour and its gonna be released quicker than I expected Hold on guys
MacNN Development by mac15

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