Posts

I'm trying to migrate my components from D2010 to DXE3. I organized my components folder like this:

I'm trying to migrate my components from D2010 to DXE3. I organized my components folder like this:     Source folder     Packages folder     D14 folder (dcu's for D2010)     D17 folder (dcu's for DXE3 32bit)      What folder would be a good place to put dcu's for DXE3 64 bit?

http://francois-piette.blogspot.be/2013/01/internet-explorer-automation-part-2.html

http://francois-piette.blogspot.be/2013/01/internet-explorer-automation-part-2.html http://francois-piette.blogspot.be/2013/01/internet-explorer-automation-part-2.html

Cheap Windows 8 upgrade price ($39.99) ends today.

Cheap Windows 8 upgrade price ($39.99) ends today. http://news.cnet.com/8301-10805_3-57566167-75/get-your-cheap-windows-8-upgrade-now/?tag=nl.e404&s_cid=e404

Hello!

Hello! Let's see if I can start a flame... heeheh :) http://www.utf8everywhere.org/ Wanna give it a go? :) A http://www.utf8everywhere.org/

I'm starting to believe that my predecessor doesn't exactly know what he was doing...

I'm starting to believe that my predecessor doesn't exactly know what he was doing...  function ReadFromDatabase(P_1, P_2: integer) : boolean; var   Query: TQuery; begin   Result := false;   Query := getQuery();      if ( Query = nil ) then     exit;   try     Query.ParamByName('P_01').AsCurrency := P_1;     Query.ParamByName('P_02').AsCurrency := P_2;     Query.Open();     Query.First();     Result := true;   finally    if ( Query nil ) then     begin       Query.Close();       Query.Free();     end;   end; end;
Is there a way to enable antialiasing in FMX under GDI+ besides downscaling of prerendered bitmap?

A bit of bitterness (Off topic)

A bit of bitterness (Off topic) This community seems to have several experienced developers from all around the world, and I would like to have opinions about this. I'm an experienced developer, more than 15 years of professional activity mainly in programming (not counting the early ages with Amstrad, Atari, Amiga ...). I've seen several environments and languages : Linux, Windows ;  VB6, VB.NET , C#, Python, and now Delphi.   Would I advice anyone, with a passion in programming, to do my job ?  the answer is of course : NO Why ? Because if you love programming, your skills will  never been paid what they worth. You want to earn money ? Become consultant, commercial, anything but : don't put your fingers in the code. My impressions are : most of the companies hire young developers , hoping them to make shiny programs made like sh*t  to give to their customers. No matter it's crappy inside : you must sell, quicklu, and after all, what's the duration of a software in...

Anyone know the substitute for FindBinding in XE3

Anyone know the substitute for FindBinding in XE3 "(Item.FindBinding('select') as TButton).Tag:= 1" The code above only works in XE2 Thanks

Ann: NexusDB PHP Connector with HTML5 Builder support

Ann: NexusDB PHP Connector with HTML5 Builder support We have just released an update to our PHP Connector that includes HTML5 Builder support and bugfixes. A Trial version can be downloaded from http://www.nexusdb.com/support/index.php?q=node/10021 http://www.nexusdb.com/support/index.php?q=node/10021
My first test using the new FireMonkey Delphi XE3 is-my implementation of a calendar used in the Framework d3
OK, I would like to learn the relationship among DSharp, Spring4D, and any other projects which may be related. And especially, is the future plan for them to work together, or does Spring4D become the ultimate single framework? Given limited time for study, inquiring minds would like to know...

Hi

Hi, I'm just curios if there any TWebBrowser-like control for FireMonkey2?

Q. I am using Tibquery and want to store its result to a clientdataset without using dataset provider

Q. I am using Tibquery and want to store its result to a clientdataset without using dataset provider  Any thoughts on this..?
Has anyone come across the issue of calling WinApi.MMSystem.PlaySound returning false with an error code of 0?  It works fine in the context of a simple application, but fails in a much larger application.
Does anyone know how to make tfrxMemoview height increase automatically  (stretch) base on it's content. i put a tfrxMemoview  inside a databand, i set the stretch property of databand to true and tfrxMemoview  stretch mode to  smMaxHeight but it doesn't give me the expected result.... thanks

How do you prefer to store application settings?

How do you prefer to store application settings? Which component/library do you prefer for this task? Using TRegistry seems to be not optimal for me
Anybody have any opinions about a good book on Firemonkey?

Honering Delphi's 18th birthday with a 'Memorabilia month'!

Honering Delphi's 18th birthday with a 'Memorabilia month'! We celebrating the fact that Delphi becomes 'adult' in February with posting a daily picture on Facebook of old treasures we found here at TMS that reminds us back were it all started,... Check our Facebook page in the month February! http://www.facebook.com/tmssoftware?v=wall http://www.facebook.com/tmssoftware?v=wall

How do you stay productive?

How do you stay productive? Originally shared by Rolf Larsson "Can't talk. Coding." http://blog.ninlabs.com/2013/01/programmer-interrupted/

Fellow Delphi developers

Fellow Delphi developers, This is with great pleasure that we announce the immediate availability of HelpNDoc 3.8, an easy to use yet powerful help authoring tool producing CHM help files, HTML or mobile WebSites, Word and PDF manuals as well as ePub and Kindle eBooks from a single source. HelpNDoc is Free for personal use and evaluation purposes and is available at: http://www.helpndoc.com HelpNDoc 3.8 introduces a very powerful tool called the project analyzer which helps pin-point potential documentation issues and provides powerful optimization capabilities. Please have a look at the feature page to learn more about HelpNDoc: http://www.helpndoc.com/feature-tour Learn more about this new version: http://www.helpndoc.com/news/2013-01-29-analyze-and-optimize-documentations-help-and-manuals-helpndoc-38 Download HelpNDoc and use it freely for personal and evaluation purposes: http://www.helpndoc.com Best regards, John, HelpNDoc team. http://www.helpndoc.com http://bit.ly/WLFcZX

MailMerge adventures, continued...

MailMerge adventures, continued... OK, I have concluded that any path but using the components statically installed on a form or frame is more pain than it is worth. So as to my previous post, never mind!

OT: Can anyone do me a favour and check, whether my domain ddobjects.de is available? I moved to a new hoster last weekend and although everything seems to be fine, there are no downloads or anything else. Looks as if it still resolves to the old host?! Thank you!

OT: Can anyone do me a favour and check, whether my domain ddobjects.de is available? I moved to a new hoster last weekend and although everything seems to be fine, there are no downloads or anything else. Looks as if it still resolves to the old host?! Thank you!

is anyone here using tms grid ? i need to get the previous (old) value of a cell on event on validate cell. how can i get it. because i need to make comparison between the old value and the new value.

is anyone here using tms grid ? i need to get the previous (old) value of a cell  on event on validate cell. how can i get it. because i need to make comparison between the old value and the new value.  Here is the on validatecell event procedure  procedure TfrmKasirUmum.grdMenuCellValidate(Sender: TObject; ACol, ARow: Integer;   var Value: string; var Valid: Boolean); begin //  end; if i give the valid parameter to false, the new cell value will be revert back to the old value. i certainly believe there is a way to get the old value. but i don't know how. so please help me.... thanks in advance

Enum declaration with subrange bounds violation?

Enum declaration with subrange bounds violation? type   {$MINENUMSIZE 2}   TMyEnum2 = (     Enum11 = 1,     Enum12 = 2,     Enum13 = 3,     Enum1Mid1 = $7fff,  // No warning     Enum1Mid2 = $8000,  // No warning     Enum1Max  = $ffff); // No warning   {$MINENUMSIZE 4}   TMyEnum4 = (     Enum21 = 1,     Enum22 = 2,     Enum23 = 3,     Enum2Mid1 = $7fffffff,  // No warning     Enum2Mid2 = $80000000,  // Warning     Enum2Max  = $ffffffff); // Warning The two last entries in the second type declaration above, gives a warning: W1012 Constant expression violates subrange bounds. Any known QC issue or workaround for this? Any reason that the enum can't use the most signficant bit in a 4 byte size enum?

At the "Delphi Porte Aperte" (Jan 30, 2013 Padova, ITALY) I'll show this classic jQuery+REST demo (http://coenraets.org/blog/2011/12/restful-services-with-jquery-php-and-the-slim-framework/) converted to #HTML5Builder. Nice comparison.

At the "Delphi Porte Aperte" (Jan 30, 2013 Padova, ITALY) I'll show this classic jQuery+REST demo ( http://coenraets.org/blog/2011/12/restful-services-with-jquery-php-and-the-slim-framework/ ) converted to #HTML5Builder. Nice comparison. http://coenraets.org/blog/2011/12/restful-services-with-jquery-php-and-the-slim-framework/
Would anybody have a link to a list of Delphi user groups? Having googled a bit, only found mentions of individual groups so far.

Installing TeeCharts 2012 in Delphi 7 and getting all of those

Installing TeeCharts 2012 in Delphi 7 and getting all of those  "Class named TChart already exists" What's the fastest way to investigate in which package class is contained?

Blog post "Picture of an iOS Picture (taken with a Delphi App) " at http://blog.marcocantu.com/blog/picture_picture_delphi_ios.html

Blog post "Picture of an iOS Picture (taken with a Delphi App) " at http://blog.marcocantu.com/blog/picture_picture_delphi_ios.html http://blog.marcocantu.com/blog/picture_picture_delphi_ios.html

This tutorial shows how you can have a Microsoft Office (Word, Excel,…) call your Delphi application. For the demonstration, I will use Word. From Word, a macro will call my Delphi application which will prompt the user for some data which will be inserted in the Word document.

This tutorial shows how you can have a Microsoft Office (Word, Excel,…) call your Delphi application. For the demonstration, I will use Word. From Word, a macro will call my Delphi application which will prompt the user for some data which will be inserted in the Word document. http://francois-piette.blogspot.be/2013/01/microsoft-word-or-excel-calls-delphi.html http://francois-piette.blogspot.be/2013/01/microsoft-word-or-excel-calls-delphi.html

Signing Back On. Hello World (Again)!

http://zarko-gajic.iz.hr/hello-world-signing-back-on/?utm_source=rss&utm_medium=rss&utm_campaign=hello-world-signing-back-on