<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>Codestore Comments Feed</title>
<description>Latest replies posted on codestore.net.</description>
<link>http://www.codestore.net</link>
<lastBuildDate>Thu, 11 Mar 2010 12:19:15 -0600</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/comments.xml" rel="self" type="application/rss+xml" />

<item>
	<title>Jerry Carter replied to "Twas Two Years Ago"</title>
	<pubDate>Thu, 11 Mar 2010 12:19:15 -0600</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>Did you give Leo the bricks as partial payment or keep them for a future garden project?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=14865437D73F92A6862576E30064A384"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100311-0258?OpenDocument&amp;r=14865437D73F92A6862576E30064A384#DOC_14865437</link>
</item><item>
	<title>Mark Leusink replied to "Don't Use The GetView Method In a Loop"</title>
	<pubDate>Thu, 11 Mar 2010 06:01:19 -0600</pubDate>
	<author>Mark Leusink</author>
	<description><![CDATA[ 
		<p>Hi,</p>
		<p>I'm also using a WebSession-like base class in all of my Lotusscript agents. One of the problems I ran into to was that in different functions/subs I needed a handle to the same view(s). </p>
		<p>Instead of adding variables to the base class for every view I needed, I added a private list variable to the class and added a function to retrieve a view. In the function I check if the specified view was retrieved previously. If it is, the existing handle is returned. If it´s not, the view is retrieved, added to the list and than returned:</p>
		<p>retrievedViews_ List As NotesView</p>
		<p>Public Function getView( strViewName$ ) As NotesView</p>
		<p>If Not Iselement( Me.retrievedViews_( strViewName ) ) Then 			</p>
		<p>Set Me.retrievedViews_( strViewName) = Me.db.GetView( strViewName )</p>
		<p>End If</p>
		<p>Set getView = Me.retrievedViews_( strViewName )		</p>
		<p>End Function</p>
		<p>(Me.db is a private NotesDatabase variable filled with the current database when instantiating the class)</p>
		<p>Besides views you can also use this solution for documents or database handles you need in multiple locations. The getView function can also easily be extended to retrieve views from other databases.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=A58034DCC7E75CFD862576E30042099E"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100212-0330?OpenDocument#DOC_A58034DC</link>
</item><item>
	<title>Jake Howlett replied to "Twas Two Years Ago"</title>
	<pubDate>Thu, 11 Mar 2010 05:33:07 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Me too. Funnily enough I was saying to Karen the other day that if I read a broad-sheet cover to cover I'd probably be able to recall one of two articles I just read. However, if I read Heat or "Ok" magazine cover to cover I could tell you every bit of gossip I just garnered from it. Pointless.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=17532B435C34A0A7862576E3003F74FC"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100311-0258?OpenDocument&amp;r=17532B435C34A0A7862576E3003F74FC#DOC_17532B43</link>
</item><item>
	<title>Alan Harris replied to "Twas Two Years Ago"</title>
	<pubDate>Thu, 11 Mar 2010 05:23:43 -0600</pubDate>
	<author>Alan Harris</author>
	<description><![CDATA[ 
		<p>Hi Jake,</p>
		<p>Sorry, didn't mean to be freaky-boy. I just</p>
		<p>have really poor memory-retention, as in</p>
		<p>I remember only really useless information.</p>
		<p>Great for quizzes, not so great for web dev. </p>
		<p>FYI, Paul is the MD of the company I work</p>
		<p>for. I have expressed my opinions about</p>
		<p>getting you on board, should the opportunity</p>
		<p>arise. :]</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=A5C84014217E2873862576E3003E98A2"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100311-0258?OpenDocument&amp;r=A5C84014217E2873862576E3003E98A2#DOC_A5C84014</link>
</item><item>
	<title>Jake Howlett replied to "Twas Two Years Ago"</title>
	<pubDate>Thu, 11 Mar 2010 04:12:50 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Now you're scaring me Alan ;o) </p>
		<p>Had an email from a Paul Rameell the other day. Friend of yours?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=E02941832F8C15D7862576E300381B62"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100311-0258?OpenDocument&amp;r=E02941832F8C15D7862576E300381B62#DOC_E0294183</link>
</item><item>
	<title>Alan Harris replied to "Twas Two Years Ago"</title>
	<pubDate>Thu, 11 Mar 2010 04:09:18 -0600</pubDate>
	<author>Alan Harris</author>
	<description><![CDATA[ 
		<p>Plus a bonus point for you being caught on Google Maps?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=D9F7EE7C57DBA933862576E30037C86D"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100311-0258?OpenDocument&amp;r=D9F7EE7C57DBA933862576E30037C86D#DOC_D9F7EE7C</link>
</item><item>
	<title>Jake Howlett replied to "Twas Two Years Ago"</title>
	<pubDate>Thu, 11 Mar 2010 03:33:02 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Spot on. </p>
		<p>Thought it might have been a bit too simple. Doh.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=A552D567C4DBCF72862576E3003476AA"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100311-0258?OpenDocument#DOC_A552D567</link>
</item><item>
	<title>Alan Harris replied to "Twas Two Years Ago"</title>
	<pubDate>Thu, 11 Mar 2010 03:26:58 -0600</pubDate>
	<author>Alan Harris</author>
	<description><![CDATA[ 
		<p>The building of your new office?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=21F0D4EC38B94F90862576E30033E834"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100311-0258?OpenDocument#DOC_21F0D4EC</link>
</item><item>
	<title>Jerry Carter replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 09:34:09 -0600</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>I think Erik is getting at the idea that in some other implementation, discarding may be needed... e.g. for some reason you can't make the new SO usage conform to the old SO without undue overhead.   SOAP messages sometimes have a head parameter set aside for version so the recipient can take appropriate action.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=4F47DD6FBDADCC43862576E2005585F1"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument&amp;r=4F47DD6FBDADCC43862576E2005585F1#DOC_4F47DD6F</link>
</item><item>
	<title>Jerry Carter replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 09:31:57 -0600</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>Sounds like a good excuse for an open source effort.  Take some volunteers, assign features, put the code up on a svn...  maybe?  Flex certainly makes itself object oriented enough that you might not even need to open the core view, just make a data interface published and have people read write to that via components they develop.   Just a thought in case you're feeling there's too much demand on your generosity, Jake.  We can't hold you accountable to our whims.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=837E7258CF12D5DA862576E200555262"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument&amp;r=837E7258CF12D5DA862576E200555262#DOC_837E7258</link>
</item><item>
	<title>Jake Howlett replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 08:39:07 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Actually. Scratch that. If you rename your SWF as I do when I recompile then it WILL forget the SO, as they are file-name-specific, as I just discovered...</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=7B87B79252143C50862576E200507C60"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument&amp;r=7B87B79252143C50862576E200507C60#DOC_7B87B792</link>
</item><item>
	<title>Jake Howlett replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 07:07:30 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Yes, a re-compiled newer version of the app would still use the same SO. </p>
		<p>Not sure it needs discarding though if it's out of data. Still applies to new versions in this case.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=13AF05514A6A85E0862576E2004818CA"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument#DOC_13AF0551</link>
</item><item>
	<title>Frank Westmoreland replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 06:41:16 -0600</pubDate>
	<author>Frank Westmoreland</author>
	<description><![CDATA[ 
		<p>Hi Jake good stuff... at some point will you be doing a flex address book name picker? That functionality appears to be missing in this app.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=75D508CF9F53350C862576E20045B21B"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument#DOC_75D508CF</link>
</item><item>
	<title>Erik Brooks replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 06:39:37 -0600</pubDate>
	<author>Erik Brooks</author>
	<description><![CDATA[ 
		<p>Cool. Does the Shared Object persist on the browser if the app gets recompiled?</p>
		<p>If it does, I guess you could add a "version" attribute to know whether or not to discard it if it's out of date.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=1DE680226FD19B80862576E200458B51"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument#DOC_1DE68022</link>
</item><item>
	<title>Jake Howlett replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 05:12:09 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Wishing I'd never asked now ;-)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=762B01D628F7F803862576E2003D8929"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument#DOC_762B01D6</link>
</item><item>
	<title>Mark Barton replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 04:51:38 -0600</pubDate>
	<author>Mark Barton</author>
	<description><![CDATA[ 
		<p>Where do I start ;-)</p>
		<p>Paging is a big one - though working on a solution I will share once done.</p>
		<p>Security - both on documents and columns.  </p>
		<p>Yes Readers fields will block the actual document appearing but what about the ability to delete / edit?  Would rather enable / disable in the Flex app before the server returns the not authorised error.</p>
		<p>Pass the double click event on the datagrid out to Javascript in the holding HTML page - for a hybrid Flex / Domino App the actual form may stay as a Domino page.  This means the Grid becomes a component within a Domino application to replace the view(s) but the rest remains the same initially.</p>
		<p>Features which would be nice to have:</p>
		<p>Multi row select / select all, Hyperlink column type (e.g. http & mailto), Thumbnail column type, trashcan to delete (if authorised), individual columns editable.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=D6D3362E92AB5C3B862576E2003BA87A"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument#DOC_D6D3362E</link>
</item><item>
	<title>JabbyPanda replied to "Flex: A Toggle-Style Column Component for Your Views"</title>
	<pubDate>Wed, 10 Mar 2010 04:28:38 -0600</pubDate>
	<author>JabbyPanda</author>
	<description><![CDATA[ 
		<p>   I am sorry to bother you one more time, but currently the text in 1st row of "Company" column that is written in Latin symbols transcript from Russian language says the exact rude message =)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=6314C8E402AC4443862576E200398D64"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100309-0328?OpenDocument#DOC_6314C8E4</link>
</item><item>
	<title>Patrick L replied to "Flex: Using A SharedObject to Remember User Settings"</title>
	<pubDate>Wed, 10 Mar 2010 04:25:18 -0600</pubDate>
	<author>Patrick L</author>
	<description><![CDATA[ 
		<p>I guess one thing Notes views can do is add up values to give totals and document counts...</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=86619ABAC042C2F0862576E200393F4B"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100310-0320?OpenDocument#DOC_86619ABA</link>
</item><item>
	<title>Jake Howlett replied to "Updated HTML Email LotusScript Class"</title>
	<pubDate>Wed, 10 Mar 2010 02:50:01 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Although I've now updated the code in the main post above to include this the bug fix.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=DD18C73B355F7428862576E200308601"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20091022-0419?OpenDocument&amp;r=DD18C73B355F7428862576E200308601#DOC_DD18C73B</link>
</item><item>
	<title>Jake Howlett replied to "Updated HTML Email LotusScript Class"</title>
	<pubDate>Wed, 10 Mar 2010 02:42:59 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Glad you like it John. If you find any way to improve it, feel free to share!</p>
		<p>BTW: You might want to read this too:</p>
		<p>http://codestore.net/store.nsf/unid/BLOG-20100303-0114</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=D92B5A751FC4B067862576E2002FE166"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20091022-0419?OpenDocument#DOC_D92B5A75</link>
</item><item>
	<title>John Dillon replied to "Updated HTML Email LotusScript Class"</title>
	<pubDate>Tue, 09 Mar 2010 18:27:22 -0600</pubDate>
	<author>John Dillon</author>
	<description><![CDATA[ 
		<p>Thanks, Jake, for a great tool.</p>
		<p>I'm going to take this, throw in some wrapper code for error trapping (using Julian Rubichaux's OpenLog.ntf), and plunk into our Master Design Elements Template, which we deploy to all our other applications.</p>
		<p>Thanks for all your hard work!</p>
		<p>John</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=E0BE53D95BC47AD8862576E20002816E"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20091022-0419?OpenDocument#DOC_E0BE53D9</link>
</item><item>
	<title>Jake Howlett replied to "Flex App Basics 6: Multiple File Uploads"</title>
	<pubDate>Tue, 09 Mar 2010 06:55:28 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>See here: </p>
		<p>http://www.codestore.net/store.nsf/unid/BLOG-20100210-0329/</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=9CA67703E03D9988862576E10046FEF7"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100125-0327?OpenDocument#DOC_9CA67703</link>
</item><item>
	<title>Johan Känngård replied to "Domino's POP3 Server Breaks HTML Emails by Removing Characters"</title>
	<pubDate>Tue, 09 Mar 2010 05:51:10 -0600</pubDate>
	<author>Johan Känngård</author>
	<description><![CDATA[ 
		<p>Tip: use IMAP, it works better ;-D</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=C7D341E55F3E2FA1862576E100411BFE"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100303-0114?OpenDocument#DOC_C7D341E5</link>
</item><item>
	<title>JD replied to "Flex App Basics 6: Multiple File Uploads"</title>
	<pubDate>Tue, 09 Mar 2010 04:59:04 -0600</pubDate>
	<author>JD</author>
	<description><![CDATA[ 
		<p>Hi, can I download the example database and fool around with it?</p>
		<p>Thanks in advance,</p>
		<p>JD</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=0538C5E7CB84B707862576E1003C56CA"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100125-0327?OpenDocument#DOC_0538C5E7</link>
</item><item>
	<title>Jake Howlett replied to "Flex: A Toggle-Style Column Component for Your Views"</title>
	<pubDate>Tue, 09 Mar 2010 04:17:43 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Thanks for letting me know JabbyPanda. I've modified the screenshot now and will try not to include text I don't understand from now on ;o)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=0B8DF95A8F6530A3862576E100388D69"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100309-0328?OpenDocument#DOC_0B8DF95A</link>
</item>

</channel>
</rss> 
