Archive for the ‘Lotus Domino’ Category

Strange error when exporting in Lotus Notes

Sunday, June 15th, 2008

I'm running the public beta of Lotus Notes 8.5 on the mac (eclipse version) and tried to export selected documents to structured text. This dialog is shown;All well I tought... But the radio buttons are acting weird as you can select all at once. When you then try to cancel ...

Eclipse clients

Friday, May 23rd, 2008

Yoxos On Demand: Free Eclipse Download Service Interesting concept and a very nicely done webpage. Maybe this is the road to go for getting around the somewhat daunting task to configure various eclipse clients. My findings are that you very often end up reinstalling the application (as I did with Aptana ...

Simple function to test if a list is empty

Friday, March 14th, 2008

Simple function to test if a list is empty: "I needed a function to test if a list is empty today. This is of course something IBM doesn't think we developers have to test for, so it's not in the LS API.Here is what I came up with. The list ...