Tag Archives: Delphi

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 »

Standard Edit Actions and TJvEditor

By | November 2, 2008

Delphi’s standard edit actions (TEditCut, TEditCopy, …) do not work with the TJvEditor/TJvHLEditor because they require the component to be derived from TCustomEdit what TJvEditor isn’t. A better implementation would use an interface that the controls can implement if they want the actions to work for them. And that is exactly what the new JVCL… Read More »