Jump to content

BerndS

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. BerndS

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Github Version 8.1 mit geringfügen Anpassungen für XE7.
  2. BerndS

    wuppdi Welcome Page for Delphi 11 Alexandria?

    I have just tried to replace version 1.1.1.B33 with 1.2.0.B40. Unfortunately, there seems to be a problem if you have already installed another version of VST.
  3. BerndS

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Hello, is it possible to disable the many OutputDebugString messages in the next version? DWP: tvProjectsCustomDraw Begin DWP: tvProjectsCustomDraw End DWP: paListViewResize Begin DWP: TWPFileNotifier.FileNotification ofnFileClosing: etc.
  4. BerndS

    How do I execute code after FormShow ?

    I usually use for this: TThread.ForceQueue(nil, FormProcName, 1);
  5. chr(11200) What do you expect Delphi to make of chr(11200). Everything not between #0 to #255 then becomes a "?".
×