OWNERDRAW sample in eXpress++ fails

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

OWNERDRAW sample in eXpress++ fails

#1 Post 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
*/
The eXpress train is coming - and it has more cars.

Post Reply