Re: Example Java oriented SWT GUI application in Clojure

2009-01-15 Thread e
yeah. That fixed it. Thanks. On Thu, Jan 15, 2009 at 9:53 PM, Paul Barry wrote: > It's probably this: > http://www.eclipse.org/swt/faq.php#carbonapp > > > On Thu, Jan 15, 2009 at 9:20 PM, e wrote: > >> anyone able to get this going on a Mac yet? The main window comes up, but >> shortly after

Re: Example Java oriented SWT GUI application in Clojure

2009-01-15 Thread Paul Barry
It's probably this: http://www.eclipse.org/swt/faq.php#carbonapp On Thu, Jan 15, 2009 at 9:20 PM, e wrote: > anyone able to get this going on a Mac yet? The main window comes up, but > shortly after crashes. > > > On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown wrote: > >> >> Here is an example SW

Re: Example Java oriented SWT GUI application in Clojure

2009-01-15 Thread e
anyone able to get this going on a Mac yet? The main window comes up, but shortly after crashes. On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown wrote: > > Here is an example SWT application. It is a 'search' tool. Open a > file and the search term is highlighted. It has a java oriented > appro

Re: Example Java oriented SWT GUI application in Clojure

2009-01-13 Thread BerlinBrown
On Jan 12, 9:58 pm, e wrote: > thanks.  I think this will be useful, but I have to figure out how to get it > to build in enclojure.  Right now I get, "Exception in thread "main" > java.util.MissingResourceException: Can't find bundle for base name > octane_main, locale en_US (octane_main.clj:1

Re: Example Java oriented SWT GUI application in Clojure

2009-01-12 Thread e
thanks. I think this will be useful, but I have to figure out how to get it to build in enclojure. Right now I get, "Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name octane_main, locale en_US (octane_main.clj:136)" On Mon, Jan 12, 2009 at 5:24 PM, Be

Re: Example Java oriented SWT GUI application in Clojure

2009-01-12 Thread Matt Revelle
http://clojure.org/vars#toc1 On Jan 12, 2009, at 9:42 PM, e wrote: > what is "set!"? I don't see that in the api > > On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown > wrote: > > Here is an example SWT application. It is a 'search' tool. Open a > file and the search term is highlighted. It has

Re: Example Java oriented SWT GUI application in Clojure

2009-01-12 Thread e
what is "set!"? I don't see that in the api On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown wrote: > > Here is an example SWT application. It is a 'search' tool. Open a > file and the search term is highlighted. It has a java oriented > approach because I copied the java code verbatim. This mi

Example Java oriented SWT GUI application in Clojure

2009-01-12 Thread BerlinBrown
Here is an example SWT application. It is a 'search' tool. Open a file and the search term is highlighted. It has a java oriented approach because I copied the java code verbatim. This might be useful if you are still used to imperative programming. Main source: http://jvmnotebook.googlecode.