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@winehq.org Reporter: shefben@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.
https://bugs.winehq.org/show_bug.cgi?id=52123
Ben Shefte shefben@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Other
https://bugs.winehq.org/show_bug.cgi?id=52123
--- Comment #1 from Ben Shefte shefben@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.
https://bugs.winehq.org/show_bug.cgi?id=52123
Ben Shefte shefben@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32
--- Comment #2 from Ben Shefte shefben@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)
https://bugs.winehq.org/show_bug.cgi?id=52123
--- Comment #3 from Ben Shefte shefben@gmail.com --- Created attachment 71304 --> https://bugs.winehq.org/attachment.cgi?id=71304 screen shot of the combobox in question
https://bugs.winehq.org/show_bug.cgi?id=52123
Ben Shefte shefben@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3
https://bugs.winehq.org/show_bug.cgi?id=52123
Ben Shefte shefben@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
https://bugs.winehq.org/show_bug.cgi?id=52123
Ben Shefte shefben@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |user32
--- Comment #4 from Ben Shefte shefben@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.