<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Calculator Delphi for .NET Compact Framework Preview</title>
	<atom:link href="http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/</link>
	<description>Product Line Sales Manager and Technical Leader Evangelist for Latin America</description>
	<pubDate>Sun, 23 Nov 2008 14:08:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Delphi 2005 (9) Registration</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-124</link>
		<dc:creator>Delphi 2005 (9) Registration</dc:creator>
		<pubDate>Sun, 24 Jul 2005 13:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-124</guid>
		<description>Download at &lt;a rel="nofollow" target="_new" href="http://cc.borland.com/item.aspx?id=23412"&gt;http://cc.borland.com/item.aspx?id=23412&lt;/a&gt; seems corrupted. CC indicates it is 52k, both WinZip and Windows indicate the file is bad.&lt;br&gt;&lt;br&gt;--jeroen</description>
		<content:encoded><![CDATA[<p>Download at <a rel="nofollow" target="_new" href="http://cc.borland.com/item.aspx?id=23412">http://cc.borland.com/item.aspx?id=23412</a> seems corrupted. CC indicates it is 52k, both WinZip and Windows indicate the file is bad.</p>
<p>&#8211;jeroen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Birch</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-121</link>
		<dc:creator>Tom Birch</dc:creator>
		<pubDate>Fri, 22 Jul 2005 11:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-121</guid>
		<description>Why is a preview for registered users only?  </description>
		<content:encoded><![CDATA[<p>Why is a preview for registered users only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpSlider</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-46</link>
		<dc:creator>wpSlider</dc:creator>
		<pubDate>Thu, 21 Jul 2005 01:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-46</guid>
		<description>Joe,&lt;br&gt;&lt;br&gt;It is people like you who have prevented useful stuff like this being let out to the general public.&lt;br&gt;I for one am thankful that it is NOW at least possible to offer my clients some form of CF option, instead of having to wait until Borland comes up with something that fits your (and other people like you) expectations.&lt;br&gt;&lt;br&gt;Now if we could just get a preview (or something) of the Delphi to JVM compiler!  Hint, hint.</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>It is people like you who have prevented useful stuff like this being let out to the general public.<br />
<br />I for one am thankful that it is NOW at least possible to offer my clients some form of CF option, instead of having to wait until Borland comes up with something that fits your (and other people like you) expectations.</p>
<p>Now if we could just get a preview (or something) of the Delphi to JVM compiler!  Hint, hint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreano Lanusse</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-44</link>
		<dc:creator>Andreano Lanusse</dc:creator>
		<pubDate>Wed, 20 Jul 2005 23:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-44</guid>
		<description>Hello guys,&lt;br&gt;&lt;br&gt;thank you for the comments, there is new update for Calculator in Code Central.&lt;br&gt;&lt;br&gt;This included Self.MinimizeBox := False;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Hello guys,</p>
<p>thank you for the comments, there is new update for Calculator in Code Central.</p>
<p>This included Self.MinimizeBox := False;<br />
</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Clegg</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-43</link>
		<dc:creator>David Clegg</dc:creator>
		<pubDate>Wed, 20 Jul 2005 22:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-43</guid>
		<description>Very nice, but I do have one comment. You provide no way to close the application on PocketPC 2002+ devices :-)&lt;br&gt;&lt;br&gt;By default on these devices, a feature called Smart Minimize is used. This means that when the X on the main forms title bar is clicked, the application is minimized, and clicking on the applications icon will restore the previously running instance.&lt;br&gt;&lt;br&gt;The easiest way to disable this functionality is to add Self.MinimizeBox := False into your constructor. This will replace the X button with an OK button, which will terminate your app. Of course, having Smart Minimize is ok, but you should really give the users some way of shutting down your app, without having to resort to terminating it via Start&#124;Settings&#124;System&#124;Memory&#124;Running Programs.</description>
		<content:encoded><![CDATA[<p>Very nice, but I do have one comment. You provide no way to close the application on PocketPC 2002+ devices <img src='http://blogs.codegear.com/andreanolanusse/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>By default on these devices, a feature called Smart Minimize is used. This means that when the X on the main forms title bar is clicked, the application is minimized, and clicking on the applications icon will restore the previously running instance.</p>
<p>The easiest way to disable this functionality is to add Self.MinimizeBox := False into your constructor. This will replace the X button with an OK button, which will terminate your app. Of course, having Smart Minimize is ok, but you should really give the users some way of shutting down your app, without having to resort to terminating it via Start|Settings|System|Memory|Running Programs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Clegg</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-123</link>
		<dc:creator>David Clegg</dc:creator>
		<pubDate>Wed, 20 Jul 2005 17:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-123</guid>
		<description>When I attempt to access this CC entry I get &#34;Requested Item is not available at this time.&#34; in the ID field, and the rest of the fields are blank.&lt;br&gt;&lt;br&gt;I posted about this in the borland.public.website newsgroup, and was informed this is because the report has version 10 as the low and high version, which will hide it from public view.</description>
		<content:encoded><![CDATA[<p>When I attempt to access this CC entry I get &quot;Requested Item is not available at this time.&quot; in the ID field, and the rest of the fields are blank.</p>
<p>I posted about this in the borland.public.website newsgroup, and was informed this is because the report has version 10 as the low and high version, which will hide it from public view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Miller</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-122</link>
		<dc:creator>Kyle Miller</dc:creator>
		<pubDate>Wed, 20 Jul 2005 16:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-122</guid>
		<description>Joe F.,&lt;br&gt;&lt;br&gt;The compiler preview has been out for like two days while Microsoft has had access to their own since its inception. Give it some time. You are more than welcomed to create such a sample application using the preview compiler. The community would appreciate it.</description>
		<content:encoded><![CDATA[<p>Joe F.,</p>
<p>The compiler preview has been out for like two days while Microsoft has had access to their own since its inception. Give it some time. You are more than welcomed to create such a sample application using the preview compiler. The community would appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe F.</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-426</link>
		<dc:creator>Joe F.</dc:creator>
		<pubDate>Wed, 20 Jul 2005 12:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-426</guid>
		<description>Not to be too critical, but the last demo I saw of VS2005 .NET CF tools was where they showed the development of an application that stored restaurant information. It made a connection and stored the data in a local SQL database on the device, and it allowed you to capture a picture of the restaurant using the device's camera. The picture was then shown with the database record.&lt;br&gt;&lt;br&gt;This demo was a video showing this application developed from start to finish in ~10 min.&lt;br&gt;&lt;br&gt;Sorry, but a calculator demo seems simplistic relatively speaking.</description>
		<content:encoded><![CDATA[<p>Not to be too critical, but the last demo I saw of VS2005 .NET CF tools was where they showed the development of an application that stored restaurant information. It made a connection and stored the data in a local SQL database on the device, and it allowed you to capture a picture of the restaurant using the device&#8217;s camera. The picture was then shown with the database record.</p>
<p>This demo was a video showing this application developed from start to finish in ~10 min.</p>
<p>Sorry, but a calculator demo seems simplistic relatively speaking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chee Wee Chua</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-111</link>
		<dc:creator>Chee Wee Chua</dc:creator>
		<pubDate>Wed, 20 Jul 2005 07:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-111</guid>
		<description>If you have a valid support contract, you can ask for technical support with email at support at borland.com</description>
		<content:encoded><![CDATA[<p>If you have a valid support contract, you can ask for technical support with email at support at borland.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Lobo</title>
		<link>http://blogs.codegear.com/andreanolanusse/2005/07/20/calculator-delphi-for-net-compact-framework-preview/#comment-110</link>
		<dc:creator>Alex Lobo</dc:creator>
		<pubDate>Wed, 20 Jul 2005 05:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2005/07/20/20265/#comment-110</guid>
		<description>sorry for the OT but i really need a way to find an opened cr in starteam 6.0 SDK using delphi 5.0... i have to edit the status of the cr for close it...sorry for my english, but if u can help me write at alkakaroth@libero.it thanks</description>
		<content:encoded><![CDATA[<p>sorry for the OT but i really need a way to find an opened cr in starteam 6.0 SDK using delphi 5.0&#8230; i have to edit the status of the cr for close it&#8230;sorry for my english, but if u can help me write at <a href="mailto:alkakaroth@libero.it">alkakaroth@libero.it</a> thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
