Page 1 of 1

OWNERDRAW sample in eXpress++ fails

Posted: Tue Nov 24, 2015 7:00 am
by rdonnay
If you run the OWNERDRAW.PRG sample in \exp19\samples\browse or \exp20\samples\browse it will fail with a lockup.

You must remove or comment out the following two lines of code to fix this problem.

Code: Select all

/*
oApp := XbpApplication()
oApp:EnableVisualStyles := XBPAPP_ALLSTYLES
*/