<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/"
 xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
 xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd"
>
<channel>
<title>Lord Lotus Blog</title>
<description></description>
<lastBuildDate>Fri, 5 Jun 2009 00:00:00 -0400</lastBuildDate>
<link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf</link>
<image>
<title>Lord Lotus Blog</title>
<url>http://www.punkdbynotes.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/MikeWazowski.jpg</url>
<link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf</link>
</image>
<item><title>Configuring a Notes date field for use with the Dojo date picker</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQMXX</link><description><![CDATA[ Credit goes to Michelle O'Rorke.&nbsp; She had blogged about how to do this, but it didn't sink in&nbsp;for me the first time around.&nbsp; You need to change the field display settings so that Domino will render the date into international format ...]]></description><dc:subject>dojo</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQMXX</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQMXX</guid><content:encoded><![CDATA[ <p>Credit goes to Michelle O'Rorke.&nbsp; She had <a href="http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-4.html" target="_blank">blogged</a> about how to do this, but it didn't sink in&nbsp;for me the first time around.&nbsp; You need to change the field display settings so that Domino will render the date into international format (&quot;yyyy-mm-dd&quot;).&nbsp; When the Dojo control processes the value in the field, it will format the date into the format using the i18n settings it detects in your browser.&nbsp; <br/>
<br/>
When you submit the form, Domino will be able to process the date because of the display settings for the field.&nbsp; The only other thing to do is add a computed for display field that will display the date normally (&quot;mm/dd/yyyy&quot; for us Yanks) when a document is being read.&nbsp; Here's a picture of how to do the date field settings:</p>
<br/>
<p><img height="426" alt="Date field display settings" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/A264C94305A29300852575CC005DF187/$File/DateFieldDisplaySettingsForDojo.bmp" width="307"/></p>]]></content:encoded><pubDate>Fri, 5 Jun 2009 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=CC469C8FBC44A65A852575CC005E1956</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=CC469C8FBC44A65A852575CC005E1956</wfw:comment></item><item><title>Use JavaScript control and dojo widgets: plot thickens</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQKW8</link><description><![CDATA[ I did some testing and narrowed down what is happening. When you select the new Use JavaScript Control Display setting for a rich text field, Domino automatically adds dojo includes to your HTML Header. Domino's code is in blue. The code I'm adding via my own ...]]></description><dc:subject>None</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQKW8</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQKW8</guid><content:encoded><![CDATA[ <p>I did some testing and narrowed down what is happening. When you select the new Use JavaScript Control Display setting for a rich text field, Domino automatically adds dojo includes to your HTML Header. Domino's code is in blue. The code I'm adding via my own $$HTMLHead field is in green: <br/>
<font color="#0000ff"><br/>
&lt;style type=&quot;text/css&quot;&gt; <br/>
@import &quot;/domjs/dojo-1.1.1/dojo/resources/dojo.css&quot;;<br/>
@import &quot;/domjs/dojo-1.1.1/dijit/themes/dijit.css&quot;; <br/>
@import &quot;/domjs/dojo-1.1.1/ibm/domino/widget/layout/css/domino-default.css&quot;; <br/>
&lt;/style&gt; <br/>
<br/>
&lt;script type=&quot;text/javascript&quot; src=&quot;/domjs/dojo-1.1.1/dojo/dojo.js&quot; djConfig=&quot;locale: 'en-us', isDebug: false, parseOnLoad: false&quot;&gt; <br/>
&lt;/script&gt; <br/>
<br/>
&lt;script type=&quot;text/javascript&quot;&gt; <br/>
dojo.registerModulePath('ibm', '../ibm'); <br/>
if (location.replace == null) <br/>
location.replace = location.assign; <br/>
&lt;/script&gt; <br/>
<br/>
&lt;script type=&quot;text/javascript&quot;&gt; <br/>
dojo.require('ibm.domino.widget.layout.DominoRichText'); <br/>
&lt;/script&gt; </font><br/>
<br/>
<font color="#008000">&lt;script type=&quot;text/javascript&quot; src=&quot;/domjs/dojo-1.1.1/dojo/dojo.js&quot; djConfig=&quot;parseOnLoad: true&quot;&gt; &lt;/script&gt;<br/>
&lt;style type=&quot;text/css&quot;&gt; <br/>
@import &quot;/domjs/dojo-1.1.1/dijit/themes/tundra/tundra.css&quot;; <br/>
@import &quot;/domjs/dojo-1.1.1/dojo/resources/dojo.css&quot; <br/>
&lt;/style&gt; </font></p>
<p>My guess is the <font color="#0000ff">dojo.registerModulePath() </font>function is cancelling out the dojo stuff I include.&nbsp; I tried to register the dojo stuff again using the following, to no avail:</p>
<p><font color="#800080">&lt;script type=&quot;text/javascript&quot;&gt;<br/>
dojo.registerModulePath('dojo', '/domjs/dojo-1.1.1/dojo'); <br/>
dojo.registerModulePath('dijit', '/domjs/dojo-1.1.1/dijit');<br/>
&lt;/script&gt;<br/>
</font><br/>
I found some more info on registerModulePath() <a href="http://docs.dojocampus.org/dojo/registerModulePath" target="_blank">here</a> and <a href="http://blog.uxebu.com/2008/09/09/dojo-namespacing-with-dojango/" target="_blank">here</a>, but I admit I have no clue on what I'm doing.&nbsp; I need to submit a PMR on this.</p>
<p>(I converted the HTML/Javascript using <a href="http://www.stanleyshilov.com/online-tools/convert-special-characters-into-html-entities/" target="_blank">this utility</a>.)</p>]]></content:encoded><pubDate>Fri, 5 Jun 2009 00:00:00 -0400</pubDate><slash:comments>3</slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=DE24F99E0882BF5E852575CC00552860</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=DE24F99E0882BF5E852575CC00552860</wfw:comment></item><item><title>Gah!  org.eclipse.swt.SWTException</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQKMW</link><description><![CDATA[ Am I the only unlucky soul who's getting this error after working with the Domino Designer for Eclipse for extended periods of ...]]></description><dc:subject>Notes 8.5</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQKMW</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SQKMW</guid><content:encoded><![CDATA[ <p>Am I the only unlucky soul who's getting this error after working with the Domino Designer for Eclipse for extended periods of time:</p>
<br/>
<p><img height="276" alt="org.eclipse.swt.SWTException" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/7FD62E81DA09CDA5852575CC0052CFED/$File/Notes85StandardError.bmp" width="320"/></p>]]></content:encoded><pubDate>Fri, 5 Jun 2009 00:00:00 -0400</pubDate><slash:comments>4</slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=2C1BECD54FF9E350852575CC0052D657</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=2C1BECD54FF9E350852575CC0052D657</wfw:comment></item><item><title>Adding bullets to paragraph styles in Lotusscript</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SNV3Z</link><description><![CDATA[ I can't believe that in 2009, with version 8.5, we still can't programmatically add bullets to a Rich Text Field!

I know, Genii has a solution for this.&nbsp; But how hard can it be to add simple bullet capability to the NotesRichTextParagraphStyle ...]]></description><dc:subject>None</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SNV3Z</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SNV3Z</guid><content:encoded><![CDATA[ <p>I can't believe that in 2009, with version 8.5, we still can't programmatically add bullets to a Rich Text Field!</p>
<br/>
<p>I know, Genii has a solution for this.&nbsp; But how hard can it be to add simple bullet capability to the NotesRichTextParagraphStyle object?&nbsp; We can apply fonts to the NotesRichTextStyle objects, after all, as well as bold, underline, strikethrough, colors, ...</p>]]></content:encoded><pubDate>Wed, 3 Jun 2009 00:00:00 -0400</pubDate><slash:comments>6</slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=FB9E22006EEADC5F852575CA007F385D</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=FB9E22006EEADC5F852575CA007F385D</wfw:comment></item><item><title>More fun with Dojo: &quot;Using JavaScript control&quot; nullifies other Dojo components</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SKNT5</link><description><![CDATA[ I've been including&nbsp;dojo components in my Domino form using the following $$HTMLHead field:

However, when I change a Rich Text field to use the new &quot;Using JavaScript control&quot; setting, the dojo rich text area appears, but none of my other ...]]></description><dc:subject>dojo</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SKNT5</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SKNT5</guid><content:encoded><![CDATA[ <p>I've been including&nbsp;dojo components in my Domino form using the following <strong>$$HTMLHead</strong> field:</p>
<p><img height="220" alt="Load Dojo $$HTMLHead" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/4D9CAED2A27002E0852575C700626165/$File/LoadDojo.jpg" width="675"/></p>
<p>However, when I change a Rich Text field to use the new &quot;Using JavaScript control&quot; setting, the dojo rich text area appears, but none of my other dojo controls (FilteringSelect, ComboBox, TextArea, etc.) will&nbsp;load.&nbsp; Nice...</p>]]></content:encoded><pubDate>Sun, 31 May 2009 00:00:00 -0400</pubDate><slash:comments>3</slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=18C5E8A037500E8B852575C70061D174</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=18C5E8A037500E8B852575C70061D174</wfw:comment></item><item><title>Question on dojo date picker</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SFJ83</link><description><![CDATA[ I've been having a fun time trying to get the dojo date picker to work.&nbsp; I'm using dojo 1.1.1 that ships with Domino 8.5.

It seems that the dijit.form.DateTextBox widget won't load a date value that already exists in the document if its not in the ...]]></description><dc:subject>dojo</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SFJ83</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7SFJ83</guid><content:encoded><![CDATA[ I've been having a fun time trying to get the dojo date picker to work.&nbsp; I'm using dojo 1.1.1 that ships with Domino 8.5.<br/>
<br/>
It seems that the dijit.form.DateTextBox widget won't load a date value that already exists in the document if its not in the format dojo is expecting, which is &quot;yyyy-mm-dd&quot;.&nbsp; I tried reformatting the date in the &quot;HTML Attributes&quot; event for the field, but the date is still cleared out by the widget:<br/>
<br/>
<div style="margin-left: 40px;">date := SurveyDate;<br/>
year := @Text ( @Year ( date ) );<br/>
<br/>
month := @Text ( @Month ( date ) );<br/>
@If ( @Length ( month ) &lt; 2; month := &quot;0&quot; + month; &quot;&quot; );<br/>
<br/>
day := @Text ( @Day ( date ) );<br/>
@If ( @Length ( day ) &lt; 2; day := &quot;0&quot; + day; &quot;&quot; );<br/>
<br/>
&quot;dojoType=\&quot;dijit.form.DateTextBox\&quot; value=\&quot;&quot; + year + &quot;-&quot; + month + &quot;-&quot; + day + &quot;\&quot;&quot;<br/>
</div>
<br/>
The <a href="javascript:void(0);/*1243432436652*/">Dojomino</a> dojomino.dijit.form.DateTextBox widget solves this problem, but the load time for Dojomino far from optimal.<br/>
<br/>
Is there a way I can solve this problem using dojo 1.1.1?&nbsp; Or this problem been resolved with a later version of dojo?&nbsp; Or is there a way I can just load the one Dojomino widget I need?]]></content:encoded><pubDate>Wed, 27 May 2009 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=AED32C805D981AC9852575C3004D5A27</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=AED32C805D981AC9852575C3004D5A27</wfw:comment></item><item><title>Domino apps on the iPhone</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/MSOK-7QWTLD</link><description><![CDATA[ I had a good day helping a client iPhone-enable the custom Domino login form, as well as their Home page.

Interestingly enough, displaying a frameset in the iPhone overrides whatever you do in terms of controlling the display width of an initial form or ...]]></description><dc:subject>Domino Development</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/MSOK-7QWTLD</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/MSOK-7QWTLD</guid><content:encoded><![CDATA[ I had a good day helping a client iPhone-enable the custom Domino login form, as well as their Home page.
<br><br>
Interestingly enough, displaying a frameset in the iPhone overrides whatever you do in terms of controlling the display width of an initial form or page.  Fortunately, I remembered the old trick of using $$NavigatorTemplate to display an initial form in a Domino application without using a frameset.
<br><br>
One thing I tried to do is find a good emulator for the iPhone.  Apple offers an iPhone SDK, a 1.5 gig beast of a download, but its only for Mac OS.  (It's a .SMI file).  Anyone out there know of a good iPhone emulator?]]></content:encoded><pubDate>Wed, 8 Apr 2009 17:49:20 -0400</pubDate><slash:comments>5</slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=D48E5D8A201AED06852575920077DFA4</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=D48E5D8A201AED06852575920077DFA4</wfw:comment></item><item><title>Dual DominoFests!</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/MSOK-7QNFWD</link><description><![CDATA[ Yes, the Detroit Notes Professionals are insane!

There will be two DominoFests in April:

April 7, Teamstudio webinar: Web-Enabling Lotus Notes Applications
April 21, Lotus Notes / Domino 8.5 Deep Dive (to be held at the IBM Building in Southfield, ...]]></description><dc:subject>DNP</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/MSOK-7QNFWD</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/MSOK-7QNFWD</guid><content:encoded><![CDATA[ Yes, the Detroit Notes Professionals are insane!
<br><br>
There will be two DominoFests in April:
<ul>
<li>April 7, Teamstudio webinar: Web-Enabling Lotus Notes Applications</li>
<li>April 21, Lotus Notes / Domino 8.5 Deep Dive (to be held at the IBM Building in Southfield, MI)</li>
</ul>
To register, simply go to the <a href="http://www.detdominopros.org" target="_blank">Detroit Notes Professionals</a> website.
<br><br>
See you there!]]></content:encoded><pubDate>Tue, 31 Mar 2009 07:50:55 -0400</pubDate><slash:comments>1</slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=7CEF22C9B5C2EACC8525758A00411663</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=7CEF22C9B5C2EACC8525758A00411663</wfw:comment></item><item><title>The case of the missing Search toolbar button</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7QJJWN</link><description><![CDATA[ One client I'm working with currently has a few users who are road-testing the Notes 8 Standard client before it is rolled-out throughout the company.&nbsp; One of the users mentioned to me that the Search button is missing from the View toolbar.&nbsp; This ...]]></description><dc:subject>Notes Client</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7QJJWN</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7QJJWN</guid><content:encoded><![CDATA[ <p>One client I'm working with currently has a few users who are road-testing the Notes 8 Standard client before it is rolled-out throughout the company.&nbsp; One of the users mentioned to me that the Search button is missing from the View toolbar.&nbsp; This button is still there in the Notes 6 and Notes 7 clients:</p>
<br/>
<p><img height="52" alt="View Toolbar Notes 7" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/EC465085DD8F640285257586004F6D9E/$File/View Toolbar-7.jpg" width="351"/></p>
<br/>
<p>However, the same button is not available in the Notes 8 Standard client:</p>
<br/>
<p><img height="38" alt="View Toolbar Notes 8" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/67A2BB1A69A35CAF85257586004F844A/$File/View Toolbar-8_0_2.jpg" width="370"/></p>
<br/>
<p>Even more interesting is that the button is still visible in the Toolbar Preferences dialog:</p>
<br/>
<p><img height="523" alt="Toolbar Preferences Notes 8" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/4EEAD822DF222B8C85257586004F9922/$File/Toolbar Preferences-8_0_2.jpg" width="710"/></p>
<br/>
<p>Well, it turns out that the user now needs to enable the new Search toolbar for Notes 8 Standard:</p>
<br/>
<p><img height="34" alt="Search Toolbar Notes 8" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/D160D82888E1C30E85257586004FB450/$File/Search Toolbar-8_0_2.jpg" width="217"/></p>
<br/>
I'm guessing that the Search toolbar button is still in the preferences for Notes 8 Basic users. <br/>
<br/>
<p>Another change the user mentioned is how unread mail messages now appear in black bold typeface instead of being &quot;red&quot;.</p>
<br/>
<p>Since Notes 8 has been available since August 2007 (over 1 &amp; 1/2 years), I'm sure that these items&nbsp;are common knowledge to everyone reading this.&nbsp; I guess my reason for bringing this up is that the user in question (and the company he works for) has been using Notes since version 4.0.&nbsp; I can see a lot of initial confusion when people are migrated to the new client.&nbsp; In Notes' defense, this UI confusion won't be any different&nbsp;than switching to the new Vista interface or the Office 2007 &quot;ribbon&quot;.</p>
<br/>
<p>Just out of curiosity, has anyone seen&nbsp;a document that compares&nbsp;the&nbsp;Notes 7 (and prior) UI with&nbsp;the Notes 8 (and 8.5) UI?&nbsp; I'm thinking of something that has screen shots akin to before and after photos...</p>]]></content:encoded><pubDate>Fri, 27 Mar 2009 00:00:00 -0400</pubDate><slash:comments>1</slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=F7A968DE5C5C8E76852575860051903A</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=F7A968DE5C5C8E76852575860051903A</wfw:comment></item><item><title>View InViewEdit event still essentially worthless</title><link>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7QJJA7</link><description><![CDATA[ I've been working on a view that allows in view editing of one column that&nbsp;displays the Subject field.&nbsp; I added validation to the InViewEdit event to ensure that the Subject column value&nbsp;entered isn't blank (or empty) before the change is saved ...]]></description><dc:subject>Lotusscript</dc:subject><dc:creator>Mike Sobczak</dc:creator><comments>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7QJJA7</comments><guid isPermaLink="true">http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/d6plinks/DOMO-7QJJA7</guid><content:encoded><![CDATA[ <p>I've been working on a view that allows in view editing of one column that&nbsp;displays the Subject field.&nbsp; I added validation to the InViewEdit event to ensure that the Subject column value&nbsp;entered isn't blank (or empty) before the change is saved to the document.&nbsp; My code prompts the user to enter the missing value:</p>
<br/>
<p><img height="100" alt="Please Enter the Subject" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/A7C6C3694DA86F0785257586004C9F56/$File/PleaseEnterTheSubject.jpg" width="146"/></p>
<br/>
<p>After which the view displays the following error:</p>
<br/>
<p><img height="119" alt="Error validating column value" src="/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/(Images)/BF3F03AA32F3676085257586004CB0CE/$File/ErrorValidatingColumnValue.jpg" width="213"/></p>
<br/>
<p>There is a <a href="http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/c4efbd3607e7541985256d8800630d9a?OpenDocument" target="_blank">work around</a> on LDD that does prevent the &quot;Error validating&quot; message from appearing, but the column being edited loses focus.&nbsp; I just tested this in 8.0.2 and the client still works this way.&nbsp; <em>Sigh.</em>&nbsp; I guess some things never change.&nbsp; At least I remembered&nbsp;why I never bother with in view editing.</p>]]></content:encoded><pubDate>Fri, 27 Mar 2009 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/CommentsRSS?Open&amp;id=0C7652E9D61ACBCB85257586004D0C95</wfw:commentRss><wfw:comment>http://ww2.nutechs.com/hosting/msobczak/Blogs/BlogSphere-1_0_2/LordLotusBlog.nsf/PostComment?RunAgent&amp;id=0C7652E9D61ACBCB85257586004D0C95</wfw:comment></item></channel>
</rss>
