<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comnotes85</title>
    <link>http://lekkimworld.com/tags/notes85/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comnotes85</title>
      <url>http://lekkimworld.com/tags/notes85/</url>
    </image>
    <item>
      <title>Diagnosing wierd widget installation issue</title>
      <link>http://lekkimworld.com/2012/02/18/diagnosing_wierd_widget_installation_issue.html</link>
      <content:encoded>&lt;p&gt;
I had a customer report a widget (plugin) installation issue to me. They had clients being unable to install a widget (and hence a plugin) from an update site on our servers (external to their network). The error was reported as below:
&lt;pre&gt;
Unable to access "http://&amp;lt;host&amp;gt;/site.xml". 
Contains: Error parsing site stream. [White spaces are 
   required between publicId and systemId.]
&lt;/pre&gt;
The issue turned out to be caused by a firewall issue and hence wrongly reported in the log. The issue was solved by relocating the update site to the customers network. 
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/notes/">notes</category>
      <category domain="http://lekkimworld.com/tags/notes8/">notes8</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/widgets/">widgets</category>
      <pubDate>Sat, 18 Feb 2012 20:57:39 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2012-02-18:default/1329598659875</guid>
      <dc:date>2012-02-18T20:57:39Z</dc:date>
    </item>
    <item>
      <title>Deploying XTAF dictionaries to Notes clients via a Widget Catalog</title>
      <link>http://lekkimworld.com/2011/10/11/deploying_xtaf_dictionaries_to_notes_clients_via_a_widget_catalog.html</link>
      <content:encoded>&lt;p&gt;
So &lt;a href="http://www.vlaad.lv/lotus.nsf/dx/how-to-deploy-spellcheck-for-lotus-notes-users-via-widget-catalog"&gt;Vladislav Tatarincev&lt;/a&gt; just blogger this as well but I wanted to highlight it as it pertains to plugins and widget deployment which is so dear to my heart. IBM has written up a very nice technote on how to deploy extra dictionaries for use with Sametime and Notes 8 and it's really worth a read. Especially if you write emails and chats in some languages other than English. And yes there are some of us who do... :-) 
&lt;/p&gt;
&lt;p&gt;
Now if just there was an easy ways to switch between the dictionaries at runtime and by easy I mean something that does not require the use of the preferences dialog. It really has to be easy as most - if not everyone - installing extra dictionaries write in multiple languages say Danish and English, German and English etc. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www-01.ibm.com/support/docview.wss?uid=swg21516491"&gt;Deploying XTAF dictionaries to Notes clients via a Widget Catalog&lt;/a&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/dictionary/">dictionary</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/xtaf/">xtaf</category>
      <pubDate>Tue, 11 Oct 2011 17:17:04 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-10-11:default/1318353424703</guid>
      <dc:date>2011-10-11T17:17:04Z</dc:date>
    </item>
    <item>
      <title>Configure Eclipse 3.5 for Notes 8.5.3</title>
      <link>http://lekkimworld.com/2011/10/08/configure_eclipse_3_5_for_notes_8_5_3.html</link>
      <content:encoded>&lt;p&gt;
For completeness sake I just updated my guide to manually configuring Eclipse 3.5 for Notes plugin development to work with Notes 8.5.3 which went Gold the other day. Please find a like to the guide below.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://lekkimworld.com/pages/eclipse35_notes853.html"&gt;Configuring Eclipse 3.5 for Notes 8.5.3&lt;/a&gt;.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/eclipse/">eclipse</category>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/notes8/">notes8</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/notes853/">notes853</category>
      <pubDate>Sat, 08 Oct 2011 09:33:14 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-10-08:default/1318066394078</guid>
      <dc:date>2011-10-08T09:33:14Z</dc:date>
    </item>
    <item>
      <title>Tip of the day - my Copy Link Location plugin</title>
      <link>http://lekkimworld.com/2011/09/19/tip_of_the_day_my_copy_link_location_plugin.html</link>
      <content:encoded>&lt;p&gt;
