<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
	<title><![CDATA[Carthago Software Blog comments]]></title>
	<link>http://www.carthagosoft.net/blog/</link>
	<description>RSS feed of Carthago Software Blog</description>
	<language>en-us</language>
	<copyright><![CDATA[&copy; csadmin @ http://www.carthagosoft.net/blog/]]></copyright>
	<generator>sBLOG 0.7.3 Beta (Build 20060309)</generator>
	<pubDate>Mon, 26 Jan 2009 05:23:39 GMT</pubDate>
	<lastBuildDate>Mon, 26 Jan 2009 05:23:39 GMT</lastBuildDate>
	<item>
		<title><![CDATA[What to do with DeskTask 1.1?]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=52#68</link>
		<description><![CDATA[Comment from: cyou<br /><br />oh, right, I saw that in the FAQ section. thanks.]]></description>
		<pubDate>Mon, 26 Jan 2009 05:23:39 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=52#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=52#68</guid>
	</item>
	<item>
		<title><![CDATA[What to do with DeskTask 1.1?]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=52#67</link>
		<description><![CDATA[Comment from: André Santos &lt;support @ carthagosoft.net&gt;<br /><br />Cyou,<br /><br />DeskTask does not support Unicode characters.<br /><br />This is a known limitation.<br /><br />Thanks,]]></description>
		<pubDate>Sat, 24 Jan 2009 13:11:50 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=52#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=52#67</guid>
	</item>
	<item>
		<title><![CDATA[What to do with DeskTask 1.1?]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=52#66</link>
		<description><![CDATA[Comment from: cyou &lt;kennydum@yahoo.com.tw&gt;<br /><br />maybe the key to the language thing is in the unicode?<br /><br />some of my chinese tasks don't show in DeskTask, and some are shown like: &quot;???? ??&quot;]]></description>
		<pubDate>Sat, 24 Jan 2009 04:35:11 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=52#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=52#66</guid>
	</item>
	<item>
		<title><![CDATA[Upcoming releases and news]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=51#64</link>
		<description><![CDATA[Comment from: Craig P.<br /><br />Really Like TwistPad. I use it almost everyday! Keep up the good work.]]></description>
		<pubDate>Tue, 02 Dec 2008 23:58:04 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=51#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=51#64</guid>
	</item>
	<item>
		<title><![CDATA[DeskTask And clearType]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=19#48</link>
		<description><![CDATA[Comment from: Andre Santos &lt;supoort @ carthagosoft.net&gt;<br /><br />anon,<br /><br />Thanks a lot for the tip, i can now successfully draw text without Clear Type.<br /><br />Regards,]]></description>
		<pubDate>Sat, 04 Oct 2008 23:18:25 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=19#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=19#48</guid>
	</item>
	<item>
		<title><![CDATA[DeskTask And clearType]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=19#47</link>
		<description><![CDATA[Comment from: anon<br /><br />Windows doesn't force you to use ClearType.<br /><br />Just specify ANTIALIASED_QUALITY instead of CLEARTYPE_QUALITY with CreateFont.<br /><br />http://msdn.microsoft.com/en-us/library/ms534214.aspx<br />http://blogs.msdn.com/oldnewthing/archive/2006/06/14/630864.aspx<br />]]></description>
		<pubDate>Fri, 03 Oct 2008 22:01:43 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=19#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=19#47</guid>
	</item>
	<item>
		<title><![CDATA[DeskTask And clearType]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=19#46</link>
		<description><![CDATA[Comment from: Andre Santos &lt;supoort @ carthagosoft.net&gt;<br /><br />Hi, <br /><br />&quot;That not true. You can definitely pick the type of font rendering in GDI/GDI+, etc.&quot;<br /><br />Not in the research I done, DeskTask uses the traditional TextOut API to draw the text and there is no option on the canvas to disable ClearType. <br /><br />Maybe using GDI+ it can be done, will check that later, thanks.]]></description>
		<pubDate>Fri, 03 Oct 2008 21:32:19 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=19#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=19#46</guid>
	</item>
	<item>
		<title><![CDATA[DeskTask And clearType]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=19#45</link>
		<description><![CDATA[Comment from: anon<br /><br />&quot;Also ClearType is automatic, there is no way a programmer can say to Windows : &quot;Don't draw this text with Clear Type&quot;.&quot;<br /><br />That not true. You can definitely pick the type of font rendering in GDI/GDI+, etc.]]></description>
		<pubDate>Fri, 03 Oct 2008 07:35:20 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=19#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=19#45</guid>
	</item>
	<item>
		<title><![CDATA[Upcoming releases and news]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=51#44</link>
		<description><![CDATA[Comment from: jerone &lt;jeronevw@hotmail.com&gt;<br /><br />Can't wait for MemInfo and DeskTask. <br />Whats going to be new on MemInfo?<br />Have been missing DeskTask for my new laptop.<br />Keep up the great work.]]></description>
		<pubDate>Sat, 06 Sep 2008 13:37:07 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=51#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=51#44</guid>
	</item>
	<item>
		<title><![CDATA[DeskTask with Windows Vista]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=46#41</link>
		<description><![CDATA[Comment from: Stu &lt;yakumo9275@gmail.com&gt;<br /><br />I love desktask but since moving to multi monitors its been a right pain, the window disappears, cant drag it around anymore, doing restore position makes it flash and disappear. have reset top/right positions in registry...<br /><br />no love on multiple monitors <img src="http://www.carthagosoft.net/blog/img/smilies/sad.png" alt=":(" /><br /><br />just wanted you to know I still love it tho. thanks for a cool utility mate!<br />]]></description>
		<pubDate>Fri, 12 Oct 2007 14:17:28 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=46#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=46#41</guid>
	</item>
	<item>
		<title><![CDATA[DeskTask with Windows Vista]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=46#39</link>
		<description><![CDATA[Comment from: edddy &lt;nomail@nomail.com&gt;<br /><br />I would like to help, but don't know how Desktask was developed (delphi?)<br />Yahoo widgets can attach to the desktop with transparency, so maybe there is a solution.<br /><br />Do you consider to release a temp solution with no transparency? (As you can see, I am desperate to get Desktask back in my desktop <img src="http://www.carthagosoft.net/blog/img/smilies/smile.png" alt=":)" /><br />]]></description>
		<pubDate>Tue, 02 Oct 2007 19:29:38 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=46#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=46#39</guid>
	</item>
	<item>
		<title><![CDATA[Testing Apps on Windows Vista]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=35#36</link>
		<description><![CDATA[Comment from: clyopa &lt;ilonchik78@gmail.com&gt;<br /><br />The only difference for Vista that i see is that it just takes more space.... Sure there are not fewer problems with it than with previous OS.<br /><br />&lt;a href=&quot;http://easyfiledownloads.com/&quot;&gt;Easy Downloads&lt;/a&gt;]]></description>
		<pubDate>Fri, 03 Aug 2007 05:07:57 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=35#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=35#36</guid>
	</item>
	<item>
		<title><![CDATA[Testing Apps on Windows Vista]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=35#32</link>
		<description><![CDATA[Comment from: edddy &lt;nospam@nospam.org&gt;<br /><br />It's strange, it doesn't work for me in vista RTM]]></description>
		<pubDate>Wed, 10 Jan 2007 00:00:08 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=35#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=35#32</guid>
	</item>
	<item>
		<title><![CDATA[Twistpad 1.5 and Unicode]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=34#31</link>
		<description><![CDATA[Comment from: Jeremy<br /><br />Looks good, will test it out today.  Thanks for this, I really hope your software takes off.]]></description>
		<pubDate>Wed, 15 Nov 2006 22:23:07 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=34#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=34#31</guid>
	</item>
	<item>
		<title><![CDATA[DeskTask 1.0 final out soon]]></title>
		<link>http://www.carthagosoft.net/blog/blog.php?id=32#30</link>
		<description><![CDATA[Comment from: Paul<br /><br />Feature Request:<br />Word-Wrap, so i can snap to right border an have a fixed with of display used...]]></description>
		<pubDate>Tue, 17 Oct 2006 16:04:52 GMT</pubDate>
		<comments>http://www.carthagosoft.net/blog/comments.php?id=32#comments</comments>
		<guid isPermaLink="true">http://www.carthagosoft.net/blog/blog.php?id=32#30</guid>
	</item>
</channel>
</rss>