Domino 8.5.1

Home » Domino 8.5.1

Dojox Charting Tutorial – Part Six: Charts for Navigation

It’s been a while since I last wrote anything on dojox charting, but there is always more. Anyone who was at BLUG or has downloaded the sample database I created for that session will have seen that I extended dojox charting to allow the user to click on a pie chart and navigate through the

Dojox Charting Tutorial – Part Six: Charts for Navigation Read More »

XULRunner and XPiNC

Not for the first time I came across something I had not been aware of before, and then had a second occurrence within a week. It’s something I’ll bear in mind for the future and, as such, I think it’s worth sharing. The first occurrence was last week. I’ve long held it true that if

XULRunner and XPiNC Read More »

Dojox Charting Tutorial – Part Three: Column and Bar Charts

In Part One (http://hermes.intec.co.uk/Intec/Blog.nsf/dx/10012010214412HERTH7.htm) I have given some background and generic code quired on any page showing a dojo chart. In Part Two (http://hermes.intec.co.uk/Intec/Blog.nsf/dx/12012010175038HERNX7.htm) I added a series using javascript onto my XPage and generated a pie chart. In Part Three I will cover the other two chart types shown on my first demo page

Dojox Charting Tutorial – Part Three: Column and Bar Charts Read More »

Dojox Charting Tutorial – Part Two: Creating Series and Generating the Pie Chart

In Part One I covered the generic code elements required on the XPage before we get as far as creating the data for the chart and the chart itself. Now we get into the interesting stuff. Creating a Series The first part of the chart is the series. What I’m looking to produce is an array

Dojox Charting Tutorial – Part Two: Creating Series and Generating the Pie Chart Read More »

Dojox Charting Tutorial – Part One: Background and Generic Code

At Intec we have a number of applications that have included charts for some time, whether for dashboards or other reporting. At the time the we used haneng charts (http://www.hanengcharts.com/), because we didn’t have the expertise in house to develop anything as good or better. The product provided what we needed and still does. But

Dojox Charting Tutorial – Part One: Background and Generic Code Read More »

Workaround for Multi-Value Fields Bug

Tommy Valand posted on his blog yesterday and on the Notes 8.5 forum today a bug with multi-value fields. Basically save switches the output between a multi-value field and a semi-colon-separated string. Coincidentally I was working on an XPages application today, with a keyword form, for which I needed a multi-value field. Not surprisingly, I

Workaround for Multi-Value Fields Bug Read More »

XPages: A Couple of Finds From Recent Development

Over the last few days a colleague of mine has been doing some XPages development. We’ve come across a couple of interesting bits of functionality that might not be obvious. The first was when working on an old database and creating a View Control for a view called vwSite. The View Control brought in columns

XPages: A Couple of Finds From Recent Development Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Six

Option Four Option Four seems quite convoluted, but is essentially a simple principle. We use server-side javascript in the beforePageLoad event to set viewScope variables for each of the radio button, check box and list box mandatory questions we want to check against. We then use the onClick event to trigger a partial refresh and

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Six Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Five

Option Three is a modification of Option Two, which reproduced the client-side validation available for other XPages controls, with a javascript alert. At this point I should add some background to the application I was working on. The application in question is a major upgrade of our enterprise feedback tool, EFT, which added in Dojo styling, used

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Five Read More »

Scroll to Top