So where are the samples you ask? When you have installed the Lotus Expeditor toolkit into your Eclipse environment search the plugins directory for two plugins called com.ibm.rcp.tools.samplegallery_6.1.1.20070731 and com.ibm.rcp.tools.samplegallery2_6.1.1.20070731. Each of these two directories have an archive directory where you’ll find the samples.
Month: April 2008
Lotus Expeditor samples
See Lotus Expeditor Samples with code on Bob Balfes blog for the links.
TwitNotes – features for 1.0.4
Just a quick update on what I’m working on for TwitNotes 1.0.4.
- Fix bug where HTTP links take up too much space when painted (seen as a unnecessary space after a link). Done.
- Make sure replies are retrieved as well as just status messages from the people you follow since you may otherwise miss some replies. Done.
- Reset hover positions when auto updating the UI. Done.
- Sort followers for direct messages in alphabetic order ignoring case. Done.
- Minor tweaks you’ll never see… π
- Network awareness – no reason to go to the web if the Notes client know we’re not connected.
- Proxy support
Now I have a question to you. Which feature would you like to see next?
Sametime screencapture tool
Although I have previously been having problems with the screencapture tool in Sametime I still use it a lot. Today I was surprised to discover that it uses the clipboard to transfer data between the screencapture component and the text input box. The clipboard is also used when sending the captured data directly to the chat partner. The fact that any unsent message in the text area is lot when doing that is a topic for another post.
Using the clipboard is fine by then why isn’t the contents of the clipboard restored after submitting? What if I had some important stuff on the clipboard I was using? Hmm… To me this isn’t a nice user experience.
P.S.: I’m running Sametime 8 in Notes 8.0.1.
I know it’s scary but I’m on the Taking Notes Podcast

Yes I know it’s scary but I talked to Bruce and Julian last night and found this morning that the recording was already out. So if you want to learn more about sidebar plugins and the TwitNotes plugin in particular check out the Taking Notes podcast episode 81.
I haven’t listened to the podcast yet myself so it will be interesting to hear how I came across, if I’m understandable at all and whether the content is any good. iTunes is downloading…
I felt busy last week…
…even though my calendar doesn’t quite reflect that!
Just a little glitch in the CSI view framework of the Notes 8 client. Nothing major but funny too see how the appointments are drawn correctly but the text didn’t quite make it to the UI.
Twitter.com down for scheduled maintenance – I feel naked… (eom)
TwitNotes – version 1.0.3 released
It’s been a while since version 1.0.2 of the TwitNotes plugin was released but the new version 1.0.3 is here now. All good things come to those who wait! π Installation instructions can be found here and update instructions can be found here.
The new version has a lot of new functionality that should make the plugin easier and more pleasant to use. The most noticeable new feature is probably that URL links are clickable and that you may now send direct tweets to other Twitters. This is however just the tip of the iceberg. A lot of code has been added due to the fact that some of the UI is custom painted to work around certain platform limitations. For a complete list of changes see below.
After you install version 1.0.3 from the update site you should see something like the below screenshot. Comments as always to the blog or by e-mail.
Additions
- The message author name is now clickable to allow you to filter the list to this author
- Twitter names in messages (e.g. @lekkim) are now recognized and clickable to filter the list of messages to messages by that user
- Twitter names are right-clickable so you can
- Start a new reply message to that user (start a new message with @<authorname>)
- Start a new direct message to that user
- Copy the name to the clipboard
- URL links in messages are now clickable and will open in the default browser
- URL links are right-clickable and can be copied to the clipboard
- Hover text shown when hovering over clickable link
- Added action in part menu to go with the above to reset the author filter
- URL’s sent through TwitNotes are automatically converted to TinyUrls using tinyurl.com
- Right-click option to copy entire message to clipboard
- Added direct message support to followers by adding “Direct!” button and drop-down with follow names
- Added API for thirdparty contributions to detect clickable links and associated actions
Fixes/changes
- Author images where image name has funky characters are fetched successfully
- Submit area providers are now encapsulated in their own Composite to avoid their layout to affect the greater plugin layout
- Tweet! button moved due to support for direct messages
- Renamed “Refresh data” action in the part menu to “Update”
developerWorks: Plug-in development 101
Are you ready to get going on development of plug-ins for the Notes 8 client (Eclipse)? If you are then look no further than this series of articles on developerWorks: Plug-in development 101. It’s a bit sad that it isn’t Notes 8 specific but hey it’s in the Open Source zone but even though you get the basics of the necessary steps for creating plug-ins.
Presentations from Dannotes
So I did both my sessions at Dannotes yesterday and then went very well. The sessions were back to back which was a little exhausting but I managed. My first session was on the business card system in Sametime from a developers point of view and the second was on composite applications. Only a minor Notes UI screw-up in the latter session when adding components to my composite application using the Composite Application Editor (CAE). Good thing I rehearsed the demos so I had the Notes URL’s cached in the dropdown.
I would share the presentations I used. The presentations are in Danish so they may of limited used to non-Danish speakers… π
Files