http://bugs.winehq.org/show_bug.cgi?id=4144
Summary: Numerous RichText problems Product: Wine Version: 0.9.3. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-richedit AssignedTo: wine-bugs@winehq.org ReportedBy: linux@jsware.net
The URL here points to a demo VB6 project that demonstrates 5 specific problems in Wine RichEdit. The problems vary depending upon whether VB code is using ActiveX control operations or API, and also vary in regard to whether or not the Windows RichEd20.dll lirary is loaded. Bugs: 1) Wordwrap setting doesn't work. 2) Finding specified text has various results, depending on variables noted above. 3) LockWindowUpdate API is not functional. 4) ActiveX control methods are far more problematic than the equivalent API methods. 5) Basic functions are several times slower in Wine than on Windows. Demo project: http://www.jsware.net/linux/riched.zip