Webinar: Creating iOS Apps Using Delphi XE2
Join me for my webinar "Creating iOS Apps Using Delphi XE2" on Wednesday June 6th at 6am, 11am and 5pm PDT.
PS: MathViz 1.1 for iOS is now free in the AppStore. Enjoy!
Join me for my webinar "Creating iOS Apps Using Delphi XE2" on Wednesday June 6th at 6am, 11am and 5pm PDT.
PS: MathViz 1.1 for iOS is now free in the AppStore. Enjoy!
Bad Behavior has blocked 512 access attempts in the last 7 days.
June 4th, 2012 at 6:35 pm
Hello Anders! Looking forward to the webinar!
Just to confirm: PDT is UTC-7 right?
How about MathWiz source? Will that treasure be shared any time soon?
June 5th, 2012 at 11:53 am
I’m going to try to catch one.
@Olecramoak I think you right its -7
June 6th, 2012 at 3:21 pm
Thank you Anders, Can’t wait for the next one.
June 6th, 2012 at 7:36 pm
Download or streaming of the whole thing available anywhere? Unfortunately missed a part of it… Very sad about it. Wish I can watch it all soon
June 7th, 2012 at 1:15 am
Thx for webinar man, it was great!
June 9th, 2012 at 7:17 am
Can you please point to the webinar recording that I can watch? I missed this webinar really really need to watch it. Thanks!
June 15th, 2012 at 2:14 pm
Anders - I have followed the instructions and tried to develop a simple iOS app that uses the Location component. However, when I build on Mac side in xcode, it gives error:
CoreLocation.pas(22,2) Fatal: Can’t open include file "corelocation/CoreLocation.inc"
I have copied all the required components files to the xcode folder. I am obviously missing something here. Where is this missing file supposed to be found or located? Thanks!
June 15th, 2012 at 2:52 pm
@Karu: You may have to add them to Xcode by right clicking the source code node and say "add to project" (or similar). In this case it seems that it wants the CoreLocation.inc file.
June 15th, 2012 at 3:32 pm
Anders - Thanks for the prompt response. Where do I obtain CoreLocation.inc file from? I don’t have this file on my Mac.
June 15th, 2012 at 3:37 pm
It’s all included in my components in CodeCentral. I keep the components and all projects on a shared drive.
June 15th, 2012 at 4:11 pm
Anders - Sorry to keep bugging you. To be sure, I redownloaded the components from http://cc.embarcadero.com/item/28635. In the archive, the iOSComps folder has the Location.pas and FMX_GPS folder has the CoreLocation.pas as well as the AnonClassDefinitionsCorelocation.pas. However, the CoreLocation.inc file (which is referenced from CoreLocation.pas) is not in the archive. Can you please check? Thanks!
June 15th, 2012 at 4:27 pm
Oh crud. Right you are… It’s in this one though - http://cc.embarcadero.com/Item/28906
Sorry about that.
June 15th, 2012 at 6:19 pm
Thanks!
June 16th, 2012 at 7:23 am
Anders - where can I find all the samples that you used in the webinar? Thanks!
June 19th, 2012 at 8:07 am
Never mind, I found them on CodeCentral.
June 29th, 2012 at 7:30 am
Congrats MATHVIZ! i hope to showcase your app in our store! IOS still the best platform for apps!
July 7th, 2012 at 11:15 am
nice app, congrats
this is my blog:
http://firemonkeylab.blogspot.com
now i am programming games concept tests in firemonkey, please visit!
bye
July 22nd, 2012 at 7:18 am
@Karu and @Anders: There is no need to to add de .INC files to Xcode by right clicking the source code node and say "add to project" (or similar). In the Embarcadero/fmi diretory create a corelocation folder and add the .INC files to it…
After I did that I stop having compilation errors and have succefully builded the application… but then I get this endless "Attaching to Project1" message and the xCode progress bar running but no simulator screen pops up! is this because I don’t have a device plugged in and the simulator can not simulate the GPS hardware?!
July 22nd, 2012 at 9:12 am
The simulator does not need a device to be plugged in. You probably just need to kill Xcode and restart it.