There are some questions I get asked a lot by customers, colleagues and people I meet at conferences. One of them is why there isn't an easy way to copy links detected in Notes documents using LiveText to the clipboard. And I must admit that it is odd. To remedy I've actually developed a plugin that installs into Notes 8 to add an action item to links in Notes documents. After installing the plugin an action to the Copy Link Location to the clipboard is added to all links in the Notes client. 
&lt;/p&gt;
&lt;p&gt;
The plugin really highlights the power of Notes, LiveText and the plugin architecture in Notes. As you will probably recall - plugins are fun!!!
&lt;/p&gt;
&lt;p&gt;
Besides that a right-click context menu is also added when right-clicking Notes documents to copy the Notes link (notes://) to the clipboard. It's all part of the same package.
&lt;/p&gt;
&lt;p&gt;
To see how to install etc. head over to my &lt;a href="http://lekkimworld.com/pages/notes8utils.html"&gt;Notes 8 Utils&lt;/a&gt; page. 
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/mywidgets/">mywidgets</category>
      <category domain="http://lekkimworld.com/tags/notes/">notes</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/widget/">widget</category>
      <pubDate>Mon, 19 Sep 2011 12:36:29 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-09-19:default/1316435789750</guid>
      <dc:date>2011-09-19T12:36:29Z</dc:date>
    </item>
    <item>
      <title>AbcWidget is trying to be downgraded to a lower installation scope. Reinstallation of this item will not be permitted.</title>
      <link>http://lekkimworld.com/2011/06/24/abcwidget_is_trying_to_be_downgraded_to_a_lower_installation_scope_reinstallation_of_this_item_will_not_be_permitted.html</link>
      <content:encoded>&lt;p&gt;
When trying to update a plugin (feature) using a widget the installation failed and I got the below message. 
&lt;pre&gt;
&amp;lt;widget name&amp;gt; is trying to be downgraded to a lower installation 
scope. Reinstallation of this item will not be permitted. 
&lt;/pre&gt;
I wondered what it meant as I didn't really understabd the "installation scope" thing so I asked IBM and here's the answer I got from Doug MacDonald. Very useful and nicely explains why the installation failed.
&lt;/p&gt;
&lt;i&gt;
&lt;p&gt;When you install a widget, it is assign a scope. The scopes have a heirarchy.
&lt;ol&gt;
&lt;li&gt;If the widget was installed from the corporate catalog using a category of widgets, the scope is catalog.push.&lt;/li&gt;
&lt;li&gt;If the widget was installed from the corporate catalog using drag and drop, the scope is user.catalog.&lt;/li&gt;
&lt;li&gt;If the widget was installed from a location other than the corporate catalog, the scope is user.import.&lt;/li&gt;
&lt;/ol&gt;
You cannot move down the scope hierarchy. For example:
&lt;ul&gt;
&lt;li&gt;Not allowed: If you install a widget from the corporate catalog using a category of widgets and then you try to drag and drop the same widget.&lt;/li&gt;
&lt;li&gt;Not allowed: If you install a widget from the corporate catalog using drag and drop and then you try to drag and drop the same widget from a file on the file system.&lt;/li&gt;
&lt;/ul&gt;
You can move up in scope. For example:
&lt;ul&gt;
&lt;li&gt;Allowed: If you install a widget from the corporate catalog using drag and drop and then you install the same widget from the corporate catalog using a category of widgets.&lt;/li&gt;
&lt;li&gt;Allowed: If you install a widget by drag and drop from the file system and then install the same widget from the corporate catalog using drag and drop.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;/i&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/mywidgets/">mywidgets</category>
      <category domain="http://lekkimworld.com/tags/notes/">notes</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/widget/">widget</category>
      <pubDate>Fri, 24 Jun 2011 06:45:53 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-06-24:default/1308897953891</guid>
      <dc:date>2011-06-24T06:45:53Z</dc:date>
    </item>
    <item>
      <title>Developing an Eclipse plug-in from start to finish</title>
      <link>http://lekkimworld.com/2011/04/01/developing_an_eclipse_plug_in_from_start_to_finish.html</link>
      <content:encoded>&lt;p&gt;
&lt;a href="http://ryanjbaxter.wordpress.com"&gt;Ryan Baxter&lt;/a&gt; from IBM who I had the honor of co-presenting with at Lotusphere just published a new article on the appdev wiki titled &lt;a href="http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Developing_an_Eclipse_plug-in_from_start_to_finish"&gt;Developing an Eclipse plug-in from start to finish&lt;/a&gt;. The article takes you step-by-step through building a nice plugin and uses the &lt;a href="http://www.eclipse.org/windowbuilder"&gt;Eclipse WindowBuilder&lt;/a&gt; (GUI editor) for taking the hassle out of building the UI.
&lt;/p&gt;
&lt;p&gt;
A very nice Friday read.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/eclipse/">eclipse</category>
      <category domain="http://lekkimworld.com/tags/notes8/">notes8</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/swt/">swt</category>
      <category domain="http://lekkimworld.com/tags/windowbuilder/">windowbuilder</category>
      <pubDate>Fri, 01 Apr 2011 07:27:36 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-04-01:default/1301642856500</guid>
      <dc:date>2011-04-01T07:27:36Z</dc:date>
    </item>
    <item>
      <title>March Lotus Technical Information and Education (LTIE) community meeting</title>
      <link>http://lekkimworld.com/2011/03/03/march_lotus_technical_information_and_education_ltie_community_meeting.html</link>
      <content:encoded>&lt;p&gt;
If you're interested in plugin development and the recently published &lt;a href="http://bit.ly/pluginredwiki"&gt;RedWiki on plugin development for Lotus Notes, Sametime and Symphony&lt;/a&gt; (easy url is &lt;a href="http://bit.ly/pluginredwiki"&gt;http://bit.ly/pluginredwiki&lt;/a&gt;) be sure to join us for the March March Lotus Technical Information and Education (LTIE) community meeting. The conference call will be on 22 March at 10am Central Time (10am Eastern, 3pm CET).
&lt;/p&gt;
&lt;p&gt;
For more info head over to the &lt;a href="https://greenhouse.lotus.com/wikis/home?lang=en#/wiki/W6696b8ac7465_4a5f_9327_94f1a5d82132"&gt;Lotus Technical Information and Education wiki&lt;/a&gt; on Lotus Greenhouse (look under "When we meet" at the bottom of the page).</content:encoded>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/notes/">notes</category>
      <category domain="http://lekkimworld.com/tags/notes8/">notes8</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/plugins/">plugins</category>
      <category domain="http://lekkimworld.com/tags/redbook/">redbook</category>
      <category domain="http://lekkimworld.com/tags/redwiki/">redwiki</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <pubDate>Thu, 03 Mar 2011 07:57:37 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-03-03:default/1299139057843</guid>
      <dc:date>2011-03-03T07:57:37Z</dc:date>
    </item>
    <item>
      <title>jWidgets to make it easier to develop Eclipse based components for composite applications</title>
      <link>http://lekkimworld.com/2010/12/10/jwidgets_to_make_it_easier_to_develop_eclipse_based_components_for_composite_applications.html</link>
      <content:encoded>&lt;p&gt;
Perusing the the Composite Application Wiki I discovered a technology IBM calls jWidgets. Basically they are for Composite Application Java component development what iWidgets are to websites that is a widget framework for easily and more quickly doing stuff. Developing Java components for composite applications is a little hard as you have to manage wires etc. yourself. A framework would make that a lot easier and that's exactly what jWidgets are. 
&lt;/p&gt;
&lt;p&gt;
Having the technology available to Lotus Notes (and not just Lotus Expeditor) would be really cool. From an IBM'er I however learned that they haven't been formally tested in Notes, but the technical capability is there. They have only been tested formally in Lotus Expeditor 6.2.2.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www-10.lotus.com/ldd/compappwiki.nsf/dx/Complete_for_6.5.2-jWidget-Easy_Creation_of_Java_Composite_Applicaiton_Components"&gt;jWidgets - Easy Creation of Java Composite Application Components&lt;/a&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/compapps/">compapps</category>
      <category domain="http://lekkimworld.com/tags/composite_application/">composite_application</category>
      <category domain="http://lekkimworld.com/tags/eclipse/">eclipse</category>
      <category domain="http://lekkimworld.com/tags/ibm/">ibm</category>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/notes/">notes</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/notes852/">notes852</category>
      <category domain="http://lekkimworld.com/tags/xpd/">xpd</category>
      <pubDate>Fri, 10 Dec 2010 13:24:27 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2010-12-10:default/1291987467484</guid>
      <dc:date>2010-12-10T13:24:27Z</dc:date>
    </item>
  </channel>
</rss>


