http://bugs.winehq.org/show_bug.cgi?id=2934
Summary: Microsoft Masked Controls 6 Problem Product: Wine Version: 20050310 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: dcseibert@excite.com
I have a VB6 application which otherwise runs fine, but uses MSMask.MaskEdBox (from Microsoft Mask Controls 6.0 msmask32.ocx) controls for a couple of textboxes. They don't display properly, or rather at all. When the form is loaded where the text boxes should be is simply a snapshot of whatever form was beneath it. Text can be entered (although it can't be seen) and the form functions normally. This is used for data entry and essentially renders the program useless. Not sure if its related but when the form is loaded I get:
fixme:win:SetWindowTextA cannot set text "" of other process window (nil) fixme:win:SetWindowTextA cannot set text "" of other process window (nil) fixme:win:SetWindowTextA cannot set text "" of other process window (nil)