2015-04-21T00:36:07Z clop2 quit (Ping timeout: 255 seconds) 2015-04-21T00:36:50Z C6248 quit (Quit: Page closed) 2015-04-21T00:50:43Z emaczen joined #ccl 2015-04-21T00:54:23Z emaczen` joined #ccl 2015-04-21T00:57:28Z emaczen quit (Ping timeout: 245 seconds) 2015-04-21T01:19:21Z pjb quit (Read error: Connection reset by peer) 2015-04-21T01:20:36Z Guest51031 joined #ccl 2015-04-21T01:24:57Z Adlai joined #ccl 2015-04-21T01:25:26Z Guest51031 is now known as pjb 2015-04-21T01:37:30Z pjb quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-04-21T01:38:16Z pjb joined #ccl 2015-04-21T02:47:07Z clop2 joined #ccl 2015-04-21T03:03:16Z lifelimitedpart joined #ccl 2015-04-21T03:13:36Z lifelimitedpart is now known as GE9X 2015-04-21T03:24:33Z emaczen` quit (Ping timeout: 245 seconds) 2015-04-21T03:43:24Z GE9X quit (Quit: Page closed) 2015-04-21T04:56:10Z DR2nothere quit (Remote host closed the connection) 2015-04-21T04:56:45Z DR2nothere joined #ccl 2015-04-21T05:34:06Z bsd-duck joined #ccl 2015-04-21T05:36:43Z clop2 quit (Ping timeout: 255 seconds) 2015-04-21T07:12:21Z pllx joined #ccl 2015-04-21T07:44:38Z pllx quit (Quit: zz) 2015-04-21T08:14:23Z hlavaty quit (Read error: Connection reset by peer) 2015-04-21T08:14:39Z hlavaty joined #ccl 2015-04-21T08:26:11Z bsd-duck quit (Read error: Connection reset by peer) 2015-04-21T09:36:35Z brucem quit (Quit: ZNC - http://znc.sourceforge.net) 2015-04-21T10:32:56Z brucem joined #ccl 2015-04-21T10:34:02Z brucem quit (Changing host) 2015-04-21T10:34:02Z brucem joined #ccl 2015-04-21T10:45:29Z brucem quit (Quit: ZNC - http://znc.sourceforge.net) 2015-04-21T11:01:55Z brucem joined #ccl 2015-04-21T11:54:27Z brucem quit (Changing host) 2015-04-21T11:54:27Z brucem joined #ccl 2015-04-21T14:49:28Z DR2 joined #ccl 2015-04-21T17:45:55Z DR2 quit (Quit: Leaving.) 2015-04-21T18:07:55Z emaczen joined #ccl 2015-04-21T18:08:51Z emaczen: So I am looking at the nib-loading HOWTO.html file from the examples and I am getting an error from unbound variable *my-app* 2015-04-21T18:09:03Z emaczen: What is *my-app* 2015-04-21T18:13:31Z pjb: Some variable used by the code in the HOWTO.html I assume. 2015-04-21T18:14:11Z pjb: If you (defparameter *my-app* [NSApplication sharedApplication]) first, that should work. 2015-04-21T18:16:01Z emaczen: pjb: thanks it is uninitialized in the HOWTO.html 2015-04-21T18:21:18Z rme joined #ccl 2015-04-21T18:25:02Z DR2 joined #ccl 2015-04-21T18:31:54Z rme quit (Quit: rme) 2015-04-21T18:41:57Z rme joined #ccl 2015-04-21T18:42:52Z rme quit (Quit: rme) 2015-04-21T18:42:52Z rme quit (Client Quit) 2015-04-21T20:39:17Z emaczen: so xcode doesn't create nib's by default anymore and instead creates xib's what would be the best solution in terms of using CCL? I'm currently looking for a xib to nib converter but would also appreciate the CCL input. 2015-04-21T21:24:35Z pjb: nib is kind of deprecated. Nowadays xib is used. 2015-04-21T21:29:38Z emaczen: pjb: What would you recommend doing with nib/xib in terms of the currency-converter example in the CCL documentation/examples? 2015-04-21T21:35:49Z pjb: My preference is to avoid nib/xib, and to write the code to build the user interface. 2015-04-21T21:36:47Z pjb: If you want to do stuff with Xcode, then just do it, edit xib files with Xcode, and use them in your application (you only have to copy them in your Resources/${LANG}.lproj/ directory. 2015-04-21T21:41:29Z pjb: emaczen: did you know that interface builder was originally a lisp program? 2015-04-21T21:41:39Z emaczen: pjb: Yes I read that yesterday :) 2015-04-21T21:42:36Z pjb: So it would make more sense to write a ".lib" rather than a ".nib" or a ".xib". 2015-04-21T21:42:55Z emaczen: hahah 2015-04-21T21:43:05Z pjb: .lib would contain normal lisp code (or rather some nicer DSL) to instanciate the UI objects. 2015-04-21T21:43:26Z pjb: see for example the files used by Patchwork or by GSharp. 2015-04-21T21:57:13Z DR2 quit (Quit: Leaving.) 2015-04-21T22:02:21Z rme joined #ccl 2015-04-21T22:37:06Z rme quit (Quit: rme) 2015-04-21T22:37:06Z rme quit (Quit: rme) 2015-04-21T22:53:43Z emaczen quit (Ping timeout: 245 seconds)