Weird: Components work when run from Delphi, but not as stand-alone exe
Max Williams

I often use Mike Lischke's excellent (and free) Virtual Treeview component. I recently decided to embed some of Glenn's terrific ESBPCS components (ESBPercentEdits, ESBCurrencyEdits, etc.) in a VirtualTreeView grid as editors. When I test the application under Delphi, the ESBPCS components work exactly as expected. In other words, all the edits are visible in the correct formats. But when I run the exe outside of Delphi, editing occurs--the underlying data changes--but the edit window stays blank.
I'm not asking anyone to spend any time on this, because I can work around it using regular Delphi VCL edits. However, I have never had things "work" in the Delphi environment and not work outside of it. I would like to hear from anyone who has seen this before, whether or not a solution was found.
Max