[Bug 52123] New: Combobox disappears instantly in Visual Assist X VC6
https://bugs.winehq.org/show_bug.cgi?id=52123 Bug ID: 52123 Summary: Combobox disappears instantly in Visual Assist X VC6 Product: Wine Version: 6.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: shefben(a)gmail.com Distribution: --- The two ComboBoxes that reside within the text editor window in visual studio 6 do not display correctly. The left hand ComboBox drops down for a half a millisecond and disapears. The right hand ComboBox sometimes shows weird text or no text at all. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52123 Ben Shefte <shefben(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Other -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52123 --- Comment #1 from Ben Shefte <shefben(a)gmail.com> --- I forgot to add that the code browsing dropdown menus that are part of visual studio c 6 (not from VAX) also do not seem to work correctly. the work around for those dropdown menu's is to click it then use the arrow keys to open the menu. They do not open when clicking it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52123 Ben Shefte <shefben(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 --- Comment #2 from Ben Shefte <shefben(a)gmail.com> --- The comboboxes work when comctl32.dll is set to native. But when that dll is set to native and I try to go to the open file dialogue it crashes saying: 08cc:err:module:DelayLoadFailureHook failed to delay load comctl32.dll.HIMAGELIST_QueryInterface wine: Call from 7B010242 to unimplemented function comctl32.dll.HIMAGELIST_QueryInterface, aborting 08cc:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr (nil) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52123 --- Comment #3 from Ben Shefte <shefben(a)gmail.com> --- Created attachment 71304 --> https://bugs.winehq.org/attachment.cgi?id=71304 screen shot of the combobox in question -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52123 Ben Shefte <shefben(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52123 Ben Shefte <shefben(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Combobox disappears |Function Method Combobox |instantly in Visual Assist |closes instantly in Visual |X VC6 |Assist X VC6 Priority|P3 |P1 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52123 Ben Shefte <shefben(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |user32 --- Comment #4 from Ben Shefte <shefben(a)gmail.com> --- I think I found the culprit. In user32 there is this line: /*If height of dropped rectangle gets beyond a screen size it should go up, otherwise down.*/ monitor = MonitorFromRect( &rect, MONITOR_DEFAULTTOPRIMARY ); And when I click the specific function list combo box, I get a stub fixme in the terminal about getting monitor size. Im going to try playing around with this and see if I can fix it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla