Archive
Tuesday, 17. September 2013
0
votes

RAD Studio and Delphi XE5 Launch Webinar Now Available On Demand
Delphi Insider
– The replay of the RAD Studio XE5 and Delphi XE5 Launch Webinar is now available. If you missed the live presentation or want to watch it again, now is the time. Click here to watch the webinar on demand After submitting a quick reg form, you'll receive a link via email to watch the ...
5
votes

Delphi XE5 : SSL / HTTPS on different platforms with TIdHTTP and TRESTClient
Olaf Monien
– Using SSL/HTTPS with Indy’s TIdHttp (or through TRESTClient – which is effectively based on TIdHttp) requires external OpenSSL libraries, which is something most of us probably learned in the past. With Delphi XE5 now supporting different platforms, such as Windows, Mac, iOS devices, iOS ...
4
votes

An App With View
Te Waka o Delphi
– Not a Merchant Ivory production, but Part 3 in the Oxygene for Java camera app for Android series. So far we have seen that we can work directly with the Android platform manifest and layout files and how the Oxygene language is a first class citizen in the Java platform and just one way in ...
1
vote

.NET/C#: Igor Ostrovsky wrote a few great MSDN magazine articles helping you write better threading code
The Wiert Corner
– Igor Ostrovsky wrote a few very nice MSDN magazine articles. Not all of them have ended up in the list at MSDN magazine, so here is a more complete list: C# – The C# Memory Model in Theory and Practice, Part 2 (January 2013). C# – The C# Memory Model in Theory and Practice (December ...
1
vote

6 Events, 6 Cities, 3 Days : IITP Mobile Development NZ Tour
Malcolm Groves
– Where to see RAD Studio XE5's support for iOS and Android in New Zealand. Read more ›
1
vote

Speaking at Delphi XE5 Events in Prague, Milan, and Leipzig
Marco's Tech Blog
– This week I'll be in Czech Republic and Italy presenting Delphi for Android, part of the current XE5 world tour . The complete tour information is at: www.embarcadero.com/world-tour ...
Monday, 16. September 2013
5
votes

Android Screen View
The PodCast at Delphi.org
– People have asked for a copy of the utility I wrote to view the attached Android device on the screen. It uses the built in screencap functionality of Android and the ADB (Android Debug Bridge) to grab and display a series of screenshots. It requires the Android SDK installed and does not require a ...
3
votes

Developing Android apps with Delphi XE5 on an ancient Nook Color
Ramblings of a Delphi Addict
– With this release I thought I would play around with some of the new android support available. Of course its much more fun if you have a device to play around with, but I wasn't about to run out and get one since I already have an IPad that I switched to after almost two years with my nook color. ...
2
votes

Library and site updates…
From Zero To One
– After being quiet for quite some time (but extremely busy), I am now posting updates about what is new in the “Cromis Library” and on the page itself. Page updates In the past I already worked with TRAC, a great open source project management tool written in Python. I fiddled with it a ...
2
votes

Delphi XE5 for Android Released
Marco's Tech Blog
– Last week Embarcadero released Delphi XE5 for Android, as you probably know. I was on the road, and my blog post slipped a bit, but here is goes, starting with a few links: Official press release by Embarcadero The multi-device web page The download links summary (by ...
3
votes

Full Text TXT Search In Delphi (+FireDac +SQLite). Sample Working Project.
Zarko Gajic
– Finally, the sample project for my full text search implementation in Delphi is ready. The idea involves providing a user of my application the ability to do full text (Google like) searches on a set of documents by searching inside document content. For the task, I’ve selected SQLite for the ...
3
votes

By: http://carboxiterapia-info.blogspot.com
The Code Cave
– Unquestionably consider that that you said. Your favourite reason seemed to be at the internet the simplest factor to bear in mind of. I say to you, I certainly get irked at the same time as folks consider worries that they just don’t recognise about. You controlled to hit the nail upon the ...
5
votes

DWScript now supports Delphi XE5
DelphiTools
– DWScript SVN version will now compile and run under XE5. There is only one gotcha due to an XE5 regression. While running the DWScript test suite through XE 5 trial, and while most of DWScript ran okay under XE5, I noticed the following regression: integer divisions by zero aren’t properly ...
1
vote

Exploring Listeners With Oxygene
Te Waka o Delphi
– Part 2 in a short series demonstrating the development of a simple camera app for Android using Oxygene. In the previous instalment we looked at the basic framework of our app. For this instalment I was going to show how to implement the camera preview or viewfinder for this instalment, but instead ...
4
votes

Delphi Dev. Shell Tools – New features 3
The Road to Delphi
– Features added to the new version of the Delphi Dev. Shell Tools. Full refactoring of the code related to drawing the items bitmaps and icons, now only 32 bpp bmp (Windows 8/7/Vista) and 32-bit with alpha channel icons (Windows XP) are used. Added support for Delphi XE5. Now you can build your ...