Re: Open html file in Clojure

2014-12-08 Thread Fluid Dynamics
On Monday, December 8, 2014 11:44:10 AM UTC-5, daveray wrote: > > Nope. It barely renders HTML3. JavaFX, I think, has a real embedded > browser component. > That's what I meant. And, of course, it's always easy to just launch a browser: > http://docs.oracle.com/javase/6/docs/api/java/awt/Deskto

Re: Open html file in Clojure

2014-12-08 Thread Niels van Klaveren
Perhaps it could be as simple as browse-url .. On Monday, December 8, 2014 5:44:10 PM UTC+1, daveray wrote: > > Nope. It barely renders HTML3. JavaFX, I think, has a real embedded > browser component. And, of course, it's always easy to jus

Re: Open html file in Clojure

2014-12-08 Thread Dave Ray
Nope. It barely renders HTML3. JavaFX, I think, has a real embedded browser component. And, of course, it's always easy to just launch a browser: http://docs.oracle.com/javase/6/docs/api/java/awt/Desktop.html#browse%28java.net.URI%29 Dave On Mon, Dec 8, 2014 at 4:23 AM, Gary Verhaegen wrote: >

Re: Open html file in Clojure

2014-12-08 Thread Gary Verhaegen
This seems to be what Fluid is talking about: https://docs.oracle.com/javase/tutorial/uiswing/components/html.html I wiuld be a bit wary, however: I doubt this is a complete implementation of an HTML5-compatible browser with state of the art JavaScript interpreter. It's worth trying, but I would

Re: Open html file in Clojure

2014-12-07 Thread Fluid Dynamics
On Sunday, December 7, 2014 6:50:54 PM UTC-5, juan.facorro wrote: > > Hi Priyanka, > > I don't think there's enough information for someone to be able to help > you. When you say .html do you mean JavaScript or ClojureScript code? It > will be a lot easier to help you, if you share the code from

Re: Open html file in Clojure

2014-12-07 Thread juan.facorro
Hi Priyanka, I don't think there's enough information for someone to be able to help you. When you say .html do you mean JavaScript or ClojureScript code? It will be a lot easier to help you, if you share the code from the desktop app and the code you are using to get the location information.

Open html file in Clojure

2014-12-06 Thread Priyanka Goel
I created a desktop application with Clojure showig different places of the world. I want to include google maps to show the location and to make it more interactive. I wrote down the .html code which works in the web browser and shows the location correctly. I want to use that .html file in my