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

Comparing NSTableView items — #2

for (i=0;i<[list count];i++) if ([[newSnippet title] isEqualToString:[[list objectAtIndex:i] title]]) [self showConfirmationDialog]; you should probably also make sure the two …
MacNN Software by Uncle Skeleton

Weird Undo Bug — #2

I'm not sure why this isn't working, but here are a couple of things to look at: first, verify that your text view is editable and does actually use undo. Also, I get the impress…
MacNN Software by smeger

Weird Undo Bug — #3

Quote: Originally posted by smeger: I'm not sure why this isn't working, but here are a couple of things to look at: first, verify that your text view is editable and d…
MacNN Software by smeger
mp.ls