Sort it out (your JSON collections)
The day after the US elections. Time to sort it out. Not the election results but the collections in the Run4Fun application. I hope you like lists with JSONObjects in your XPages application as much...
View ArticleI have sorted it out
The comparator I described earlier is now implemented in the Run4Fun application. It did not take too much changes. First I added a combo-box that allows a user to select by which json property and...
View ArticleWork on Runner details
After I had my sorting for runners in place I decided to add some extra work on a runner object. I started with two new fields and I added some validation to fields. For the email I added a regex for...
View ArticleBacklog Run4Fun
Friday evening so we may code a little bit on private projects Here are some additions for the Run4Fun application: Added some UI refinements to the start page with some icons and transparent text...
View ArticleFirst step as sports data-analyst
Sports data analyses seems to be almost a science on it’s own. What has happened with the good-old kick & run football nobody knows and matches seems to be won before the match on a tablet. That...
View ArticleSeasonal gift
One of the great things of this season are the gifts, so my gift to you: a new version of the Run4Fun application on OpenNTF. I wont summarize what I added compared to the previous version only that I...
View ArticleShow/Hide column in a NotesView
Most applications have different types of users. Some are normal users, some are power-users and some are administrators for the application. Mostly we provide different sets of views for these user...
View ArticleAnother dev attempt comes to an end – row coloring
For an application I want to be the row colourings in the Notes client manageable, from a (profile) document or something similar. I chose a profile document instead of a named document since the...
View ArticleGetting column colouring out of the view design
In Notes you can define the row color in a view programmatically. In the example you still hard-code the colors (and conditions) in the column, and so the design of the view. So if you want to change...
View ArticleImproving the usability of the view column icon
Icons are a great way to let certain document information standout in a view with minimal space. I assume you know you can add icons to a Notes view , right? Although the icons are out of date ,...
View ArticleWhere’s the Domino Community Edition?
Yesterday I was with an OpenNTF Holiday Hangout which was nice. One topic we discussed was the growth of Domino developers from the lower age groups. I guess for multiple platforms it is an issue to...
View ArticleHandling UserAccessException
The almost standard way to work at the company is to work in a committee. So almost everyone is member of one or more committees for different types of work-areas. Commitees have restricted access and...
View ArticleDo Crazy Innovative Things in the Notes Client
In February OpenNTF organizes a webinar titled ‘Do crazy innovative things in the Notes client‘. I am sure (from first hand experience) that Bernd Gewehr has pushed his developers to stretch the...
View ArticleSource code issue with alternative usage view icons
In a previous post I demonstrated how you can improve the usability of image resources by switching alias and file name. It works fine until you start synchronizing with your On Disk Project. While a...
View ArticleRun4Fun – new idea
I added a new feature to the Run4Fun app. When registering lapse times you now get to see which runner is in front and/or behind you (when there is any) relative to you: When there are no runners...
View ArticleOn Error statement (LotusScript)
Today I received a message from a colleague that she noted an error in a log database. When looking at the log and comparing it with the agent code I concluded that the last lines of logging occurred...
View ArticleThere is a new template in town
I have uploaded a new version of the AppDev template on OpenNTF. Wow! I would never believed we would make it to version 3 since Notes client development has not been on my radar for a long time. In...
View ArticleReducing the noise in the log
Every Domino environment has got logs and probably it’s not you who goes through the logs since it’s a repetitive mind-numbing task. Here too, but sometimes the colleague who performs the task takes...
View ArticleReducing the noise in the log – Update
After our team used the changes I made in the log application to reduce the noise for a couple of weeks we gathered user feedback and reviewed it and we came to the following improvements: Added a...
View ArticleFiddling with Tika in XPages
We have the annoying behaviour in an XPages application that users tend to select encrypted or password protected files from their local machine or some sort of expensive drive. The application...
View Article