Hans Dijkema

Results 46 comments of Hans Dijkema

This may also be an issue when uploading multiple attachments.

I've fixed the '+' button, by tracing what happens in javascript. The problem was that I needed to make 'nascholingstotalen' editable by the portal user. Something I'd rather not wanted...

I solved the issue by using the 'page modifier'.

I managed to create modules from the distribution using a perl script to create the necessary exports to access the modules: ```perl #!/usr/bin/perl my $home=$ENV{'HOME'}; my $MYDIR="$home/website/lib"; my @files=glob('locale/*.js'); open...

It looks like the events aren't properly parsed by libvcalendar? Although it doesn't look wrong to me. ``` caldav_driver: VCal:BEGIN:VCALENDAR PRODID:-//ownCloud calendar v1.6.3 VERSION:2.0 CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200...

Hello, I put this on github 9 years ago. Don't use it myself anymore, so I don't know if replacing JEditorPane with JRichTextEditor is simple. [JXmlNoteEditor](https://github.com/hdijkema/JRichTextEditor/blob/master/src/nl/dykema/jxmlnote/JXMLNoteEditor.java) extends JScrollPane. It uses...