Firebird News: Android port of the Firebird Jdbc driver (Jaybird) 2.2.2 is...
New version for Android Jaybird is released This is a port of the Firebird Jdbc driver (Jaybird) You can check what is new in Jaybird 2.2.2 from the official announcement page
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
I mailed the DelphiFeeds people to add the MonkeyStyler Blog by Mike Sutton.It is a nice Delphi related blog focussing on FireMonkey stuff.–jeroenFiled under: Delphi, Delphi 1, Delphi 2005, Delphi...
View ArticleSmart Mobile StudioSmart Mobile Studio: Smart Mobile Studio 1.1 RC (build...
We are very proud to present the release candidate for Smart Mobile Studio version 1.1 (build number v1.1.0.400). If you would like to give this groundbreaking product a test drive before we...
View ArticleSmart Mobile StudioSmart Mobile Studio: Smart Contest 2013 – Round #1
February is upon us and so is our announced graphics competition! This is the first competition out of four this year. So this is your chance to win some exciting prices by showing off your object...
View ArticleDelphi Haven: XE3 and Subversion/Google Code
Just a small heads up, but it has come to my attention that the XE3 IDE’s Subversion (SVN) integration does not support the older, pre-v1.7 Subversion format, at least out of the box. While there are...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
Thanks Lennart Aasenden for sharing this on FaceBook: Mariuz’s Blog: Adobe Photoshop 1.0 Source Code About 75% is in Pascal.This was back when I was already a professional Turbo Pascal for PC...
View Articletwm’s blog: 3.5 gigabyte text file - meet LargeTextViewer
Recently a customer sent me an XML file which was 3.5 gigabyte in size. I had to parse this file and met some new challenges.The first one was that I did not have any tool to display a file that large....
View ArticleFirebird News: SplendidCRM 7 on FirebirdSQL demo pages and changes
The new version for SplendidCRM 7 is out , The official announcemend is visible here: More than 880 changes in the structure of MSSQL database have been made on the version of SplendidCRM 7 on...
View ArticleDelphi Haven: Annoying FireMonkey buglet/oversight of the week
My personal FireMonkey buglet/oversight of the week is this: setting a TTextControl descendant’s Text property inside its constructor doesn’t do anything. For those who don’t know, TTextControl is the...
View ArticleDelphi Haven: Writing a simple FireMonkey TListLayout implementation
In FireMonkey, the usual way to group controls is to use a ‘layout’ of some sort. Conceptually, a layout is just a container control with no visual appearance of its own, at least by default. This...
View ArticleFirebird News: New version of gbak scheduler
Hi, If anyone is interested … new version of Gbak Scheduler has been uploaded to the site https://sites.google.com/site/gbakscheduler/ What is new in version 1.0.11: Added per-task option to use...
View ArticleDelphiTools.info: Delphi array constructors performance (or lack of)
In Delphi you can initialize a dynamic array in two ways, either manually or via the Create magic constructor:type TIntegerArray = arrayof Integer; procedure Test; var a : TIntegerArray; begin // magic...
View ArticleThe road to Delphi: Added Linux support to the TSMBIOS Project
Great news for the Free Pascal developers, I just added Linux support to the TSMBIOS project.Note : The TSMBIOS read the SMBIOS info using the /dev/mem device file which provides access to system...
View ArticleAndreano Lanusse | Technology and Software Development: What does AnyDAC...
Finally the day has come, Embarcadero acquired AnyDAC and there is a lot to talk about, early last year I invested a lot of time evaluating AnyDAC and know you know why – I was very impressive with the...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
About 3 years ago, I wrote a small article about the Cards.dll that I encapsulated even longer ago.I just did some looking around to see on which versions of Windows Cards.dll was still available, as...
View ArticleFirebird News: New Firebird / IB Expert Version 2013.02.18 available
New Firebird/IB Expert Version 2013.02.18 available New features include: Database Statistics: you can now get statistics for specified tables only. Code Editors: format selected text using the...
View ArticleFirebird News: I’ved created an RSS aggregation site for Object Pascal...
Mosh Choen wrote on Google Plus Lazarus Community page : I have created an RSS aggregation site for Object Pascal related blogs: http://planet.objpas.org/ This is a test run, and the look and feel will...
View ArticleŽarko Gajić: Have Hints For Some Delphi Controls Stay Longer – Control...
Ah, even after years of programming in Delphi, there’s still something new I learn every day (lucky me).Just recently I needed to have hints (help tooltips) for some buttons to stay visible longer than...
View ArticleThe road to Delphi: How distinguish when Windows was installed in Legacy BIOS...
As part of the TSMBIOS project, I needed a method to distinguish when Windows was installed in Legacy BIOS or UEFI mode. The solution was provided by the GetFirmwareEnvironmentVariable function.The...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
Right now, documentation on Delphi Conditional Defines is on pages like Conditional compilation (Delphi) – RAD Studio XE2, but it is limited as it is for one specific version of Delphi only.However,...
View Article