<?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 for The Hacker's Corner</title>
	<atom:link href="http://blogs.embarcadero.com/ao/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.embarcadero.com/ao</link>
	<description>Complex problems have simple easy-to-understand wrong answers</description>
	<pubDate>Sat, 25 May 2013 20:03:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Math parsing function/component anyone? by Mete</title>
		<link>http://blogs.embarcadero.com/ao/2012/04/13/39249#comment-53523</link>
		<dc:creator>Mete</dc:creator>
		<pubDate>Sat, 25 May 2013 19:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39249#comment-53523</guid>
		<description>bestcode.com has a TbcParser which is a math expression component for Delphi. You can define custom variables and functions. It runs fast.</description>
		<content:encoded><![CDATA[<p>bestcode.com has a TbcParser which is a math expression component for Delphi. You can define custom variables and functions. It runs fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Want to try RAD Studio XE4, Delphi XE4, or C++Builder XE4, but have no Mac! No problem! Check this free offer! by mht</title>
		<link>http://blogs.embarcadero.com/ao/2013/05/24/39477#comment-53519</link>
		<dc:creator>mht</dc:creator>
		<pubDate>Sat, 25 May 2013 19:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39477#comment-53519</guid>
		<description>I am using osx on vmware. I think it is best solution ;)</description>
		<content:encoded><![CDATA[<p>I am using osx on vmware. I think it is best solution <img src='http://blogs.embarcadero.com/ao/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Push Notifications for iOS by Anders Ohlsson</title>
		<link>http://blogs.embarcadero.com/ao/2013/05/02/39456#comment-53333</link>
		<dc:creator>Anders Ohlsson</dc:creator>
		<pubDate>Fri, 24 May 2013 18:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39456#comment-53333</guid>
		<description>I hope this blog post will help - http://blogs.embarcadero.com/ao/2013/05/24/39472

I tried to catch and cover all the questions you had.</description>
		<content:encoded><![CDATA[<p>I hope this blog post will help - <a href="http://blogs.embarcadero.com/ao/2013/05/24/39472" rel="nofollow">http://blogs.embarcadero.com/ao/2013/05/24/39472</a></p>
<p>I tried to catch and cover all the questions you had.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An example of using an iOS API that we don&#8217;t wrap by Eak</title>
		<link>http://blogs.embarcadero.com/ao/2013/04/30/39446#comment-53294</link>
		<dc:creator>Eak</dc:creator>
		<pubDate>Fri, 24 May 2013 12:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39446#comment-53294</guid>
		<description>Hello  Anders Ohlsson
I want detect that it device is iphone or ipad  .
Help me please.</description>
		<content:encoded><![CDATA[<p>Hello  Anders Ohlsson<br />
I want detect that it device is iphone or ipad  .<br />
Help me please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Push Notifications for iOS by Torje Rørvik</title>
		<link>http://blogs.embarcadero.com/ao/2013/05/02/39456#comment-53271</link>
		<dc:creator>Torje Rørvik</dc:creator>
		<pubDate>Fri, 24 May 2013 09:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39456#comment-53271</guid>
		<description>Hello Charles,

Thanks for your help.
But I still do not understand how to deploy the new entitlements file :-)

The original file, that I am supposed to Uncheck, is named "IOSDevice\Debug\ApplePushRemote.Entitlements" with the 
remote name of "Entitlements.plist".

This file does not exist in the source code from Luis, and I guess it will be generated the first time you compile the project.

His file is called "Prueba.entitlements", and I guess this is the file that I am supposed to make a copy of and load in to the deployment window.
Will this new file then become ApplePushRemote.Entitlements the first time I compile? 
If so; Why do I need to UnCheck the "AppPushRemote.Entitlements" in the first place?
If not; Where is the link between Prueba and AppPushRemote.Entitlements? I can't find any settings or properties which indicate those two files are the same. 

(I have even had someone to translate his video for me, but it didn't help..)</description>
		<content:encoded><![CDATA[<p>Hello Charles,</p>
<p>Thanks for your help.<br />
But I still do not understand how to deploy the new entitlements file <img src='http://blogs.embarcadero.com/ao/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The original file, that I am supposed to Uncheck, is named "IOSDevice\Debug\ApplePushRemote.Entitlements" with the<br />
remote name of "Entitlements.plist".</p>
<p>This file does not exist in the source code from Luis, and I guess it will be generated the first time you compile the project.</p>
<p>His file is called "Prueba.entitlements", and I guess this is the file that I am supposed to make a copy of and load in to the deployment window.<br />
Will this new file then become ApplePushRemote.Entitlements the first time I compile?<br />
If so; Why do I need to UnCheck the "AppPushRemote.Entitlements" in the first place?<br />
If not; Where is the link between Prueba and AppPushRemote.Entitlements? I can&#8217;t find any settings or properties which indicate those two files are the same. </p>
<p>(I have even had someone to translate his video for me, but it didn&#8217;t help..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Push Notifications for iOS by Charles Stack</title>
		<link>http://blogs.embarcadero.com/ao/2013/05/02/39456#comment-53144</link>
		<dc:creator>Charles Stack</dc:creator>
		<pubDate>Thu, 23 May 2013 17:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39456#comment-53144</guid>
		<description>Torje,

Anders has been trying to help.  This AM, I managed to get the app to register for APNS.  But, it's still not receiving my messages (I know my sender works).

I did see that the CFBundleName and CFBundleIdentifer had to be set in the demo.  And, it looks like the aps-environmentdevelopment needs to also be set.

What isn't clear is whether the application-identifieryour app id also needs to be set.  I suspect it does.


Make sure you don't have CRLF's in your entitlement file.

In Deploy, you need to uncheck the .Entitlements entry and then supply your own with a file of a different name.  The remote does need to Entitlements.plist, though.

I would suggest editing the Entitlements file on your mac and copying it back to be sure it's in the right format.

That's as far as I have gotten.</description>
		<content:encoded><![CDATA[<p>Torje,</p>
<p>Anders has been trying to help.  This AM, I managed to get the app to register for APNS.  But, it&#8217;s still not receiving my messages (I know my sender works).</p>
<p>I did see that the CFBundleName and CFBundleIdentifer had to be set in the demo.  And, it looks like the aps-environmentdevelopment needs to also be set.</p>
<p>What isn&#8217;t clear is whether the application-identifieryour app id also needs to be set.  I suspect it does.</p>
<p>Make sure you don&#8217;t have CRLF&#8217;s in your entitlement file.</p>
<p>In Deploy, you need to uncheck the .Entitlements entry and then supply your own with a file of a different name.  The remote does need to Entitlements.plist, though.</p>
<p>I would suggest editing the Entitlements file on your mac and copying it back to be sure it&#8217;s in the right format.</p>
<p>That&#8217;s as far as I have gotten.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Push Notifications for iOS by Torje Rørvik</title>
		<link>http://blogs.embarcadero.com/ao/2013/05/02/39456#comment-53107</link>
		<dc:creator>Torje Rørvik</dc:creator>
		<pubDate>Thu, 23 May 2013 14:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39456#comment-53107</guid>
		<description>Hello Anders,

Can you please explain "In the Deployment tab - uncheck the old one. Deploy the new one to Entitlements.plist." more detailed?

Do you mean; add the file xxx.entitlements and then change the value of the "Remote name"-field to Entitlements.plist? 

It would have been great if you also could post which other changes we have to make before this demo will work. As I understand it, I will also have to change the values in Project-&#62;Options-&#62;Version info?</description>
		<content:encoded><![CDATA[<p>Hello Anders,</p>
<p>Can you please explain "In the Deployment tab - uncheck the old one. Deploy the new one to Entitlements.plist." more detailed?</p>
<p>Do you mean; add the file xxx.entitlements and then change the value of the "Remote name"-field to Entitlements.plist? </p>
<p>It would have been great if you also could post which other changes we have to make before this demo will work. As I understand it, I will also have to change the values in Project-&gt;Options-&gt;Version info?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TWebBrowser on iOS to zoom by Karu Kaarigar</title>
		<link>http://blogs.embarcadero.com/ao/2013/05/15/39460#comment-52783</link>
		<dc:creator>Karu Kaarigar</dc:creator>
		<pubDate>Tue, 21 May 2013 21:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39460#comment-52783</guid>
		<description>Hi Anders,

Can you briefly share how to handle single-tap and double-tap of the iOS device screen? Double-tap is not a problem - the GestureManager allows for it. However, I am forced to use Click or MouseDown event handler as a single-tap handler. But the problem is that the MouseDown and Click events also get fired when a double-tap event occurs. Is there anyway to handle these events without any logic conflicts?</description>
		<content:encoded><![CDATA[<p>Hi Anders,</p>
<p>Can you briefly share how to handle single-tap and double-tap of the iOS device screen? Double-tap is not a problem - the GestureManager allows for it. However, I am forced to use Click or MouseDown event handler as a single-tap handler. But the problem is that the MouseDown and Click events also get fired when a double-tap event occurs. Is there anyway to handle these events without any logic conflicts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iOS Address Book fun by Ahmad</title>
		<link>http://blogs.embarcadero.com/ao/2012/01/24/39203#comment-52713</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Tue, 21 May 2013 11:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39203#comment-52713</guid>
		<description>How to achieve this using Delphi XE4 ?</description>
		<content:encoded><![CDATA[<p>How to achieve this using Delphi XE4 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TWebBrowser on iOS to zoom by Charles Stack</title>
		<link>http://blogs.embarcadero.com/ao/2013/05/15/39460#comment-51878</link>
		<dc:creator>Charles Stack</dc:creator>
		<pubDate>Fri, 17 May 2013 13:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/ao/?p=39460#comment-51878</guid>
		<description>Thanks for the tip.

Jed does bring up some good points regarding native controls - As you know...my pet peeve is Push Notifications (still can't get the example posted in your other entry to work).

I would love to see (in order) in the next update:
1. Ability to use our own provisioning profiles during development.
2. Push Notifications code (vs a hack) out of the box that works.
3. Documentation showing HOW and when to call native iOS functions.
4. More complete native control wrappers (and exposing more capabilities of existing ones).
5. Android and/or Windows 8 Store support.

There...my wish list. :-)

I am, however, very pleased with this latest release despite the changes in the language (one String type is taking some time to get used to...but, I understand WHY it was done).

Now...I need to get back to a company that is, on their job posting, listing and, I quote, "Older Programmer Languages - Delphi").  We need to break that perception!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
<p>Jed does bring up some good points regarding native controls - As you know&#8230;my pet peeve is Push Notifications (still can&#8217;t get the example posted in your other entry to work).</p>
<p>I would love to see (in order) in the next update:<br />
1. Ability to use our own provisioning profiles during development.<br />
2. Push Notifications code (vs a hack) out of the box that works.<br />
3. Documentation showing HOW and when to call native iOS functions.<br />
4. More complete native control wrappers (and exposing more capabilities of existing ones).<br />
5. Android and/or Windows 8 Store support.</p>
<p>There&#8230;my wish list. <img src='http://blogs.embarcadero.com/ao/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I am, however, very pleased with this latest release despite the changes in the language (one String type is taking some time to get used to&#8230;but, I understand WHY it was done).</p>
<p>Now&#8230;I need to get back to a company that is, on their job posting, listing and, I quote, "Older Programmer Languages - Delphi").  We need to break that perception!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
