Lotus Quickr Demo: QPhotos
By: Viktor Krantz on May 7th, 2007
Rob Novak and I have started a series of demos and tutorials about the upcoming Lotus Quickr templates that we are developing for IBM. Mine are geared to the developer who wants to understand the details of a particular concept, possibly to reuse it or modify it, while Rob’s will be more designed for you to understand what they are and how users will benefit. The “tag team” approach should give you a great education on what is possible with Lotus Quickr. Eventually we’ll have a library of demos and put them all in one list.
The first demo today is for QPhotos. Enjoy and please ask questions below in the comments area.
Print This Post
Thank you for reading this post. You can now Read Comments (2) or Leave A Trackback.
Post Info
This entry was posted on Monday, May 7th, 2007 by Viktor Krantz and is filed under Undefined.Tagged with: demo, lotus quickr, qphoto, templates
You can follow any responses to this entry through the Comments Feed. You can Leave A Comment, or A Trackback.
Previous Post: Lotus Quickr Tutorial: Modal Floating Window »
Next Post: Lotus Quickr Demo: QPresent »
Latest Posts:
- Introducing SNAPP-On Modules
- PandaBear updated to 0.54
- SnappFiles: Native iPhone, iPod Touch and iPad client for Lotus Quickr
- Lotusphere 2010
- Time for Collaboration University and visit to old country
- Speaking at IamLUG and MWLUG
- PandaBear and Flippr for Lotus Quickr on The Taking Notes Podcast
- Session lineup for Collaboration University
- Announcement: Collaboration University 2009 Keynote Speakers!
- PandaBear for Lotus Quickr update


October 7th, 2009 14:06
I have been testing qphotos (Ernst & Young) and I get an exception in the domino console, associated with what appears to be an inability to save the thumbnail.
I have qphoto.properties in domino program directory, a valid writable directory (domino service in windows running as SYSTEM). The place is working correctly except for thumbnails. lsrx is false…
Any help would be appreciated. I would love to have the java source code for the BOT so I can play with BOTS – all I sse is the jar and the class files. Can I get those?
stack trace:
10/07/2009 02:31:49 PM HTTP JVM: java.lang.IllegalArgumentException: im == null!
10/07/2009 02:31:49 PM HTTP JVM: at javax.imageio.ImageIO.write(ImageIO.java:1470)
10/07/2009 02:31:49 PM HTTP JVM: at javax.imageio.ImageIO.write(ImageIO.java:1534)
10/07/2009 02:31:49 PM HTTP JVM: at com.snapps.qphoto.ScaleImage.scale(ScaleImage.java:26)
10/07/2009 02:31:49 PM HTTP JVM: at com.snapps.qphoto.Thumbnail.create(Thumbnail.java:70)
10/07/2009 02:31:49 PM HTTP JVM: at JavaAgent.NotesMain(JavaAgent.java:37)
10/07/2009 02:31:49 PM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
10/07/2009 02:31:49 PM HTTP JVM: at lotus.domino.NotesThread.run(Unknown Source)
October 7th, 2009 17:33
I fixed my problem – it was software between the ears (a misspelled properties file) now all is well. I would still love to see the source code though.
Thanks