• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
(BOOL)isVisible
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(BOOL)isVisible


  • Subject: (BOOL)isVisible
  • From: francois fauteux <email@hidden>
  • Date: Thu, 18 Aug 2005 13:47:10 -0400

Hi !

I would like to set a browser to display only one peculiar folder in
column 0, let say the first letter is 'F'.

So, under

- (BOOL)isVisible

// It would have to state:
if(column==0)

// and then:
NSString *lastPathComponent = [self lastPathComponent];
return ([lastPathComponent length] ? ([lastPathComponent
characterAtIndex:0]!='F') : YES);

// and finally:
else return NO;

Anybody knows how I could formulate this all so that It works ?

Thanks for help and comments.

François Fauteux
A beginner
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: NSControl + keyDown
  • Next by Date: Core Data is certainly speedy
  • Previous by thread: NSControl + keyDown
  • Next by thread: Core Data is certainly speedy
  • Index(es):
    • Date
    • Thread