Results 30 comments of FrankS

Hi Alex, No need to apologize (ever ;-) ) It seems you're running into an incompatibility issue between java 6 and 7, and I used java 7 to compile, while...

Just noticed a confusing typo: I wrote: … because the source itself is explicitly dependent on java 7 … but I meant: … because the source itself is NOT explicitly...

This is a known issue/feature… The problem is that the menus are associated with a window in swing, so if there is no window becaause you closed it, then there...

Bringing up the browser stand-alone is a great way to use it, but you're missing my most common use case where I run clj-ns-browser inside of another app during development,...

There is no problem changing the code such that the last browser window will truly close, but then you will be left with a menu bar without any File/Edit/etc. menus...

In short, the best solution is to use an invisible, off-screen window that would never be closed, which would be able to show the browser's menubar. However, that requires coding......

The issue is that proxy-delete-with-body is defined with a def: (def proxy-delete-with-body (make-proxy-method-with-body :delete)) and the meta-map doesn't give any info about the arity. It is identified as an but...

I noticed that the issue-form eats anything that resembles html pointy brackets :-( I was pinging out in the previous reply that proxy-delete-with-body is both a "fn" and "fin" but...

Gods of wisdom… and they are male… no wonder those religions went extinct ;-) Believe we need a "j" somewhere in the name "Odjin", or other gods/godessesfrom your reference: Omoikane/Omojkane,...

Hi Drew, Not sure what the issue might be… What puzzles me is the line: > [... other instance …] which I haven't seen before, and I don't know if...