2016-02-27T03:16:50Z emaczen joined #ccl 2016-02-27T03:17:24Z emaczen: what is the equivalent of @selector(boundDidChange:) 2016-02-27T03:19:05Z rme: That would be (objc:@selector #/boundDidChange:) 2016-02-27T03:19:56Z emaczen: related, addObserver:self selector:@selector(boundsDidChange:) name:NSViewBoundsDidChangeNotification object:contentView]; -- what about the name:NSViewBoundsDidChangeNotification? 2016-02-27T03:21:24Z emaczen: I don't see ns:ns-view-bounds-did-change-notification as a symbol 2016-02-27T03:21:37Z rme: You would write something like (#/addObserver:selector:name:object: (#/defaultCenter ns:ns-notification-center) self (@selector #/defaultsDidChange:) #&NSUserDefaultsDidChangeNotification (#/standardUserDefaults ns:ns-user-defaults)) 2016-02-27T03:22:42Z rme: Also, by the way, I put the source for the Picture Window application up at https://github.com/Clozure/dpf as I said I would. 2016-02-27T03:22:52Z emaczen: Do you mean #$ instead of #&? 2016-02-27T03:23:39Z emaczen: Thanks! I'll bookmark it 2016-02-27T03:25:57Z rme: #& is correct (it reads a foreign variable name), but #$ will work also (#$ reads a foreign constant name, but for some time now it will act just like #& if no constant is found, since sometimes it is hard to know the difference just by the name). 2016-02-27T03:26:38Z rme steps away 2016-02-27T05:11:50Z hydan joined #ccl 2016-02-27T05:59:15Z hydan is now known as hydan` 2016-02-27T05:59:16Z hydan` quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-27T07:39:23Z rme quit (Quit: rme) 2016-02-27T07:39:23Z rme quit (Quit: rme) 2016-02-27T07:53:55Z hydan joined #ccl 2016-02-27T07:55:09Z hydan is now known as hydan` 2016-02-27T08:07:57Z hydan` is now known as hydan 2016-02-27T08:09:23Z hydan is now known as hydan` 2016-02-27T08:19:50Z emaczen: /leave 2016-02-27T08:19:51Z emaczen: 2016-02-27T08:19:51Z emaczen: 2016-02-27T08:19:51Z emaczen: 2016-02-27T08:19:54Z emaczen quit (Remote host closed the connection) 2016-02-27T14:08:58Z hydan` quit (Quit: Textual IRC Client: www.textualapp.com) 2016-02-27T16:10:47Z reggy quit (Remote host closed the connection) 2016-02-27T17:51:40Z rme joined #ccl