Tag Archives: Delphi

DLangExtensions is coming back

By | November 23, 2008

My tool DLangExtensions which has added case-string-of, extended for-in loops, FreePascal generics, multi line strings and an extended Exit to Delphi 5-2007 is returning to life. I have successfully migrated the tool to Delphi 2009 and removed the FreePascal generics and the extended Exit because both are superseded by Delphi 2009’s features. The tool will… Read More »

IDEFixPack 2.0 and VCLFixPack 1.0 under way

By | November 19, 2008

I’m working on the final steps for a release of the IDEFixPack 2007 2.0 and IDEFixPack 2009 2.0. Both tools will contain every available patch that I have for the specific IDE version. The 2007er version has 18 patches and the 2009er version has 8 patches. To make my and your life easier I’ve done… Read More »

Application De/Activate bugfix unit (2007/2009)

By | November 15, 2008

AppDeActivateZOrderFix.pas is a unit that fixes the window focus bug QC #59963 which can accidentally activate a window of a different process if you close a non-modal form. This occurs if you switch to another process, switch back to your application and then close the non-modal form. If you add the AppDeActivateZOrderFix unit to your… Read More »

Recent JVCL changes

By | November 4, 2008

I’ve just removed the JVCL package Jv3rd-R that contained only one file. This file is now part of the JvCore-R package. The updated JVCLInstaller knows about this change and deletes all Jv3rd-R package related files before recompiling the changed packages. The JvgMailSlots unit from the former Globus components is now renamed to JvMailSlots (without the “g”) and… Read More »