<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>cropperplugins Forum Rss Feed</title><link>http://www.codeplex.com/cropperplugins/Thread/List.aspx</link><description>cropperplugins Forum Rss Description</description><item><title>New Post: Another plugin - for Paint.NET</title><link>http://cropperplugins.codeplex.com/Thread/View.aspx?ThreadId=74403</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Simple, useful.&amp;nbsp; Download it from the patch page:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://cropperplugins.codeplex.com/SourceControl/PatchList.aspx"&gt;http://cropperplugins.codeplex.com/SourceControl/PatchList.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>Cheeso</author><pubDate>Sat, 07 Nov 2009 09:58:37 GMT</pubDate><guid isPermaLink="false">New Post: Another plugin - for Paint.NET 20091107095837A</guid></item><item><title>New Post: another plugin is available - this one for Imgur.com</title><link>http://cropperplugins.codeplex.com/Thread/View.aspx?ThreadId=71581</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;find the source and binary at &lt;a href="http://cropperplugins.codeplex.com/SourceControl/PatchList.aspx"&gt;http://cropperplugins.codeplex.com/SourceControl/PatchList.aspx&lt;/a&gt;&amp;nbsp;, patch 4086.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It works just like the&amp;nbsp;SendToTinyPic plugin.&lt;/p&gt;&lt;/div&gt;</description><author>Cheeso</author><pubDate>Sat, 10 Oct 2009 09:00:16 GMT</pubDate><guid isPermaLink="false">New Post: another plugin is available - this one for Imgur.com 20091010090016A</guid></item><item><title>New Post: TFS Work Item Plugin</title><link>http://cropperplugins.codeplex.com/Thread/View.aspx?ThreadId=10941</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Any update on this TFS plugin?&amp;nbsp; I think it would be a really useful addition.&lt;/p&gt;&lt;/div&gt;</description><author>simon831</author><pubDate>Tue, 28 Jul 2009 09:02:26 GMT</pubDate><guid isPermaLink="false">New Post: TFS Work Item Plugin 20090728090226A</guid></item><item><title>New Post: Cool Tool - just what I was looking for. Except....</title><link>http://cropperplugins.codeplex.com/Thread/View.aspx?ThreadId=61308</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I looked and found workitem 9976: &lt;a href="http://cropperplugins.codeplex.com/WorkItem/View.aspx?WorkItemId=9976"&gt;http://cropperplugins.codeplex.com/WorkItem/View.aspx?WorkItemId=9976&lt;/a&gt;&amp;nbsp; ...where someone else reported the same problem.&lt;/p&gt;
&lt;p&gt;So I produced an update to the SendToTinyPic plugin code to correct it.&amp;nbsp; I'm not a contributor to this project, so I cannot upload the source.&amp;nbsp; But anyone can download it and include it into their own&amp;nbsp;CropperPlugins project build.&amp;nbsp; Rebuild and re-deploy the SendToTinyPic.dll, and it should work for you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The changes I made:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;it actually works :)&lt;/li&gt;
&lt;li&gt;it uses and sends the persistent cookies for Tinypic.com&lt;/li&gt;
&lt;li&gt;it pops a browser window with the successfully uploaded image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://cropperplugins.codeplex.com/SourceControl/PatchList.aspx"&gt;http://cropperplugins.codeplex.com/SourceControl/PatchList.aspx&lt;/a&gt;&amp;nbsp; # 3236&lt;/p&gt;&lt;/div&gt;</description><author>Cheeso</author><pubDate>Thu, 02 Jul 2009 18:01:00 GMT</pubDate><guid isPermaLink="false">New Post: Cool Tool - just what I was looking for. Except.... 20090702060100P</guid></item><item><title>New Post: Cool Tool - just what I was looking for. Except....</title><link>http://cropperplugins.codeplex.com/Thread/View.aspx?ThreadId=61308</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Cropper seems like a sueful, handy tool, and with the SendTo* plugins, it is just what I was looking for.&lt;/p&gt;
&lt;p&gt;But when I tried the &amp;quot;sendToTinyPic&amp;quot;, I got a messagebox saying &amp;quot;Regex failed&amp;nbsp;- upload the image manually.&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hmph.&amp;nbsp; So... I gotta open up the source code?&lt;/p&gt;
&lt;p&gt;Any hints for me?&lt;/p&gt;&lt;/div&gt;</description><author>Cheeso</author><pubDate>Thu, 02 Jul 2009 14:21:06 GMT</pubDate><guid isPermaLink="false">New Post: Cool Tool - just what I was looking for. Except.... 20090702022106P</guid></item><item><title>New Post: IConfigurablePlugin.Settings setter not being called</title><link>http://cropperplugins.codeplex.com/Thread/View.aspx?ThreadId=14925</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm just getting started with the internals of Cropper so I hope I can help without sounding like an idiot.&lt;/p&gt;
&lt;p&gt;Your plugin option settings aren't saved until you actually open Opens, change data, then OK the change. At that time, pluginSettings is populated your PluginSettings object, and the data is serialized. Once this data has been saved, from then forward the data is read from the .config file, and your setter is also called.&lt;/p&gt;
&lt;p&gt;So my question to you (almost two years after you posted this note) would be whether you changed your data to save it before expecting the setter to be invoked?&amp;nbsp; I know that's sort of a &amp;quot;duh&amp;quot; question but someone might think that just having an addin and setting defaults for Options might cause the setter to be invoked.&lt;/p&gt;
&lt;p&gt;Also, as of this date, the v1.9.x code that I'm looking at uses a textwriter for formatting, it's not binary formatter.&lt;/p&gt;
&lt;p&gt;One thing I did notice is that in the Configuration.SaveConfiguration method errors in serialization are ignored. I'll fix that along with a number of other changes I've been making.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;&lt;/div&gt;</description><author>TonyGravagno</author><pubDate>Mon, 22 Jun 2009 16:24:17 GMT</pubDate><guid isPermaLink="false">New Post: IConfigurablePlugin.Settings setter not being called 20090622042417P</guid></item><item><title>New Post: HowTo use AviFormat</title><link>http://cropperplugins.codeplex.com/Thread/View.aspx?ThreadId=59706</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I just loaded Cropper v1.9.1.89 and all plugins.&amp;nbsp; I didn't understand how to use AviFormat but now that I've figured it out I thought I'd post some info.&amp;nbsp; I'll put this on the wiki page if I get authorized to update the project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Position anything you want to show within a contained area on your screen.&lt;/li&gt;
&lt;li&gt;Use F8 to open the sizing form and make sure the form is a little larger than the space you want to show.&amp;nbsp; You may need to hit ESC, check the artifacts on your screen, then F8 again to make sure everything fits.&lt;/li&gt;
&lt;li&gt;When you're sure everything you want to show is going to fit in the defined space, F8 again to bring up the sizing form.&lt;/li&gt;
&lt;li&gt;Double-click the form or press Enter, as usual to start recording.&lt;/li&gt;
&lt;li&gt;Hit ESC to close the form and record screen events.&lt;/li&gt;
&lt;li&gt;When done, F8 to bring up the form and then press Enter again to turn off recording.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The sizing form shows &amp;quot;Avi - Stopped&amp;quot; even when it's recording. Ignore that, it's recording. (I'll see if I can fix that.)&amp;nbsp;If you have Windows Explorer up and you're watching the target directory, the file size may not increase as you expect, but it is recording and should close properly when you turn it off.&lt;/p&gt;
&lt;p&gt;I just posted an issue to the tracker that the playback of AVI files is very fast and not in sync with the real time speed.&amp;nbsp; I'll post back here if I figure out how to fix that.&amp;nbsp; The issue might be that it's recording at 10fps and playing back at 30fps ... no idea yet.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;&lt;/div&gt;</description><author>tonygravagno</author><pubDate>Tue, 16 Jun 2009 19:59:54 GMT</pubDate><guid isPermaLink="false">New Post: HowTo use AviFormat 20090616075954P</guid></item><item><title>NEW POST: IConfigurablePlugin.Settings setter not being called</title><link>http://www.codeplex.com/cropperplugins/Thread/View.aspx?ThreadId=14925</link><description>&lt;div class="wikidoc"&gt;
I have written a Cropper plug-in to publish an image and an article to WordPress blogs, but ran into some problems during saving/loading of options:&lt;br /&gt; &lt;br /&gt;For some reason, the setter method for the IConfigurablePlugin.Settings impemented property is not being called when my plug-in is loaded.. I see the getter method being called several times when I start up Cropper and twice when I close Cropper, but upon starting, the setter is not called. This effectively makes my settings not being loaded...&lt;br /&gt; &lt;br /&gt;I've checked that I'm not returning null for the getter either ... and the On-Settings-Changed (forget the name now) event IS being triggered also...&lt;br /&gt; &lt;br /&gt; Any ideas..?&lt;br /&gt;
&lt;/div&gt;</description><author>runebjerke</author><pubDate>Mon, 10 Sep 2007 10:10:10 GMT</pubDate><guid isPermaLink="false">NEW POST: IConfigurablePlugin.Settings setter not being called 20070910101010A</guid></item><item><title>NEW POST: TFS Work Item Plugin</title><link>http://www.codeplex.com/cropperplugins/Thread/View.aspx?ThreadId=10941</link><description>&lt;div class="wikidoc"&gt;
Actually I've already released it from http://www.codeplex.com/CropperTFSPlugin. I've joined the project now so I don't know how you plan releases. The code is ready for release.&lt;br /&gt;
&lt;/div&gt;</description><author>dudushmaya</author><pubDate>Sat, 30 Jun 2007 16:12:28 GMT</pubDate><guid isPermaLink="false">NEW POST: TFS Work Item Plugin 20070630041228P</guid></item><item><title>NEW POST: TFS Work Item Plugin</title><link>http://www.codeplex.com/cropperplugins/Thread/View.aspx?ThreadId=10941</link><description>&lt;div class="wikidoc"&gt;
The TFS plugin rocks. Any idea when it will be in a release?&lt;br /&gt;
&lt;/div&gt;</description><author>BrhineScot</author><pubDate>Fri, 29 Jun 2007 23:23:26 GMT</pubDate><guid isPermaLink="false">NEW POST: TFS Work Item Plugin 20070629112326P</guid></item><item><title>NEW POST: TFS Work Item Plugin</title><link>http://www.codeplex.com/cropperplugins/Thread/View.aspx?ThreadId=10941</link><description>&lt;div class="wikidoc"&gt;
Added the project.&lt;br /&gt;
&lt;/div&gt;</description><author>dudushmaya</author><pubDate>Sun, 24 Jun 2007 04:26:12 GMT</pubDate><guid isPermaLink="false">NEW POST: TFS Work Item Plugin 20070624042612A</guid></item><item><title>NEW POST: TFS Work Item Plugin</title><link>http://www.codeplex.com/cropperplugins/Thread/View.aspx?ThreadId=10941</link><description>&lt;div class="wikidoc"&gt;
Yes!  That'd be great.  It appears you've already been added as a Developer on the project so you should be able to add your project.  We are sharing a GlobalAssemblyInfo.cs file that lives at the Solution root.  Add this file to your project as a Linked File so all our assemblies will be versioned together.&lt;br /&gt;
&lt;/div&gt;</description><author>paltman</author><pubDate>Tue, 19 Jun 2007 11:31:56 GMT</pubDate><guid isPermaLink="false">NEW POST: TFS Work Item Plugin 20070619113156A</guid></item><item><title>NEW POST: TFS Work Item Plugin</title><link>http://www.codeplex.com/cropperplugins/Thread/View.aspx?ThreadId=10941</link><description>&lt;div class="wikidoc"&gt;
I started writing a plugin for TFS. I have the first version ready. You can download it here: http://notsosmartbuilder.blogspot.com/2007/05/cropper-tfs-work-item-plugin.html. Would you like me to add the sources to the project?&lt;br /&gt;
&lt;/div&gt;</description><author>dudushmaya</author><pubDate>Sun, 03 Jun 2007 12:59:17 GMT</pubDate><guid isPermaLink="false">NEW POST: TFS Work Item Plugin 20070603125917P</guid></item></channel></rss>