GExperts 1.38 experimental twm 2016-07-24 released

This is another test release before Erik is going to do an official 1.39 release. Please report any bugs you may find (preferentially in the GExperts community on Google+ or the bug tracker on SourceForge) Again, I have built installers for each Delphi version. These installers should install everything that is necessary, including the files … Continue reading GExperts 1.38 experimental twm 2016-07-24 released

Default color of a hint window

Since it doesn't seem to be documented anywhere and at least in Delphi 2007 there is no constant for it: The default background color of a hint window is [delphi] const clHintColor = $80FFFF; [/delphi] (Taken from THintWindow.Create)

Sarch path dialog behaviour changed from Delphi 2010 to XE

Yesterday, while working with Delphi 10.1 something happened that made me think I had introduced a bug in the search path dialog enhancement of GExperts: I had dropped some directories from the explorer onto the memo inserted by the GExperts enhancement, switched to the list view and back to the memo, then pressed the "Make … Continue reading Sarch path dialog behaviour changed from Delphi 2010 to XE