Hi Folks, I'm trying to get MetaTrader working and am almost there except for the toolbar buttons showing up incorrectly. They appear white with some light blue features. I've turned on palette tracing with WINEDEBUG, and ran strace on wine to see if there was any sort of palette data being accessed, but haven't found anything. Is there a method to discover what is causing this to happen? Thanks, -Joe
jprosser wrote:> I've turned on palette tracing with WINEDEBUG, and ran strace on wine to see if there was any sort of palette data being accessed, but haven't found anything.Sounds like something up with image list and/or GDI. You might want to dig in that direction.