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

What application do I use if I need to....? — #1

View video files: 1) Mplayer-alternative video viewer plays all sort of video files including .avi, .mpg, and .wmv 2) VLC- -alternative video viewer plays all sort of video files …
MacNN Software by mindwaves

Comparing NSTableView items — #1

Hi guys, Another question from me . So I have a NSTableView, and I am adding items to it by doing this: [code]- (void)addSnippetid)sender { TagSnippet *newSnippet = [TagSnip…
MacNN Software by iOliverC

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