<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Fear and Loathing - All Comments</title><link>http://weblogs.asp.net/bsimser/default.aspx</link><description>Gonzo blogging from the Annie Leibovitz of the software development world.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Spreading some SharePoint Love to EditorPart</title><link>http://weblogs.asp.net/bsimser/archive/2009/08/12/spreading-some-sharepoint-love-to-editorpart.aspx#7247627</link><pubDate>Thu, 05 Nov 2009 08:27:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247627</guid><dc:creator>TweeZz</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your post gave me a head start to what I wanted to achieve: Create a custom editor part that looks _exactly_ like the existing sharepoint editor parts: Appearance, Layout and Advanced.&lt;/p&gt;
&lt;p&gt;The link you provided on the bottom helped em even further. That&amp;#39;s Colin Gardners post.&lt;/p&gt;
&lt;p&gt;He created his own class (&amp;quot;EditorPartPanel&amp;quot;) which is responsible for mimicking the SP category editor parts. I started by taking over that code. I had some issues with it. I realized that I might try to dive into the sharepoint dll (using reflector) in search of the class where sharepoint creates those panels. And I found it :) The beast is called Microsoft.SharePoint.WebPartPages.TPPanel&lt;/p&gt;
&lt;p&gt;Since Colin has his comments moderated, I thought it &amp;nbsp;might be useful for others to make a post here.&lt;/p&gt;
&lt;p&gt;So instead of creating your own &amp;quot;EditorPartPanel&amp;quot; class, you can (using reflection) create an instance of the internal sealed TPPanel class like this:&lt;/p&gt;
&lt;p&gt;var spAssembly = Assembly.Load(&amp;quot;Microsoft.SharePoint&amp;quot;);&lt;/p&gt;
&lt;p&gt;var bindingFlags = BindingFlags.Instance | BindingFlags.Public;&lt;/p&gt;
&lt;p&gt;propertyPanel = (Panel)spAssembly.CreateInstance(&amp;quot;Microsoft.SharePoint.WebPartPages.TPPanel&amp;quot;, false,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;bindingFlags, null,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;new object[] { &amp;quot;My category title&amp;quot;, panelContainingEditorControls, true}, null, null);&lt;/p&gt;
&lt;p&gt;Controls.Add(propertyPanel); // Controls is the controls collection of your custom editor part.&lt;/p&gt;
&lt;p&gt;You can now simply add any control you want to have in your &amp;quot;custom category editor part&amp;quot; to &amp;quot;panelContainingEditorControls&amp;quot; controls collection.&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;TweeZz.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247627" width="1" height="1"&gt;</description></item><item><title>re: SharePoint Site Roundup #SPC09</title><link>http://weblogs.asp.net/bsimser/archive/2009/10/20/sharepoint-site-roundup-spc09.aspx#7244896</link><pubDate>Mon, 02 Nov 2009 02:21:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244896</guid><dc:creator>DigiMortal</dc:creator><description>&lt;p&gt;Gevalia (&lt;a rel="nofollow" target="_new" href="http://www.gevalia.com/"&gt;http://www.gevalia.com/&lt;/a&gt;) runs on MOSS2007 too.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244896" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 What’s New – Lookup Columns #SPC09</title><link>http://weblogs.asp.net/bsimser/archive/2009/10/19/sp2010-what-s-new-lookup-columns-spc09.aspx#7243560</link><pubDate>Fri, 30 Oct 2009 23:27:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7243560</guid><dc:creator>william rogers</dc:creator><description>&lt;p&gt;Plug - cross-site, cross-site collection, cross-web app, cross-server farm lookups standard with CorasWorks Data Integration Toolset on sp2007 and sp2010&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7243560" width="1" height="1"&gt;</description></item><item><title>Finasteride.</title><link>http://weblogs.asp.net/bsimser/archive/2005/01/11/350518.aspx#7240571</link><pubDate>Tue, 27 Oct 2009 14:22:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7240571</guid><dc:creator>Finasteride.</dc:creator><description>&lt;p&gt;Finasteride. Finasteride withdrawl. Finasteride generic. Finasteride side effects.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7240571" width="1" height="1"&gt;</description></item><item><title>The Standalone LMS is Dead | trainingwreck</title><link>http://weblogs.asp.net/bsimser/archive/2009/10/19/the-kimono-is-open-the-veil-is-lifted-the-gags-are-removed-spc09.aspx#7238430</link><pubDate>Sun, 25 Oct 2009 01:43:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7238430</guid><dc:creator>The Standalone LMS is Dead | trainingwreck</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;The Standalone LMS is Dead | trainingwreck&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7238430" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 What’s New – Ratings #SPC09</title><link>http://weblogs.asp.net/bsimser/archive/2009/10/19/sharepoint-2010-what-s-new-ratings-spc09.aspx#7237708</link><pubDate>Sat, 24 Oct 2009 06:51:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7237708</guid><dc:creator>eJugnoo</dc:creator><description>&lt;p&gt;Bil, it seems there is no way for a List Designer to control that a user should be able to submit only once or multiple times?&lt;/p&gt;
&lt;p&gt;-- Sharad&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7237708" width="1" height="1"&gt;</description></item><item><title>Links (10/22/2009) &amp;laquo; Steve Pietrek &amp;#8211; Everything SharePoint</title><link>http://weblogs.asp.net/bsimser/archive/2009/10/19/sp2010-what-s-new-lookup-columns-spc09.aspx#7236528</link><pubDate>Fri, 23 Oct 2009 00:29:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7236528</guid><dc:creator>Links (10/22/2009) « Steve Pietrek – Everything SharePoint</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Links (10/22/2009) &amp;amp;laquo; Steve Pietrek &amp;amp;#8211; Everything SharePoint&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7236528" width="1" height="1"&gt;</description></item><item><title>[In Progress!] SharePoint Designer 2010 ??? Building Composite Apps: From SPC09 Las Vegas &amp;laquo; Will Lawrence&amp;#039;s Blog</title><link>http://weblogs.asp.net/bsimser/archive/2005/02/04/367520.aspx#7235409</link><pubDate>Thu, 22 Oct 2009 00:15:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7235409</guid><dc:creator>[In Progress!] SharePoint Designer 2010 ??? Building Composite Apps: From SPC09 Las Vegas « Will Lawrence's Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;[In Progress!] SharePoint Designer 2010 ??? Building Composite Apps: From SPC09 Las Vegas &amp;amp;laquo; Will Lawrence&amp;amp;#039;s Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7235409" width="1" height="1"&gt;</description></item><item><title>re: SharePoint Site Roundup #SPC09</title><link>http://weblogs.asp.net/bsimser/archive/2009/10/20/sharepoint-site-roundup-spc09.aspx#7235228</link><pubDate>Wed, 21 Oct 2009 19:34:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7235228</guid><dc:creator>Dhanuka De Silva</dc:creator><description>&lt;p&gt;Thanks for the list. &lt;a rel="nofollow" target="_new" href="http://www.oha.com"&gt;http://www.oha.com&lt;/a&gt; This is what we&amp;#39;ve been working on few week ago and the site is up and running! &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7235228" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 What’s New – Ratings #SPC09</title><link>http://weblogs.asp.net/bsimser/archive/2009/10/19/sharepoint-2010-what-s-new-ratings-spc09.aspx#7235063</link><pubDate>Wed, 21 Oct 2009 15:19:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7235063</guid><dc:creator>eJugnoo</dc:creator><description>&lt;p&gt;Thanks Bill for the hint.&lt;/p&gt;
&lt;p&gt;It turns out Form Settings shows up on activating Enterprise feature for the site collection. It allows you to switch on InfoPath editing of Forms for the current list (for layout, fields, validations etc). Once activated, it shows up new Button in Ribbon to open the Form in InfoPath (for editing).&lt;/p&gt;
&lt;p&gt;-- Sharad&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7235063" width="1" height="1"&gt;</description></item></channel></rss>