Category Archives: Programming

Capturing events on group elements in SVG

I’ve had some trouble with the SVG versions of CompendiumLD maps I’m (still) developing this week. The problem was occurring when I tried extracting data from a mouse click event, for mouse clicks on a CompendiumLD icon. It seems that … Continue reading

Posted in Programming, svg | Tagged , | Leave a comment

Problem in Eclipse debugger

With Eclipse 3.2.1 I suddenly started to get this Unable to create view: Argument not valid in the variables view of the debugger. I.e Eclipse was not showing the value of variables, but was reporting this error. I googled and … Continue reading

Posted in Programming | Tagged | Leave a comment

Compendium and Eclipse

I’ve just spent an hour trying to work out why running Compendium from inside Eclipse wasn’t working. Note to self for when I want to get the development environment running on another machine: remember to set the working directory to … Continue reading

Posted in Programming, compendium | Tagged | Leave a comment