3

Subject says is all.

I created an NSPathControl with a placeholder message in IB. Ran app, placeholder text appears.

I then bound the value of the control to an NSURL* property of my controller. Now, the placeholder text never appears, even when the property value is nil.

Stumped.

James Bucanek
  • 3,299
  • 3
  • 14
  • 30

1 Answers1

3

You need to set the placeholder in the binding, under the appropriate fields No Selection Placeholder and/or Null Placeholder.

Ken Thomases
  • 88,520
  • 7
  • 116
  • 154